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
Would it be possible to use ipywebrtc to visualize a videostream from a Basler camera using pypylon (https://github.com/basler/pypylon) in a Jupyter notebook ?
If the answer is yes could you please share an example.
The text was updated successfully, but these errors were encountered:
I am not sure actually. It could go via the widget connection, but I don't think we can do that yet (no streaming supported now afaik). But via webrtc might work with https://github.com/aiortc/aiortc
OK! Thank you!
I thought there might be a way to send images (np.arrays) to it.
Right now I have made a workaround using ipycanvas but ipywebrtc looks more suitable.
Would it be possible to use ipywebrtc to visualize a videostream from a Basler camera using pypylon (https://github.com/basler/pypylon) in a Jupyter notebook ?
If the answer is yes could you please share an example.
The text was updated successfully, but these errors were encountered: