Closed s-withers-archangel closed 5 months ago
Hello @s-withers-archangel ,
you have set:
max_framerate = "41300"; // mHz ... default_framerate = "60000"; // mHz
The default_framerate must be less or equal than the max_frame_rate. You should set the
default_framerate = "41300"; // mHz
for both sensors.
Please have a try.
best regards
That was the cause, thank you!
After running the quickstart script and booting the JETSON i'm not getting any video devices under
/dev
and the VC driver is reporting an error in the dmesg outputHardware Setup:
Steps followed
Modified
tegra234-camera-vc-mipi-cam.dtsi
is follows:After the device has been flashed, I ran max_speed.sh and demo.sh, but video devices are present:
The dmesg output shows the device being detected but an error coming from the device driver:
The dmesg for i2c also shows the camera being detected
Any help much appreciated