asked 2019-12-30 02:03:54 -0600
updated 2019-12-30 04:41:01 -0600
Try cv2.CAP_PROP_POS_MSEC
cv2.CAP_PROP_POS_MSEC
For IP camera using gstreamer:
$ v4l2src device=/dev/video1 do-timestamp=true ! video/x-h264, width=1280, height=720, framerate=15/1 ! v4l2h264dec ! v4l2video20convert ! appsink
Official site
GitHub
Wiki
Documentation
subscribe to rss feed
Asked: 2019-12-30 02:03:54 -0600
Seen: 600 times
Last updated: Dec 30 '19
videofacerec.py example help
Area of a single pixel object in OpenCV
how to understand which functions available in python bindings?
Camera Count using OpenCV 2.4
Problems installing opencv on mac with python
How to decrease the number of processed frames from a live video camera?
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Capture Properties
Can't compile .cu file when including opencv.hpp
Try
cv2.CAP_PROP_POS_MSEC
For IP camera using gstreamer: