Items with no label
3335 Discussions

Assign SenseManager to specific camera

idata
Employee
1,601 Views

The SDK documentation states that it is possible to create multiple instances of the sensemanager class for different camers. I am using two SR300 cameras and would like to assign each camera its own sensemanager instance for streaming. Is this possible?

0 Kudos
4 Replies
MartyG
Honored Contributor III
331 Views

If you are using the Windows-based 'RealSense SDK', it can support multiple SR300 cameras with a function called Enumeration.

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?doc_essential_enumerate_io_devices.html Intel® RealSense™ SDK 2016 R2 Documentation

More information on the subject is available here:

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?doc_essential_working_with_peripheral_devices.html Intel® RealSense™ SDK 2016 R2 Documentation

Note for R200 users: in the RealSense SDK, the multiple-camera Enumeration support is only for the SR300 camera model.. R200 users who want to use multiple cameras should use the open-source Librealsense SDK.

0 Kudos
idata
Employee
331 Views

Yes, I have already included the enumeration in my project. I am now trying to individually access the sensemanager class for each camera, if that makes sense. Is there a way to assign individual sensemanagers to each camera when enumerating them? I would like to have each camera individually tracking hand joints as shown in the HandsViewer demo.

0 Kudos
MartyG
Honored Contributor III
331 Views

I found a posting from someone who managed to create individual SenseManagers and address a specific one.

https://software.intel.com/en-us/forums/realsense/topic/703155 Multiple Cameras in Practice

0 Kudos
idata
Employee
331 Views

Exactly what I was looking for, thank you.

0 Kudos
Reply