Current implementation status of the camera driver.
Definition at line 41 of file gphoto2-abilities-list.h. { GP_DRIVER_STATUS_PRODUCTION, /**< Driver is production ready. */ GP_DRIVER_STATUS_TESTING, /**< Driver is beta quality. */ GP_DRIVER_STATUS_EXPERIMENTAL, /**< Driver is alpha quality and might even not work. */ GP_DRIVER_STATUS_DEPRECATED /**< Driver is no longer recommended to use and will be removed. */ } CameraDriverStatus;
|