QuickBlox / quickblox-android-sdk-releases

This repository contains binary distributions of Android products released by QuickBlox.
BSD 3-Clause "New" or "Revised" License
31 stars 15 forks source link

Create custom VideoCapturer with effects #21

Closed osip-000 closed 5 years ago

osip-000 commented 6 years ago

Hello, I want create custom VideoCapturer that to impose effects on local video. I tried use Camera and Camera.PreviewCallback for get byte array of frame. But how I transform byte array to VideoFrame? In iOS SDK QBRTCCameraCapture has sendVideoFrame method for this.