-
Notifications
You must be signed in to change notification settings - Fork 79
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
missing controls? #24
Comments
Your camera is using the v4l2 extended api, i'm currently working on a patch :) |
Awesome - thanks. |
Try using https://github.com/iglosiggio/node-v4l2camera/ y wrote the patch half an hour ago but i think it'll work.
|
This seems to work! I haven't tested fully, but the controls now appear and I can get/set them. I won't have time till this evening to test if that are actually changing (but you might know if getting/setting is enough to prove this works.) Warning during build:
|
Repaired, now compiles cleanly! 💃 |
This works perfectly. |
If you need to always have an RGB or YUV format you can try with this branch https://github.com/iglosiggio/node-v4l2camera/tree/libv4l2 (requires libv4l which emulates the other outputs) |
Is there any reason you don't make a pull request for your extended API patch? |
I did a PR a few years ago. I'm not currently using the library and iirc modern node extensions do not use NAN. I'm not sure if my fork compiles against a modern node. |
node-v4l2camera: 1.0.4
v4l2: 1.6.0-2
distro rasbian (arm6
Bus 001 Device 005: ID 045e:0772 Microsoft Corp. LifeCam Studio
But when i use node-v4l2camera, I only see the first seven...
The text was updated successfully, but these errors were encountered: