How convert infrared sensor method to color sensor method

When I look at the picture, the initial setting is an infrared sensor.
How can I change the initial setting to a color sensor?
(realsense d435i camera)-
Hello Sbo05050,
By default, the first sensor that is enumerated is the depth sensor. This cannot be changed.
You can select which sensors and streams to use as described here: https://github.com/IntelRealSense/librealsense/wiki/API-How-To.
Regards,
Alexandra
-
Hi Sbo05050,
As I previously mentioned, the default sensor cannot be changed.
You have to write your own custom code to specify which stream you want to use during operation. This has to be run every time you use the camera.
Look at this link:
Regards,
Alexandra
Please sign in to leave a comment.
Comments
5 comments