Specifies which image orientation mode will be used during forthcoming IG_REC_PID_IMGPREPROCESS processes.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_REC_orientation_mode_set( enumIGRecImgRotate ImgRotate ); |
Name | Type | Description |
---|---|---|
ImgRotate | enumIGRecImgRotate | Image orientation mode to be set. Possible values are: IG_REC_IMG_ROTATE_AUTO, IG_REC_IMG_ROTATE_NO, IG_REC_IMG_ROTATE_RIGHT, IG_REC_IMG_ROTATE_DOWN, and IG_REC_IMG_ROTATE_LEFT. |
This function does not process image pixels.
Copy Code
|
|
---|---|
AT_ERRCOUNT ErrCount = 0; ErrCount = IG_REC_orientation_mode_set(IG_REC_IMG_ROTATE_AUTO); |
The Image orientation mode can be automatic, switched off, or programmable.
This function does not currently support mirroring of the image.