Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add White Light Control for S41/SCP models #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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