livekit / python-sdks

LiveKit real-time and server SDKs for Python
https://docs.livekit.io
Apache License 2.0
74 stars 24 forks source link

Can i somehow publish camera? #154

Open stepskop opened 5 months ago

theomonnom commented 5 months ago

Hey, this is not supported by the Python SDK yet. In the meantime you can use a library like OpenCV and forward the frames to an AudioSource

stepskop commented 5 months ago

Hey, this is not supported by the Python SDK yet. In the meantime you can use a library like OpenCV and forward the frames to an AudioSource

So there is not any way to cast image frames like live view?

theomonnom commented 4 months ago

Hey, what do you mean by live view?

stepskop commented 4 months ago

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.