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

VideoIn not working with creative webcam #40

Open
wirmachenbunt opened this issue Dec 3, 2019 · 3 comments
Open

VideoIn not working with creative webcam #40

wirmachenbunt opened this issue Dec 3, 2019 · 3 comments
Labels
bug Something isn't working feedback required

Comments

@wirmachenbunt
Copy link

while the webcam works fine in vvvv beta and anything else
image

@wirmachenbunt
Copy link
Author

image

this is how it looks

@azeno azeno added the bug Something isn't working label Dec 3, 2019
@circuitb
Copy link

hello,
same here the ueye camera with the Dshow wrapper doesn't show up in opencv!

@ravazquez
Copy link
Collaborator

Hi @circuitb and @wirmachenbunt , VL.OpenCV 1.2.0 has a new set of VideoIn nodes which do not use an enum to select the video device, but rather a direct index. Using this variant u7angel has reported being capable of using ueye cameras which were not accesible beforehand.

Be aware that you would need to figure out the index youself, probably by hand, and that the supported format information for your unlisted device will probably not show up or be incomplete. This is due to the underlying libraries we are using to get this information as OpenCV does not provide ANY information on supported devices or formats.

I know getting the devices to properly be added to the enum and to display their supported formats properly is the end goal, but hopefully this is a working solution for you already.

Please test and report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feedback required
Projects
None yet
Development

No branches or pull requests

4 participants