-
Notifications
You must be signed in to change notification settings - Fork 59
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
Can i somehow publish camera? #154
Comments
Hey, this is not supported by the Python SDK yet. |
So there is not any way to cast image frames like live view? |
Hey, what do you mean by live view? |
I mean like live preview of camera. Lets say i have Raspberry Pi with camera at my doorstep, and i want access the camera via Livekit in app on mobile. In short, publish camera from Python LivekitSDK -> JS LivekitSDK. I think it is possible via OpenCV, but i was unable to create propper Livekit's VideoSource. |
This is my working snippet based on suggestions from others. Basically:
Gist link: https://gist.github.com/maisonsmd/d9af7345dc6406d25f3b174de7c046b3 |
No description provided.
The text was updated successfully, but these errors were encountered: