-
Notifications
You must be signed in to change notification settings - Fork 5.9k
cudacodec::VideoReader: allow frame seek on initialization
#3542
New issue
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
Conversation
@asmorkalov Sorry I forgot to mention that this is dependant on opencv/opencv#24012. In addition I've just realized it won't work on windows so I've added build guards to remove the test until the FFmpeg windows wrapper is updated. |
b5cf01d to
51085ba
Compare
51085ba to
38e17af
Compare
ebd474f to
012a920
Compare
012a920 to
08172eb
Compare
@asmorkalov Fixed. |
asmorkalov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Allow seeking of video source on initialization of
cudacodec::VideoReaderwhen new variableVideoReaderInitParams::iFirstFrame!= 0.Dependant on opencv/opencv#24012
Fixes #3541.
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.