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

Zoom/Tilt/Pan greyed out #25

Closed
Astroman opened this issue Oct 25, 2021 · 10 comments
Closed

Zoom/Tilt/Pan greyed out #25

Astroman opened this issue Oct 25, 2021 · 10 comments
Assignees
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@Astroman
Copy link

Describe the bug
All controls work as expected except that zoom, tilt, and pan are greyed out.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Advanced tab
  2. Click on Zoom slider, etc
  3. Nothing happens

Expected behavior
I expected to control the zoom level

Desktop (please complete the following information):

@Astroman Astroman added the bug Something isn't working label Oct 25, 2021
@Itaybre
Copy link
Owner

Itaybre commented Oct 27, 2021

@Astroman have you been able to zoom and tilt on another software (or OS)?

Not all cameras may support this. Greyed sliders, usually mean not supported

@enquora
Copy link

enquora commented Oct 27, 2021

With the issue # 15 patch applied, the Zoom control is enabled for a Microsoft LifeCam but it has no effect. This camera does support zooming. There may be multiple intersecting problems.

@Itaybre
Copy link
Owner

Itaybre commented Oct 27, 2021

@enquora can you try doing it while doing Google Meet call with low resolution selected?

Since zoom is digital, it usually depends on the camera resolution.
This would allow you to test this easily

@Astroman
Copy link
Author

Astroman commented Oct 27, 2021

@Astroman have you been able to zoom and tilt on another software (or OS)?

Not all cameras may support this. Greyed sliders, usually mean not supported

iGlasses and Webcam Effects both have zoom and pan sliders. They crop the image to a portion of the frame and move that portion around to pan.

Edit: Ah, I understand now. The other apps implement a virtual camera whereas CameraControl uses the camera's builtin capabilities. I'll need to use one of them, along with Chrome for Discord, Facetime and Zoom, to pan and zoom the image. Sorry for the red herring and thanks.

@Itaybre
Copy link
Owner

Itaybre commented Oct 27, 2021

@Astroman have you been able to zoom and tilt on another software (or OS)?
Not all cameras may support this. Greyed sliders, usually mean not supported

iGlasses and Webcam Effects both have zoom and pan sliders. They crop the image to a portion of the frame and move that portion around to pan.

I think iGlasses uses a different method for this, it creates a virtual camera, right?
Then streams the original feed to it while doing it's effects

@enquora
Copy link

enquora commented Oct 27, 2021

Working as expected when an external client app is connected.

@Itaybre
Copy link
Owner

Itaybre commented Oct 27, 2021

@enquora good to hear, I will add an option to allow changing the preview quality or just a disclaimer about zoom depending on the quality

@Itaybre
Copy link
Owner

Itaybre commented Oct 27, 2021

@Astroman there is still a chance this is an issue on CameraController, we can use this app to see the USB descriptor parsed by another app.

If you go to:

  1. USB Probe
  2. Your Device
  3. Look for the interface that says Video/Control
  4. VDC (Control) Input Terminal
  5. Controls Supported

You should be able to see what options should be available for the camera, like this:
image

@Astroman
Copy link
Author

Sure enough, zoom is not supported. I'll try OBS with Chrome. Thanks for the help.

            Controls Supported   Description
                   Auto Exposure Mode
                   Exposure Time (Absolute)
                   Focus (Absolute)
                   Iris (Absolute)

@Itaybre Itaybre added the invalid This doesn't seem right label Oct 27, 2021
@Itaybre
Copy link
Owner

Itaybre commented Oct 27, 2021

I will close the issue then

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

No branches or pull requests

3 participants