I am currently using the NVIDIA Jetson Nano along with the FLIR Lepton Purethermal Breakout Board 2 in an attempt to take pictures every 60 seconds and store them onto my home folder. In order to run a live preview (for testing purposes) I use the following command:
I am able to view live feed from my FLIR Lepton this way. My main object, however, is to take picture periodically (every 60 seconds). I use the following command to do so yet come into a problem.
The problem being that when the picture is saved, it does not capture what the Lepton is looking at and instead just saves pictures of colored bars. I do not know much about gstreamer but is there anything I am missing and need to add or remove from this command, do I need to change it all together in order for me to capture images from my Lepton?
The second command you are providing uses videotestsrc as the video source, which is a color bar pattern, thats why you are seeing colores bars in the pictures.
You can use the source v4l2src of the first command and the rest the same I think:
Thanks for the fast reply! Unfortunately got an error, I think it is because of the font but I fixed it and got it to work. This is what the command looked like: