Skip to content
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

No tutorials for Hardware accelerated video codecs #23079

Open
3 of 4 tasks
wqh17101 opened this issue Jan 3, 2023 · 3 comments
Open
3 of 4 tasks

No tutorials for Hardware accelerated video codecs #23079

wqh17101 opened this issue Jan 3, 2023 · 3 comments
Labels
category: documentation Documentation fix or update feature

Comments

@wqh17101
Copy link

wqh17101 commented Jan 3, 2023

System Information

OpenCV version: 4.7.0

Detailed description

Althrough the release note of 4.7.0 said that CUDA 12.0 support. Hardware accelerated video codecs support on NVIDIA platforms with modern Video Codec SDK (NVCUVID and NVENCODEAPI)., there is no document for how to build opencv which supports this feature and how to use it. There is no samples.

Steps to reproduce

Just use the opencv 4.7.0

Issue submission checklist

  • I report the issue, it's not a question
  • I checked the problem with documentation, FAQ, open issues, forum.opencv.org, Stack Overflow, etc and have not found any solution
  • I updated to the latest OpenCV version and the issue is still there
  • There is reproducer code and related data files (videos, images, onnx, etc)
@wqh17101 wqh17101 added the bug label Jan 3, 2023
@cudawarped
Copy link
Contributor

The release notes should probably specify that this is part of the cv::cudacodec namespace, that said see cv::cudacodec::VideoReader and cv::cudacodec::VideoWriter for build instructions and the destination of the respective samples.

@wqh17101
Copy link
Author

wqh17101 commented Jan 4, 2023

@cudawarped you mean this is a part of opencv-contrib?

@cudawarped
Copy link
Contributor

@wqh17101 as far as I am aware yes.

@asmorkalov asmorkalov added feature category: documentation Documentation fix or update and removed bug labels Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: documentation Documentation fix or update feature
Projects
None yet
Development

No branches or pull requests

3 participants