RenderHeads / UnityPlugin-AVProLiveCamera

AVPro Live Camera is a Unity plugin for webcams, TV cards and capture cards
https://renderheads.com/products/avpro-live-camera/
11 stars 0 forks source link

How to set Powerline Frequency (anti-flicker)? #34

Open wktfraser opened 3 years ago

wktfraser commented 3 years ago

Hi Team,

Not really a bug or a feature request, just some tech support.

I'm wondering how to set PowerLine Frequency (anti-flicker) via code. It shows up in the device.ShowConfigWindow() window for Logitech C920 and BRIO webcams, but when I run through the settings using device.GetVideoSettingByIndex() it is not listed.

Hopefully I'm missing something simple :)

kahnivore commented 3 years ago

Hi @wktfraser

It'd be a good idea to run the CameraExplorer demo as that shows all the options we are able to detect.

If it's not there, there's a chance we could add support for it, although, it's unlikely to be soon.

Let us know the outcome of the above?

wktfraser commented 3 years ago

Hi @kahnivore

Thanks for getting back to me.

In the camera explorer, the setting does not appear under 'Settings' but if you click the 'Configure' button, this window opens where it is available.

image

I'm guessing that means it is not supported?

ViomerseEric commented 2 months ago

Is this still being worked on?

My team is getting by with a hack using an external application for now but would rather handle everything right in Unity if possible. It seems like you once had a "Freq" option exposed (saw it here while poking around), was that just a placeholder?

Totally understand if this is not being worked on anymore, but figured I'd shoot my shot.

Let me know, thanks!