saki4510t / UVCCamera

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

Get image bitmap for processing #658

Open 9ghtX opened 2 years ago

9ghtX commented 2 years ago

How can I get image data to process it?

There is brightness and contrast settings, but no saturation, hue and etc. I would like to change image by ColorMatrix like with image from CameraX API.