Closed janoonaj closed 4 years ago
Hi, thanks for the comment @janoonaj ,
You are right, onPreviewFrame
is what should be used.
That's how it is done in the Custom-Video-Driver sample: https://github.com/opentok/opentok-android-sdk-samples/blob/master/Custom-Video-Driver/CustomVideoDriverLib/src/main/java/com/example/tokbox/CustomVideoDriverLib/CustomVideoCapturer.java#L382
Hello, not really an issue but a question.
there was a hugh change on the update made by @Lucashuang0802 on 3rd /May updating to SDK 2.14 on CustomVideoCapturer.java
Instead of using Camera's onPreviewFrame you are using a Runnable.
There is no information in the log about the change, I would like to ask you if it is for performance issues; with many other small changes.
Thanks a lot,