Software Archive
Read-only legacy content
17061 Discussions

Live Streaming from multiple R200 Cameras

anthony_t_
Beginner
407 Views

So I'm looking to grab two RGB streams from my Realsense cameras. I've been able to successfully enumerate my devices, each stored in a PXCDevice object, and can grab a livestream from one of the devices using the functions in Util_Render.h... 

Now how am I able to concurrently livestream from each of my devices? Is it possible within a single PXCSession instance, or do I need to create another? I'm aware that this is already done in the Capture Manager example, but I've found parsing through the source code for this functionality to be quite tedious. Thanks for any words of wisdom someone can send my way!

 

0 Kudos
1 Reply
samontab
Valued Contributor II
407 Views

RealSense does not support multiple cameras.

You need to use librealsense, another library, to access multiple cameras. This other library does not contain the high level machine learning algorithms, only frame grabbing and basic transforms.

0 Kudos
Reply