You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| OPENCV_FFMPEG_LOGLEVEL | num || set FFmpeg logging level |
277
276
| OPENCV_FFMPEG_DLL_DIR | dir path || directory with FFmpeg plugin (legacy) |
278
277
| OPENCV_FFMPEG_IS_THREAD_SAFE | bool | false | enabling this option will turn off thread safety locks in the FFmpeg backend (use only if you are sure FFmpeg is built with threading support, tested on Linux) |
@@ -286,7 +285,7 @@ Some external dependencies can be detached into a dynamic library, which will be
286
285
| OPENCV_VIDEOIO_MFX_BITRATE_DIVISOR | num | 300 | this option allows to tune encoding bitrate (video quality/size) |
287
286
| OPENCV_VIDEOIO_MFX_WRITER_TIMEOUT | num | 1 | timeout for encoding operation (in seconds) |
288
287
| OPENCV_VIDEOIO_MSMF_ENABLE_HW_TRANSFORMS | bool | true | allow HW-accelerated transformations (DXVA) in MediaFoundation processing graph (may slow down camera probing process) |
289
-
| OPENCV_DSHOW_DEBUG |non-null || enable verbose logging in the DShow backend |
288
+
| OPENCV_DSHOW_DEBUG |bool | false| enable verbose logging in the DShow backend |
290
289
| OPENCV_DSHOW_SAVEGRAPH_FILENAME | file path || enable processing graph tump in the DShow backend |
291
290
| OPENCV_VIDEOIO_V4L_RANGE_NORMALIZED | bool | false | use (0, 1) range for properties (V4L) |
292
291
| OPENCV_VIDEOIO_V4L_SELECT_TIMEOUT | num | 10 | timeout for select call (in seconds) (V4L) |
@@ -297,7 +296,7 @@ Some external dependencies can be detached into a dynamic library, which will be
297
296
### videoio tests
298
297
| name | type | default | description |
299
298
|------|------|---------|-------------|
300
-
| OPENCV_TEST_VIDEOIO_BACKEND_REQUIRE_FFMPEG ||| test app will exit if no FFmpeg backend is available |
299
+
| OPENCV_TEST_VIDEOIO_BACKEND_REQUIRE_FFMPEG |bool | false| test app will exit if no FFmpeg backend is available |
301
300
| OPENCV_TEST_V4L2_VIVID_DEVICE | file path || path to VIVID virtual camera device for V4L2 test (e.g. `/dev/video5`) |
302
301
| OPENCV_TEST_PERF_CAMERA_LIST | paths || cameras to use in performance test (waitAny_V4L test) |
303
302
| OPENCV_TEST_CAMERA_%d_FPS | num || fps to set for N-th camera (0-based index) (waitAny_V4L test) |
@@ -327,7 +326,7 @@ Some external dependencies can be detached into a dynamic library, which will be
0 commit comments