Skip to content

Conversation

@m4tto
Copy link

@m4tto m4tto commented Dec 24, 2021

This update adds White light control to the S41/SCP bullet camera models. To control the light, the camera must be put in manual mode first.

Usage Example:
from foscam import FoscamCamera
from time import sleep

mycam = FoscamCamera(ip, port, user, pwd)
mycam.set_white_light_config(2)
mycam.open_white_light()
sleep(5)
mycam.close_white_light()
mycam.set_white_light_config(0)

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

Successfully merging this pull request may close these issues.

1 participant