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

Camera Streaming Camera Controls Possible? #5336

Closed
serifpersia opened this issue Oct 3, 2024 · 2 comments
Closed

Camera Streaming Camera Controls Possible? #5336

serifpersia opened this issue Oct 3, 2024 · 2 comments

Comments

@serifpersia
Copy link

Would like to have GUI application probably java based on pc that can control focus, exposure and all other camera parameters with adb scrcpy commands?

Currently I'm using camera streaming android 12 with no audio and it constantly does auto focus and it would be nice to have control over focus exposure levels shutter and so on. Controls over the camera options would help.

How hard would this be to have access to camera controls? Does scrcpy already have something in place for this?

@rom1v
Copy link
Collaborator

rom1v commented Oct 3, 2024

Would like to have GUI application probably java based

In general, a GUI (in Qt or something) for having widgets would be great. But that's too much work to develop/maintain. So it will remain in SDL with shortcuts for actions.

Probably not Java-based anyway (Swing?).

For camera options, see discussions in #4452.

@serifpersia
Copy link
Author

serifpersia commented Oct 3, 2024

Would like to have GUI application probably java based

In general, a GUI (in Qt or something) for having widgets would be great. But that's too much work to develop/maintain. So it will remain in SDL with shortcuts for actions.

Probably not Java-based anyway (Swing?).

For camera options, see discussions in #4452.

Yes I want to create GUI app (swing with flatlaf...) for this but I need to know about access to camera controls that scrcpy might have. I will read that for sure. Thanks
EDIT: Have read it. Whenever controls gets added for sure will try to make gui for for it. Thanks again for the quick reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants