#include <twl/camera.h>
CAMERASize CAMERA_WidthToSize( u16 width )
width | Width (in pixels) |
Returns the camera resolution that corresponds to the specified width. Returns CAMERA_SIZE_MAX
if there is no corresponding resolution.
Returns the CAMERASize
type resolution that corresponds to the width specified as an argument.
2007/11/13 Initial version.
CONFIDENTIAL