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

Setting camera property to manual mode from auto #1

Open
ptweir opened this issue Feb 11, 2010 · 0 comments
Open

Setting camera property to manual mode from auto #1

ptweir opened this issue Feb 11, 2010 · 0 comments

Comments

@ptweir
Copy link
Contributor

ptweir commented Feb 11, 2010

when attempting to set a camera property (e.g. 'shutter') to a certain value (e.g. 100) and switch into manual mode while the camera is in auto mode, the camera successfully switches to manual mode, but does not get set to the new value (100).

Example:
PROP_NUM = 3
VALUE = 10
cam.set_camera_property(PROP_NUM,100,1) # set property to auto
cam.get_camera_property(PROP_NUM) # check that it is in auto mode (second number should be 1)
cam.set_camera_property(PROP_NUM,VALUE,0) # set property to manual and try to set to value 10
cam.get_camera_property(PROP_NUM) # check that it is in manual mode (second number should be 0) BUT value is not VALUE
cam.set_camera_property(PROP_NUM,VALUE,0) # try again
cam.get_camera_property(PROP_NUM) # this time it works

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

No branches or pull requests

1 participant