Supported by...
Most Pixelink cameras support FEATURE_FLIP; however not all cameras support this feature within the cameras. In cases where the feature is not supported within the camera, the image flipping will be done on the host computer by Pixelink API.
The user can determine which cameras support on-camera flip programmatically via the FEATURE_FLAG_EMULATION flag returned by PxLGetCameraFeatures. Note that on-camera flip is currently only supported by PL-B760 series cameras and PL-X cameras.
Description
Flip controls the orientation of the image. The image can either be flipped horizontally or flipped vertically. If the camera does not support flip, Pixelink software will provide software support for this feature.
API Control
Feature ID | Number of Params | Parameters | Units | Restrictions |
FEATURE_FLIP Vertical and horizontal flip of the image | 2 | fHorizontal | N/A (1=On, 0= Off). | 1 or 0 |
fVertical | N/A (1 = On, 0 = Off). | 1 or 0 |
Note: Changing this feature can change the PIXEL FORMAT in returned frames when using PIXEL_FORMAT_BAYERXXX.
Feature Flags
Camera | Presence | Read Only | Auto | Manual | One-time Auto | Off | CiD |
All Cameras | Yes | No | No | Yes | No | No | No |
Note: IIDC inquiries for the presence of the feature on-board the camera will find it unsupported except on the PL-B760 series.
Parameters
Camera | Parameter | Unit | Type | Min | Max | Default | Step Size |
All | Horizontal | n/a | Absolute | 0 | 1 | 0 | 1 |
Vertical | n/a | Absolute | 0 | 1 | 0 | 1 |