I am new to android and opencv. I want to process camera frames my application requires manual settings camera parameters.
I have gone through all examples and documentation for manual control of shutter speed, Exposure and ISO using opencv android SDK but I didn't find any reference.
Is it possible to control camera setting using opencv or do I need to look into native android SDK camera2 API for the above settings.
I am using opencv 3.4.1 and android SDK version 26.
Thank you.