chenyeju295 / flutter_uvc_camera

Flutter package
https://pub.dev/packages/flutter_uvc_camera
MIT License
8 stars 3 forks source link

How to get the usb camera stream? #22

Open Nuyoahhjh opened 1 week ago

Nuyoahhjh commented 1 week ago

I want to get the usb camera feed to agora_rtc_engineSDK

Nuyoahhjh commented 1 week ago

I get the stream of h264 through callback, but I need the original stream of the camera, can I support getting the original stream of the camera, such as NV12 or YUV420?