SvenVD / rpisurv

Raspberry Pi surveillance
https://rpisurv.net
GNU General Public License v2.0
626 stars 101 forks source link

Picture Issue #78

Closed burt-macklin1 closed 6 years ago

burt-macklin1 commented 6 years ago

Soi have the program working the only have an issue with the picture, i have attached links to what the picture does, not sure what causes this, I have given the GPU more ram and less ram and seems to not have any effect on this at all. Not sure if anyone knows what causes this? Other than that it works amazingly. 20181027_120109 20181027_120047

RobertoA109 commented 6 years ago

Hi, I think that to avoid the smearing effect at the bottom of your video stream you could try to add: rtsp_over_tcp: True

immediately below the line where you define the url of your camera:

At least this is how I managed to solve this similar issue.

Ciao, Roberto


On 27 Oct 2018, at 19:08, burt-macklin1 notifications@github.com wrote:

Soi have the program working the only have an issue with the picture, i have attached links to what the picture does, not sure what causes this, I have given the GPU more ram and less ram and seems to not have any effect on this at all. Not sure if anyone knows what causes this? Other than that it works amazingly. https://user-images.githubusercontent.com/44486418/47607039-b48f6c00-d9e0-11e8-88d8-0bf51bf8421b.jpg https://user-images.githubusercontent.com/44486418/47607040-b6592f80-d9e0-11e8-9033-9696959545cf.jpg — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SvenVD/rpisurv/issues/78, or mute the thread https://github.com/notifications/unsubscribe-auth/AGtqrQNn92wOZs3u0qhQcNqXpr7b-Rhcks5upJL1gaJpZM4X9iUv.

burt-macklin1 commented 6 years ago

Thank you @RobertoA109 That seems to have fixed the issue.