I am currently using my Pi3 as a CCTV Camera Decoder. It takes the network camera image and displays it on a monitor using the HDMI output.
I am currently using the below command however after 20-30 minutes the images starts to become jittery, it doesn't update with movement and then around 10-15 minutes later the images just completely freezes and the only way to get it back working again is to reboot the RPi.
I have taken the below command from another forum but it has not stopped the error occurring. And I must add that for those first 20-30 minutes the image is perfect there is little to no latency and the quality is superb.
Any suggestions?
Code: Select all
omxplayer --live --threshold .01 --video_fifo .01 --fps 29.97 rtsp://root:pass@192.168.1.50/axis-media/media.amp?resolution=1280x720Daniel