#include <twl/camera.h>
CAMERASize CAMERA_PixelsToSize( u32 pixels )
width | Number of pixels (total pixel count) |
Returns the camera resolution that corresponds to the specified number of pixels. Returns CAMERA_SIZE_MAX
if there is no corresponding resolution.
Returns the CAMERASize
type resolution that corresponds to the number of pixels specified as an argument.
2007/11/13 Initial version.
CONFIDENTIAL