Closed fnoop closed 4 years ago
Any news here? Im interested in stream the image in realtime via wifi to a smartphone near by.
I would be interested too
Same
Does the v4l2 functionality solve for your usecase?
v4l2 solves the streaming concerns. You can stream to v4l2 and then stream from that to wherever via OBS, VLC or whatever else. I could write up a markdown walkthrough if needed! :)
Would be great to have v4l2 support documented in the readme.
Documented, hope that helps.
Thankyou :)
Using seek_viewer with the --output argument, this uses OpenCV VideoWriter (and hence gstreamer) to output the frames through a provided gstreamer pipeline. A pipeline such as this should work (on a raspberry):
with the client pipeline:
This is pretty standard gstreamer stuff. However for seek_viewer I cannot get it to work - I just get a green box with the odd flapping pixel. I've tried explicitly converting the output frame to RGB but no luck.
Any ideas? This would be a significant improvement as it allows realtime video over wifi such as would be used in search and rescue etc.