-
Notifications
You must be signed in to change notification settings - Fork 5
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
Get error trying to do uvcc set absolute_exposure_time
on C920 camera
#6
Comments
@galak:
From
While I also have a C920 camera, I haven't experimented much with the |
I've tried under linux with Here's a dump from
|
@galak: are you sure the setting was applied? I would guess you tried to set |
Note also From the Video4Linux documentation in the Linux kernel:
A bit deeper, in the documentation for
Basically, |
Mostly I'm trying to figure out how to explicitly set the exposure. to do that I can do: Set exposure to manual: Set exposure_absolute: Read back exposure: So trying to figure out how to do that with uvcc. |
Here's a bit more log from uvcc:
|
So if I remove the |
@galak: ah, I see. It seems to have been caused by a bug in The upstream hasn't been updated in a while. I've fixed it in my fork, used by
Does that fix your issue? |
I'm not to familiar with node/npm. How would you suggest I install v2.0.3? |
nevermind figured it out. v2.0.3 fixes the issue. Thanks! |
@galak: should be easy enough! I assume you installed # NOTE: standard global executable installation.
npm install --global uvcc
# NOTE: update global executable installation.
npm update --global uvcc You can also run Note: haven't verified the list of controls as implemented in |
kumar-macair:node-uvc-control galak$ uvcc set absolute_exposure_time 500
Error: Could not find a settable control named "absolute_exposure_time".
at CameraHelper.setValues (/usr/local/lib/node_modules/uvcc/dist/camera-helper.js:54:19)
at async CommandHandlers.execute (/usr/local/lib/node_modules/uvcc/dist/command-handlers.js:43:24)
at async CommandManager.execute (/usr/local/lib/node_modules/uvcc/dist/command-manager.js:71:28)
at async mainAsync (/usr/local/lib/node_modules/uvcc/dist/index.js:73:9)
The text was updated successfully, but these errors were encountered: