Skip to main content

MimFlip

BoardSupported
Host SystemYes
V4L2Yes
Clarity UHDYes
Concord PoENo
GenTLYes
GevIQYes
GigE VisionYes
IndioNo
Iris GTXYes
Radient eV-CLYes
Rapixo CLYes
Rapixo CoFYes
Rapixo CXPYes
USB3 VisionYes

Perform a horizontal or vertical image-flipping operation.

Syntax

void MimFlip(
AIL_ID SrcImageBufId, //in
AIL_ID DstImageBufId, //out
AIL_INT64 Operation, //in
AIL_INT64 OpFlag //in
)

Description

This function flips the source image to the destination image according to the specified operation.

Parameters

SrcImageBufId (in, AIL_ID)

Specifies the identifier of the source image buffer.

DstImageBufId (out, AIL_ID)

Specifies the identifier of the destination image buffer.

Operation (in, AIL_INT64)

Specifies the operation to perform. This parameter can be set to one of the following:

for specifying the operation to perform

ValueDescription
M_FLIP_HORIZONTALFlips the image in a horizontal direction (left to right, along a vertical axis).
M_FLIP_VERTICALFlips the image in a vertical direction (top to bottom, along a horizontal axis).

OpFlag (in, AIL_INT64)

Reserved for future expansion. Must be set to M_DEFAULT.

Copyright © 2026 Zebra Technologies.