Forums
Software Topics
| OpenCV for Android 2.4.3.2 Includes New Tutorial |
|---|
Posted by Eric Gregori 3 months ago
See on Tutorial-5 example in OpenCV4Android SDK. It demonstrates how to implement custom camera control. It shows how to turn on camera color effects and change camera resolution. You can change focus mode in the same way.
Sample demonstrates how to implement custom camera control using OpenCV SDK classes. The main idea is to inherit from JavaCameraView or NativeCameraView class and implement any customization you want. For example, you can overload initializeCamera method and it will be used instead the same method in the base class.
http://answers.opencv.org/question/6975/opencv4android-changing-camera-f...











2.4.3.2
December, 2012
Updates since 2.4.3.1
JavaCameraViewfix for Android 2.3.3 emulator (#2656).imread#2602,equalizeHist,cvStereoRectifyUncalibrated#2643).Known issues
cvtColorfunction (#2593).