SENSORAY CO., INC. S615 Software Development Kit version 1.0 January 2002 Sensoray 2001 7313 SW Tech Center Dr. Tigard, OR 97223 Phone 5
10 Operation mode data structure MODE typedef struct { DWORD format; //NTSC, PAL DWORD bmpflip; //bmp capture lines order DWORD bmpcolor; //bi
11 CAP8X8 – 8 characters x 8 lines; CAP16X4 – 16 characters x 4 lines; CAP32X2 – 32 characters x 2 lines. captionpos Caption window position: C
12 Functions reference S615_InitSystem ECODE S615_InitSystem ( PCI *pPci //pointer to a PCI structure ); Parameters pPci Pointer to the structure
13 S615_SetMode ECODE S615_SetMode ( int index, //board index MODE *pMode //pointer to MODE variable ) Parameters index A value by which the boar
14 index Board index. pCmd Address of the COMMAND structure. Return values None. S615_BufferReady BOOL S615_BufferReady ( int index //board ind
15 S615_ReleaseBuffer void S615_ReleaseBuffer ( int index, //board index BUFFER *pBuf, //pointer to BUFFER structure ) Parameters index Board i
2 Table of ContentsINTRODUCTION...3 SOFTWARE INSTALLATION..
3 Introduction Model 615 is a multifunctional video capture board. It allows simultaneous capture of JPEG compressed full resolution images and scal
4 The application may choose a different algorithm if necessary, however one important condition has to be met: whenever a new video input is connec
5 Software Installation It is recommended to install the SDK before installing the board(s) into your PC. To install the SDK run setup.exe from the
6 Building an application with s615.dll Files to be included in the project The following files are distributed with the SDK: § s615.h – contains da
7 Data types reference System structure PCI typedef struct { DWORD boards; DWORD mask; DWORD PCIslot[SYS_BOARDS]; } PCI; The PCI struct
8 Image buffer structure BUFFER typedef struct { void *pBmp; //pointer to bitmap (uncompressed) buffer; void *pJpeg; //pointer to compressed data
9 Command structure COMMAND typedef struct { int jpegon; //JPEG capture ON/OFF int channel; //one of 4 channels to capture from (0-3); int xpcha
Comentarios a estos manuales