RwGetCameraImage(RwCamera *camera);
Description
Retrieves a pointer to the cameras image buffer.
Arguments
camera Pointer to the camera.
Return Value
A pointer to the image buffer if successful, and NULL otherwise.
Comments
The image buffer format is device dependent. For more information, see Appendix B.
See Also