-
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
Not working with Logitech C270? #3
Comments
@Jip-Hop: unfortunately I don't have that camera model available for testing, but let's see if it can be figured out. The
Some suggestions:
Some questions:
Will post another comment with some camera configuration readouts for reference. |
To confirm the expected/allowed ranges of a UVC camera control, here's some sample output from Note for example v4l2-ctl --all
|
Hey, thanks for replying! This is the output on Ubuntu:
Will also try out the experimental branch :) |
Here's some test output from node-uvc-control-master after freshly connecting the webcam.
Used code:
I'm not sure what to look for exactly but to me it seems like it doesn't match up too well to the Ubuntu reference output. |
|
|
@Jip-Hop: thanks for testing the branches! I note that your c270's
I tried your test code and get similar output. That should mean that It seems You get no output at all (just the empty object Strangely enough, I get more readouts for
Sorry, no real fixes for now. Without your particular camera (not to mention system setup) it's hard to find the exact cause. Do you have any ideas? I don't want to go as far as suggesting that you format your (macOS) computer ;) |
Thanks for looking into it :) I bought another webcam: ELP USBFHD06H-SFV(2.8-12mm). Tried out to set manual exposure with the node-uvc-control-master webgui, but it wouldn't disable auto exposure properly. The Webcam Settings app from the Mac App Store supports my new ELP camera and Logitech C270 perfectly, so I'm going to have to go that route for now. |
Webcam Settings looks pretty nice. It seems to add support for different manufacturers/cameras one by one, according to the most version history -- wonder if that's also necessary for Closing this issue for now. If you get around to test the new camera as well, please reopen! |
I downloaded the repository and installed with
npm install
.Running it on macOS 10.14.6.
But I can't get it to work with my Logitech C270.
Listing the devices only shows my internal trackpad.
Checking
chrome://usb-internals
in Chrome gives me vendor and product ids, so I tried using them.But I still can't control the webcam...
I am able to turn off Auto Exposure on the C270 webcam on MacOS using the sample application on this page: https://phoboslab.org/log/2009/07/uvc-camera-control-for-mac-os-x So at least I know it's possible... I tried adjusting the gain in this app, and then checking again with uvcc to see if it changed, but uvcc returned the same gain value.
I was hoping to use uvcc so I can control the exposure of my C270 cross platform. Also the exposure range slider in the example app from phoboslab.org doesn't work properly for the C270, so I was hoping to fix that too using uvcc.
The text was updated successfully, but these errors were encountered: