-
Notifications
You must be signed in to change notification settings - Fork 17
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
Frame timeout #28
Comments
Hello, in order to investigate this problem we may need to more details:
|
|
Hello, we're having a similar issue since last week. :( When acquiring frames with
Is my understanding correct that in our situation the camera suddenly stops delivering data to the host? What are possible causes for this? Thanks a lot in advance for your support. |
Thank you for your comments, we will be looking into this issue and try to reproduce this on our side. @svierne Was there any change in the system, PVCAM version upgrade or anything that could possibly trigger this issue? (your comments sound like it might have been working fine for you in the past). In your case you use the Also please state what PVCAM runtime version you both use, the current one is PVCAM 3.9.10.5. |
@lwalder Yes, it has been working in the past. No changes to the system except for code changes in our software, and of course Windows system updates. If you need the exact calls being made to PyVCAM, I can mock the python module in our software and record the calls for you. PVCAM runtime version is 3.9.10, we will most likely upgrade to the latest version in the following days. Another idea I came up with is to patch Unfortunately I don't completely understand your suggestion of commenting out the Thank you again for your quick response last week. :-) |
@svierne printing the The We have an engineer looking into the issue but so far we were unable to reproduce either of those issues. We'll keep digging. |
We tested both sequence mode and Live mode capture to reproduce this two issue. There is no any TIME_OUT detected. All success finished. Here we post the segment of python code for testing sequence 3300 frames:
|
Oh, that's unfortunate to hear. :( Thank you very much for investigating. I'll report back when I have something more substantial to share. I suspect that I will also have to do several test runs. Depending on our lab schedule, that might take a while. Currently, our workaround is to call µManager, but if we can get PyVCAM working, that would be much less overhead. |
We tested external trigger "Trigger first" mode on PCIE 95B camera, 3330 sequence frames of Roi 256x256 Exposure Time: 3 ms |
Hello!
I have one problem with using poll_frame(): at first everything worked as I needed, but at one point (always in different ways) an exception occurred:
RuntimeError: frame timeout. Verify timeout exceeds exposure time. If applicable, check external trigger source
Tell me, what could be the cause of this problem? I will be grateful for any help.
The text was updated successfully, but these errors were encountered: