We are using the Nvidia Nano and the new Module V2 camera. The image comes up upsidedown on the web display. The only way I could find to flip the image was to go into the DonkeyCar parts, find camera.py file and change line 142 in the CSICamera init:
We are using the Nvidia Nano and the new Module V2 camera. The image comes up upsidedown on the web display. The only way I could find to flip the image was to go into the DonkeyCar parts, find camera.py file and change line 142 in the CSICamera init:
https://github.com/autorope/donkeycar/blob/dev/donkeycar/parts/camera.py gstreamer_flip=0 to be: gstreamer_flip=2