You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to read RGB images in real time from two USB3.0 connected 2 D435i cameras via pipeline() in the pyrealsense2 library.
If it possible how can I distinguish between two different cameras
Required Info
Camera Model
D435i
Firmware Version
(Open RealSense Viewer --> Click info)
Operating System & Version
Ubuntu 20.04 LTS
Kernel Version (Linux Only)
(e.g. 4.14.13)
Platform
PC
SDK Version
{ legacy / 2.. }
Language
Python
Segment
Robot
The text was updated successfully, but these errors were encountered:
HorizonRy
changed the title
How to read multi D435i RGB
How to read multi D435i RGB image with python
Sep 25, 2024
Hi @HorizonRy Multiple RealSense cameras can be distinguished by their serial number, which can be accessed by a program. A program can either automatically build a list of all attached cameras or use the serial number to access one specific camera.
There is an example of a RealSense Python multiple camera program at the link below.
Is it possible to read RGB images in real time from two USB3.0 connected 2 D435i cameras via pipeline() in the pyrealsense2 library.
If it possible how can I distinguish between two different cameras
The text was updated successfully, but these errors were encountered: