Merged the branch /branches/opencv_pthread_framework/opencv into the trunk.
The branch contains changes, concerning adding ThreadingFramework -- temporary lightweight decision for ARM instead of Intel TBB. Also some changes in Android highgui camera class were made.
This commit is contained in:
@@ -396,7 +396,8 @@ enum
|
||||
enum
|
||||
{
|
||||
CV_CAP_ANDROID_COLOR_FRAME = 0, //BGR
|
||||
CV_CAP_ANDROID_GREY_FRAME = 1 //Y
|
||||
CV_CAP_ANDROID_GREY_FRAME = 1, //Y
|
||||
CV_CAP_ANDROID_COLOR_FRAME_RGB = 2 //RGB
|
||||
};
|
||||
|
||||
/* retrieve or set capture properties */
|
||||
|
Reference in New Issue
Block a user