The jetson nano is a raspberry-pi like device and it can use raspberry pi cameras. It runs ubuntu and has a facility for running a webserver. I can execute p5js sketches fine.
However I cannot get the the video from the camera to show.
I know the camera works because this line in terminal puts up a live stream
gst-launch-1.0 nvarguscamerasrc sensor_id=0 ! nvoverlaysink
How can I ask p5js to use the raspberry-pi camera on the jetson nano?