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

Real time imaging #7

Open
IanSukarsa opened this issue Feb 28, 2023 · 1 comment
Open

Real time imaging #7

IanSukarsa opened this issue Feb 28, 2023 · 1 comment

Comments

@IanSukarsa
Copy link

I've been trying to create a program which displays frames in real time, mainly for adjustment. Using Stream, I've been able to capture several pictures but it doesn't allow me to capture images in real time as Stream has the number of frames in argument.
I've tried calling Stream multiple times : "stream=Stream(camera, nb_frames)", but it doesn't seem to let me : "hamamatsu.dcam.DCAMError: DCAMError: 'dcambuf_alloc' raised NOTSTABLE (2147483908)"
Do you know of an alternative I can use to take pictures multiple times without having to restart my program?

@tiagocoutinho
Copy link
Owner

Hi, thanks for trying the library.
Unfortunately I no longer work for the institute that used this type of camera so I'm not able to provide a reliable answer to the possibility of having a continuos stream.

However it should be possible to repeatedly loop on acquisitions of fixed amount of frames.
Again I cannot reproduce your problem because I no longer have access to a camera.

Maybe someone else as run into the same problem as is willing to share

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

2 participants