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
I compiled uvgRTP for Android, and then also on a linux box. I ported the send_generic example into my Android app and was able to use it to send packets to receiving_hook running on my linux machine. Now I want to try to send images, like an MJPEG stream, just one image after another. Should I be feeding the whole image buffer to push_frame or should I be breaking the image up into packet size chunks and feeding them one at a time?
Thanks!
The text was updated successfully, but these errors were encountered:
I compiled uvgRTP for Android, and then also on a linux box. I ported the send_generic example into my Android app and was able to use it to send packets to receiving_hook running on my linux machine. Now I want to try to send images, like an MJPEG stream, just one image after another. Should I be feeding the whole image buffer to push_frame or should I be breaking the image up into packet size chunks and feeding them one at a time?
Thanks!
The text was updated successfully, but these errors were encountered: