Tool/software:
Dear Expert,
I am working on stereo video capture using the setup Sensor-TI913-FPD-TI954-Host. I have successfully configured the registers of the sensors via i2cset
and verified that I can read/write to the I2C addresses of both cameras. However, when attempting to capture video streams, no /dev/videoX
device nodes are generated, which prevents me from accessing the video feeds at the application layer.
Could you please advise on the steps required to:
- Troubleshoot the missing
/dev/videoX
nodes, or - Properly enable the video pipeline to stream data?
I aim to use GStreamer or OpenCV for processing, so guidance on driver configuration, kernel module setup, or V4L2-related adjustments would be greatly appreciated.
Thank you for your support!