You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the video stream consumes too much data cause we are converting numpy images into jpg's and sending chunks over udp (works, but if only one package is lost, whole image is corrupted and will result in noisy images or is unable to display). Maybe it would help to split the picture into smaller pictures and only send them if something changes significantly.
The perfect idea would be some video-codec, which is easy to connect with opencv/numpy. Something where I pass actual image frames and some frames before and it will give me a compressed byte array which i can than send over udp
The text was updated successfully, but these errors were encountered:
Open-ATS-Github
changed the title
the video stream consumes too much data
video stream consumes too much data
Feb 2, 2022
the video stream consumes too much data cause we are converting numpy images into jpg's and sending chunks over udp (works, but if only one package is lost, whole image is corrupted and will result in noisy images or is unable to display). Maybe it would help to split the picture into smaller pictures and only send them if something changes significantly.
The perfect idea would be some video-codec, which is easy to connect with opencv/numpy. Something where I pass actual image frames and some frames before and it will give me a compressed byte array which i can than send over udp
The text was updated successfully, but these errors were encountered: