Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.18 KB

get_stereo.rst

File metadata and controls

40 lines (25 loc) · 1.18 KB

Get Original Binocular Image

Use Start() or Stop() , to start or stop data capturing. If you only need the image data, use Source::VIDEO_STREAMING .

When data capturing starts, call WaitForStreams() function. Once data capturing begins, use GetStreamData() to get your data.

Reference commands:

The above code uses OpenCV to display the image. When the display window is selected, pressing ESC/Q will end the program.

Complete code examples, see get_stereo.cc .