You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use the ImageRecorder widget on a video stream of a custom widget. I use Jupyter_Video_Widget to be able to jump to special locations in a video. Under to hood it serves the video through a local webserver under http://127.0.0.1:57478/.
I thought about using the WidgetStream and the ImageRecorder to get the currently shown image in the video, but only a white image is shown.
Do you have an idea why it is not working, or another solution to my problem?
Thanks a lot!
Hi,
I want to use the
ImageRecorder
widget on a video stream of a custom widget. I useJupyter_Video_Widget
to be able to jump to special locations in a video. Under to hood it serves the video through a local webserver underhttp://127.0.0.1:57478/
.I thought about using the
WidgetStream
and theImageRecorder
to get the currently shown image in the video, but only a white image is shown.Do you have an idea why it is not working, or another solution to my problem?
Thanks a lot!
Here is a working example showing my issue:
https://github.com/seidlr/jupyter-video-screenshot
The text was updated successfully, but these errors were encountered: