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

Support the property CAP_PROP_SETTINGS under linux #16909

Open
3 of 4 tasks
Alan-li opened this issue Mar 26, 2020 · 2 comments
Open
3 of 4 tasks

Support the property CAP_PROP_SETTINGS under linux #16909

Alan-li opened this issue Mar 26, 2020 · 2 comments

Comments

@Alan-li
Copy link

Alan-li commented Mar 26, 2020

System information (version)
  • OpenCV => 4.2
  • Operating System / Platform =>Ubuntu 18.04:
  • Compiler => Qt Creator 4.11.0
Detailed description

when I use Videocapture , I want to use the property CAP_PROP_SETTINGS , but it was only support windows direct show , Do you consider support this property under linux .

Steps to reproduce
Issue submission checklist
  • I report the issue, it's not a question
  • I checked the problem with documentation, FAQ, open issues,
    answers.opencv.org, Stack Overflow, etc and have not found solution
  • I updated to latest OpenCV version and the issue is still there
  • There is reproducer code and related data files: videos, images, onnx, etc
@alalek
Copy link
Member

alalek commented Mar 26, 2020

In case of DShow important part of this functionality has been provided by underlying capturing SDK itself.
We really don't want to explode code base of OpenCV implementing similar stuff.
So large patches with more than 100 LOC would be rejected.
Another question is missing infrastructure for automated UI tests (no plans to invest into that).

@paroj
Copy link
Contributor

paroj commented Mar 26, 2020

So large patches with more than 100 LOC would be rejected.

should be doable within this budget by relying on https://docs.opencv.org/4.2.0/dc/d46/group__highgui__qt.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants