smartsenselab/sensecam-control

IRCutFilter error

Closed this issue · 1 comments

Hi
I am using CameraConfiguration class from vapix_config for set_ir_cut_filter()
When I do like this:

Y = vapix_config.CameraConfiguration(ip, login, password)
Y.set_ir_cut_filter(ir_cut="auto", shift_level=60)

It is working perfectly.

But when I give value like 'on' or 'off' then its giving me error:

#Error: Error setting 'root.ImageSource.IO.DayNight.IrCutFilter' to 'off'! (For OFF case)
#Error: Error setting 'root.ImageSource.IO.DayNight.IrCutFilter' to 'on'!(For ON case)

Can anyone help what I am doing wrong?