-
Notifications
You must be signed in to change notification settings - Fork 18
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
Issue with exposure time? #50
Comments
Hi, I just tested a Kinetix camera with unmodified live_mode.py sample and it seems to work quite well. Did you by any chance modify the sample and if so, can you specify in what way? Would it be possible to provide a code snippet? |
I tested with unmodified live_mode.py |
Strange. It should work just fine. What PVCAM version are you using? |
Yeah it's really strange. I don't know why it doesn't work... |
Enabling PVCAM logging.pdf |
Just to make sure:
|
Hello,
I am using a Kinetix camera. I have run the live_mode.py to test with different exposure time.
PyVCAM/tests/live_mode.py
Line 12 in a401bca
With the default value exp_time=20, all frames are full of 4095. So I tried with less exposure, same result... until exp_time=0 then it works.
So I ran PVCamTest software to be sure that it is not my environnement that is too luminous. But no, changing exposure affect the image.
I don't know what to do to solve this problem.
The text was updated successfully, but these errors were encountered: