We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In long videos, it is problematic to set the according frame in a cv2.VideoCapture with cv2.VideoCapture.set(cv2.CAP_PROP_POS_FRAMES, frame_index).
cv2.VideoCapture
cv2.VideoCapture.set(cv2.CAP_PROP_POS_FRAMES, frame_index)
As discussed here there is no out-of-the-box solution for cv2: opencv/opencv#9053
cv2
Hence, another video API is needed to solve this issue reliably. This could be an alternative https://abhitronix.github.io/vidgear/latest/
The text was updated successfully, but these errors were encountered:
Timozen
No branches or pull requests
In long videos, it is problematic to set the according frame in a
cv2.VideoCapture
withcv2.VideoCapture.set(cv2.CAP_PROP_POS_FRAMES, frame_index)
.As discussed here there is no out-of-the-box solution for
cv2
: opencv/opencv#9053Hence, another video API is needed to solve this issue reliably.
This could be an alternative https://abhitronix.github.io/vidgear/latest/
The text was updated successfully, but these errors were encountered: