List control properties.
enum mynteye::ErrorCode |
List error codes in the MYNT EYE SDK.
Enumerator | |
---|---|
SUCCESS | Standard code for successful behavior. |
ERROR_FAILURE | Standard code for unsuccessful behavior. |
ERROR_FILE_OPEN_FAILED | File cannot be opened for not exist, not a regular file or any other reason. |
ERROR_CAMERA_OPEN_FAILED | Camera cannot be opened for not plugged or any other reason. |
ERROR_CAMERA_NOT_OPENED | Camera is not opened now. |
ERROR_CAMERA_GRAB_FAILED | Camera grab the image failed. |
ERROR_CAMERA_GRAB_TIMEOUT | Camera grab the image timeout. |
ERROR_CAMERA_RETRIEVE_FAILED | Camera retrieve the image failed. |
ERROR_CAMERA_RETRIEVE_NOT_READY | Camera retrieve the image not ready (in computing). |
ERROR_FEATURE_NOT_ACTIVATED | Feature is not activiated now. |
ERROR_LAST | Last guard. |
enum mynteye::FwDevide |
enum mynteye::Gravity |
enum mynteye::Mode |
enum mynteye::Process |
enum mynteye::Rate |
enum mynteye::View |
List available views.
Enumerator | |
---|---|
VIEW_LEFT | Left image, rectified. |
VIEW_RIGHT | Right image, rectified. |
VIEW_LEFT_UNRECTIFIED | Raw left image, unrectified. |
VIEW_RIGHT_UNRECTIFIED | Raw right image, unrectified. |
VIEW_DEPTH_MAP | Depth map, normalized [0,255]. |
VIEW_DEPTH_MAP_UNNORMALIZED | Depth map, unnormalized. |
VIEW_POINT_CLOUD | Point cloud with OpenCV coordinate system. See here: http://docs.opencv.org/master/d9/d0c/group__calib3d.html#details |
VIEW_LAST | Last guard. |