opencv/modules/videoio
Biswapriyo Nath c2c539e3cc
videoio: Include missing condition_variable header
This fixes the following error with mingw toolchain:
opencv/modules/videoio/src/cap_obsensor/obsensor_stream_channel_msmf.hpp:160:10: error: 'condition_variable' in namespace 'std' does not name a type
  160 |     std::condition_variable streamStateCv_;
      |          ^~~~~~~~~~~~~~~~~~
2022-08-14 19:26:08 +05:30
..
cmake videoio: add support for obsensor (Orbbec RGB-D Camera ) (#22196) 2022-07-26 14:35:34 +03:00
doc Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-11-20 05:13:50 +00:00
include/opencv2 videoio: add support for obsensor (Orbbec RGB-D Camera ) (#22196) 2022-07-26 14:35:34 +03:00
misc core(parallel): plugins support 2021-02-15 17:07:36 +00:00
perf Merge pull request #15100 from Volskig:cam_multiplexing_function_v 2019-11-15 19:42:12 +03:00
src videoio: Include missing condition_variable header 2022-08-14 19:26:08 +05:30
test correct direction of displaymatrix rotation 2022-06-13 14:15:39 +00:00
CMakeLists.txt videoio: add support for obsensor (Orbbec RGB-D Camera ) (#22196) 2022-07-26 14:35:34 +03:00