AgoraIO / Basic-Video-Call

Sample app to join/leave a channel, mute/unmute, enable/disable the video, and switch between front/rear cameras.
MIT License
691 stars 1.01k forks source link

Want to receive raw video frames Android Java #309

Open rajenpal033 opened 2 years ago

rajenpal033 commented 2 years ago

I've got this reference, https://docs.agora.io/en/Video/raw_data_video_android?platform=Android

But this is too complicated and not a complete step by step guide, can anyone please help me out with a solution to receive raw video data. I want to build a NSFW for nudity detection. Please help.

Thanks

plutoless commented 2 years ago

@rajenpal033 try taking a look at this full api example to see if it helps https://github.com/AgoraIO/API-Examples