STATE_camera_get_first_camera
returns a handle to a camera. Used in conjunction with STATE_camera_get_next_camera() to traverse all the existing cameras example: for(handle=STATE_camera_get_first_camera() ; handle!=NULL ; handle=STATE_camera_get_next_camera(handle) ) { ... }