Hello,
I’ve just bought the Waveshare camera,model IMX219-77IR and I’ve installed it on top of my jetson nano. I’m trying to make it work correctly following the wiki,here :
my problem is that every resolution I try,the video stream cannot be limited inside a window that’s smaller than the resolution of my monitor (hdmi 1920x1080) and for this reason when I run this command :
DISPLAY=:0.0** ** gst-launch-1.0 nvarguscamerasrc ! 'video/x-raw(memory:NVMM), width=800,** ** height=600, format=(string)NV12, framerate=(fraction)20/1' ! ** **nvoverlaysink -e
I can’t work ! I can’t do anything else,because the video stream cover all the windows that are under it. In addition,when I log inside the jetson nano with the nomachine client and I try to run the camera,I don’t see anything on the screen (I’m in headless mode). Is there a way to show what the camera sees in headless mode and with the video stream limited inside a window smaller than 1920x1080 ?