Hi,
I have a Jetson Nano B01 (https://www.amazon.com/gp/product/B09CPYR31L/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1) and I am trying to get an IMX477 camera (https://www.amazon.com/gp/product/B08PDZ68D7/ref=ppx_yo_dt_b_asin_title_o00_s01?ie=UTF8&psc=1) to work. I am using the CSI Camera Script by Jetson Hacks (GitHub - JetsonHacksNano/CSI-Camera: Simple example of using a CSI-Camera (like the Raspberry Pi Version 2 camera) with the NVIDIA Jetson Developer Kit). Here is the script.
simple_camera0.py (2.5 KB)
When I try to run it, the Jetson Nano crashes. It goes through the steps but then just stops and crashes. Here is the output.
output.txt (2.0 KB)
Please Help. Thank you.