Items with no label
3335 Discussions

Can I run multiple camera processes using the d435i camera?

sshah53
Beginner
688 Views

During this project, I'll need to have autonomous navigation running and a QR code detector running. I'd put them in the same script, but at somepoints I need to stop the QR code script once that part of the project is finished. Any tips/ help? Thanks!

0 Kudos
1 Solution
MartyG
Honored Contributor III
249 Views

The 'Multi Streaming Model' section of the RealSense SDK documentation describes how multiple applications can access the camera.

https://github.com/IntelRealSense/librealsense/blob/master/doc/rs400_support.md#multi-streaming-model

View solution in original post

0 Kudos
1 Reply
MartyG
Honored Contributor III
250 Views

The 'Multi Streaming Model' section of the RealSense SDK documentation describes how multiple applications can access the camera.

https://github.com/IntelRealSense/librealsense/blob/master/doc/rs400_support.md#multi-streaming-model

0 Kudos
Reply