Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

video stream consumes too much data #5

Open
Open-ATS-Github opened this issue Dec 15, 2021 · 0 comments
Open

video stream consumes too much data #5

Open-ATS-Github opened this issue Dec 15, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Open-ATS-Github
Copy link
Owner

Open-ATS-Github commented Dec 15, 2021

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

@Open-ATS-Github Open-ATS-Github changed the title the video stream consumes too much data video stream consumes too much data Feb 2, 2022
@Open-ATS-Github Open-ATS-Github added the bug Something isn't working label Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant