Items with no label
3335 Discussions

Streaming from two cameras

PR1
Beginner
1,346 Views

Hello

Has anyone streamed and displayed data from two cameras simultaneously?

I am using the Sr300 .

Could you please give me a heads up if anyone has any knowledge about it?

0 Kudos
6 Replies
MartyG
Honored Contributor III
261 Views

With the official RealSense SDK, you can attach multiple cameras to the same PC but only access one at a time. The open-source Librealsense SDK, which is approved by Intel, does support multi-camera capture though.

https://github.com/IntelRealSense/librealsense GitHub - IntelRealSense/librealsense: Cross-platform camera capture for Intel® RealSense™ F200, SR300 and R200

0 Kudos
PR1
Beginner
261 Views

Hello could you please let me know how I could acgieve Hand tracking with the lib real sense?

0 Kudos
MartyG
Honored Contributor III
261 Views

Expert developer Andre Carlucci said "Librealsense doesn't provide hand tracking out of the box. You will have to get the streams and use it together with OpenCV for that. Here is one example on github":

https://github.com/bobdavies2000/handSample https://github.com/bobdavies2000/handSample

0 Kudos
PR1
Beginner
260 Views

Thank you for you reply.But I am getting an error when I try to use the Project from github in the real sense library.Has anyone tried it?

I am getting an error saying there is no reference of the glfw library however I have checked that it is referenced .

Any help would be appreciated.

Also I wanted to ask even if we use two sense Managers for two cammeras in the session and then enumerate the devices and create individual capture Managers for both it would not stream simultaneously without using libreal sense?

Cheers and thank you

0 Kudos
MartyG
Honored Contributor III
260 Views

It looks as though you should include a line in your script that installs the glfw library:

sudo apt-get install libglfw3-dev

In regard to the question about two Sense Managers: usually, creating two Sense Managers fails to work out well. I believe that if a duplicate Sense Manager is detected when one already exists then the duplicate is destroyed.

0 Kudos
idata
Employee
260 Views

Hello pr21,

 

 

I was wondering if you had the chance to check the suggestion kindly provided by MartyG.

 

 

If you have any other question or update, don't hesitate to contact us.

 

 

Regards,

 

Andres V.
0 Kudos
Reply