mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
videoio: preserve conflict with common properties
Usage:
writer.set(cv::CAP_PROP_IMAGES_BASE + cv::IMWRITE_JPEG_QUALITY, 80);
This commit is contained in:
@@ -556,6 +556,20 @@ enum { CAP_PROP_GPHOTO2_PREVIEW = 17001, //!< Capture only preview fro
|
||||
|
||||
//! @} gPhoto2
|
||||
|
||||
|
||||
/** @name Images backend
|
||||
@{
|
||||
*/
|
||||
|
||||
/** @brief Images backend properties
|
||||
|
||||
*/
|
||||
enum { CAP_PROP_IMAGES_BASE = 18000,
|
||||
CAP_PROP_IMAGES_LAST = 19000 // excluding
|
||||
};
|
||||
|
||||
//! @} Images
|
||||
|
||||
//! @} videoio_flags_others
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user