Peter-St / Android-UVC-Camera

GNU Lesser General Public License v2.1
136 stars 25 forks source link

Camera Autofocus #4

Closed costeacostin closed 4 years ago

costeacostin commented 4 years ago

Hello,

Great job for this project, it was really useful for me after some magic params combinations. I use an UVC camera that is trying to autofocus. Do you think that it can be any chance to control the autofocus? at least to enable/disable it

Cheers,

Peter-St commented 4 years ago

Hello costeacostin,

thanks for using my app. I can handle the thing with the camera auto focus, but this will last some time. I'll get back to you, when it's done.

Peter

costeacostin commented 4 years ago

Thank you a lot. It will be really useful. If I will succeed to do this on my own I will also come back to you. Also I guess that we can use multiple cameras with these configurations (just a question)

Peter-St commented 4 years ago

Hello costeacostin,

I added more Parameters to change additional values like autoFocus, brightness ... You can test them now out.

Please reinstall the app and run the button: "Set Up with UVC Values" again, because now there are more vales saved from the UVC descriptor ..

You can give me then some feedback, if everything worked.

So Far,

Peter

Peter-St commented 4 years ago

About multible cameras with these configuration, I will test it the next days ... And if it works, I think I will update my App with this feature, but it will sure last some time. Peter

costeacostin commented 4 years ago

I tried and it works, thank you a lot mate!

Vanntreudy commented 3 years ago

Hi! I am very new to android UVC Camera. I tried to set function getAutoFocus() auto when UVC Camera start, but I can't do. I don't where to start with. Should I config in Lib UVC Camera? Or where? Please Help me