I am using CameraEX to detect particle sizes, simply by counting pixels next to each other in an image.
But in some conditions the focus is not optimal
I use only Picture Preview and NV21toRGB, rather than Take Picture.
CameraEX does not support manual focus. But Java Camera2 does.
If I can find someone to help me write a Java routine just for changing focus using Camera2, can I still use CameraEx in the same B4A program? or will I have to use Camera2 for all the camera routines which would be a massive undertaking?
But in some conditions the focus is not optimal
I use only Picture Preview and NV21toRGB, rather than Take Picture.
CameraEX does not support manual focus. But Java Camera2 does.
If I can find someone to help me write a Java routine just for changing focus using Camera2, can I still use CameraEx in the same B4A program? or will I have to use Camera2 for all the camera routines which would be a massive undertaking?