livekit/python-sdks

Can i somehow publish camera?

stepskop opened this issue · 4 comments

Can i somehow publish camera?

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

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?

Hey, what do you mean by 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.