API Usage
Notation, Libraries and Other Useful Info API Function Notation Definitions, Types and Structures Camera Sequence Controlling a Pixelink cam...
Fri, 4 Mar, 2022 at 11:59 AM
After the camera has been initialized and the camera features determined and set appropriately, it is ready for streaming and capturing image data. Star...
Fri, 22 Sep, 2023 at 2:56 PM
This document describes the layout of information within a frame of image data populated by a call to the Pixelink API's function PxLGetNextFrame or a c...
Fri, 14 Jul, 2023 at 9:22 AM
Notational Conventions In this section, italics are used to represent variables, function names, and program names, courier is used to rep...
Tue, 29 Oct, 2019 at 1:00 PM
A descriptor is the set of feature properties that characterize a frame of image data by recording the camera features in effect at the time that frame was ...
Thu, 6 Jun, 2019 at 2:10 PM
Overview A descriptor is a collection of camera feature properties that is applied to a frame. You receive descriptor information on every frame as the...
Thu, 6 Jun, 2019 at 2:31 PM
The Pixelink API accommodates the use of a user-specified lookup table (LUT) for custom image adjustment. The LUT is an array that maps each possible pixel...
Fri, 8 Jan, 2021 at 11:35 AM
Use the tables below to determine the relationships between the functions in the previous PixeLINK Camera API (Release 3) and the current PixeLINK Camera AP...
Wed, 30 Oct, 2019 at 4:08 PM
A few tips, tricks and gotchas when it comes to using the Pixelink API. Query A Feature's Capabilities and Limits Before using a feature, query ...
Tue, 18 Jul, 2023 at 1:24 PM
The following structure defines the frame descriptor, which contains the settings for the captured frame. /* Frame Descriptor */
typedef struct _FRAME_...
Wed, 22 Dec, 2021 at 10:38 AM