API-Examples icon indicating copy to clipboard operation
API-Examples copied to clipboard

so using this , can i connect to usb camera for android agora application ?

Open EworkitSrl opened this issue 2 years ago • 1 comments

i have to develop a video call app and i should take video preview from a usb camera . i also have a uvcammer project to conntect the camera and get usb camera preview . I also tried to intergrate agora project and uvc camera project library. but i cant connect to it agora setupLocalVideo().

EworkitSrl avatar Oct 12 '21 09:10 EworkitSrl

Basically you could either setup local preview about uvccamera lib it self. Or using mediaIO custom source protocol, then you could use setupLocalVideo api: https://docs.agora.io/en/Interactive%20Broadcast/custom_video_android?platform=Android#mediaio-mode

yoreland avatar Oct 18 '21 00:10 yoreland