View Single Post
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#872
There was an interesting question about keeping last N minutes of video capture:
http://talk.maemo.org/showthread.php?t=82561
But we need help with gstreamer.
I've tried to use queue sink with leaky=upstream and min-threshold-time:
Code:
gst-launch v4l2src device=/dev/video0 ! queue leaky=upstream min-threshold-time=10000000000 ! autovideosink
But don't have enough experience to correctly select any non-raw recording sink combination. And currently it becomes unresponsive even with 10 seconds of threshold, not to say about more time. Maybe encoding video will allow more delay? And, finally, maybe it can be camera-ui2 feature someday?
 

The Following 3 Users Say Thank You to int_ua For This Useful Post: