Cannot access IR stream or control LEDs on SEN0677 using Linux/Python (RGB works)
Guillermo.RaSo 2026-03-26 03:37:02 100 Views1 Replies Hey everyone,
I'm currently working with the SEN0677 camera module, but I'm having trouble accessing the IR camera stream. So far, I can only use the RGB camera (it behaves like a standard UVC device under Linux).
I’ve verified that the device works correctly using the provided .exe software on Windows, where I can switch between RGB and IR, as well as control the white LEDs and IR LEDs.
My goal is to use the device on Linux with Python, specifically:
*Access both RGB and IR streams
*Switch between color and infrared modes
*Control the white LEDs and IR LEDs
Has anyone managed to achieve this or worked with this device in a similar setup? Any guidance would be greatly appreciated.
Thanks in advance
Hi there!
Unfortunately, the SEN0677 camera module cannot access RGB and IR streams at the same time. IR mode is incompatible with Linux systems, only the RGB camera works normally. You can refer to the Python sample code for Raspberry Pi in our GitHub repository.
Yx 

