saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.96k stars 1.19k forks source link

Possible to add watermark to captured video? #585

Open eddykins11 opened 3 years ago

eddykins11 commented 3 years ago

I'm trying to add a watermark image to captured frames, is this possible or does anyone have any pointers on how to achieve this?

I think it would need to be actioned in UVCCameraTextureView -> onDrawFrame() but beyond that I'm a bit stuck.

Thanks