-
Notifications
You must be signed in to change notification settings - Fork 263
Closed
Description
The installation documentation suggests PhotonVision will run on an NVidia Jetson, but it does not work.
First, the installation script requires curl, but it is not pre-installed on the Jetson. An easy workaround is to manually install it first:
sudo apt update
sudo apt install curl
Once PhotonVision is running successfully, it is not able to use the attached USB camera. The following output prints repeatedly:
CS: WARNING: vi-output,_ov5693_2-0036: invalid JPEG image received from camera (UsbCameraImpl.cpp:528)
I attempted this with a Jetson TX2 using a USB ELP camera.
Metadata
Metadata
Assignees
Labels
No labels