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

Use ipywebrtc to visualize a videostream from a Basler camera using pypylon #108

Open
richardstardust opened this issue Apr 28, 2022 · 2 comments

Comments

@richardstardust
Copy link

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.

@maartenbreddels
Copy link
Owner

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

@richardstardust
Copy link
Author

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.

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