I am try to acquire image frames from a Pixellink camera. I installed the Software Capture OEM of Pixellink to test and the camera is OK. I need an API of Pixellink to acquire fremes. I found a dll named "PxLAPI41.dll". Openning this dll on Labview I found the functions bellow. Does anybory have the PxLAPI41.h file ou API to acquire? My camera is a USB camera PL-B782U.
C:\WINDOWS\system32\PxLAPI41.dll
Functions:
PxLDcamDebug_ReadRegister
PxLDcamDebug_WriteRegister
PxL_4_1_CameraRead
PxL_4_1_CameraWrite
PxL_4_1_CreateDescriptor
PxL_4_1_Debug
PxL_4_1_FormatClip
PxL_4_1_FormatImage
PxL_4_1_GetCameraFeatures
PxL_4_1_GetCameraInfo
PxL_4_1_GetClip
PxL_4_1_GetErrorReport
PxL_4_1_GetFeature
PxL_4_1_GetNextFrame
PxL_4_1_GetNumberCameras
PxL_4_1_Initialize
PxL_4_1_LoadSettings
PxL_4_1_RemoveDescriptor
PxL_4_1_ResetPreviewWindow
PxL_4_1_SaveSettings
PxL_4_1_SetCallback
PxL_4_1_SetCameraName
PxL_4_1_SetFeature
PxL_4_1_SetPreviewSettings
PxL_4_1_SetPreviewState
PxL_4_1_SetStreamState
PxL_4_1_Uninitialize
PxL_4_1_UpdateDescriptor
Message Edited by Clayton on 08-28-2007 02:24 PM