saki4510t / UVC4UnityAndroid

UVC4UnityAndroid
Apache License 2.0
77 stars 19 forks source link

Explosure settings #9

Open TomXD opened 1 year ago

TomXD commented 1 year ago

Hi! The plugin is awsome, but please add Explosure settings! (Or some help, how can I implement it.)

saki4510t commented 5 months ago

Experimentally add UVC control functionality on latest comiit(v0.3.0).

If you want to control, you need to get CameraInfo object using UVCManager.GetAttachedDevices and access via GetCtrls, GetValue, SetValue functions. There are still no UI samples now.