-
Notifications
You must be signed in to change notification settings - Fork 42
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
Saving image in the loop freezes #133
Comments
I am running into the same issue (using jupyterlab 3.x) is there any configuration available where its definitly working? P.S. Got it working on another instance... some brief overview (selection) of packages which differ and could be the reason
i will try now to cherry pick and upgrade/downgrade some packages and see where the root issue is.... |
so I could not figure out which package exactly breaks the ipywebrtc plugin, but I could see that following containers:
|
I am capturing image from webcam using code from demo. Unfortunately after triggering capture with camera button in ImageRecorder, I see only 3 updates in the output Image and then the loop freezes.
I found that this can be functionally solved by setting callback to image_recorder.recording change by
image_recorder.observe(process_image, names=['recording'])
, but this is only workaround of the bug.The text was updated successfully, but these errors were encountered: