1
0
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:
Alexander Alekhin
2016-12-01 15:17:33 +03:00
parent c560ff23ad
commit e547bbbc3f
2 changed files with 21 additions and 3 deletions
@@ -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