Sensoray 615 Manual de usuario

Busca en linea o descarga Manual de usuario para Hardware Sensoray 615. Sensoray 615 User Manual Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 15
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 0
SENSORAY CO., INC.
S615
Software Development Kit
version 1.0
January 2002
Sensoray 2001
7313 SW Tech Center Dr.
Tigard, OR 97223
Phone 503.684.8073 • Fax 503.684.8164
www.sensoray.com
Vista de pagina 0
1 2 3 4 5 6 ... 14 15

Indice de contenidos

Pagina 1 - SENSORAY CO., INC

SENSORAY CO., INC. S615 Software Development Kit version 1.0 January 2002  Sensoray 2001 7313 SW Tech Center Dr. Tigard, OR 97223 Phone 5

Pagina 2 - Table of Contents

10 Operation mode data structure MODE typedef struct { DWORD format; //NTSC, PAL DWORD bmpflip; //bmp capture lines order DWORD bmpcolor; //bi

Pagina 3 - Introduction

11 CAP8X8 – 8 characters x 8 lines; CAP16X4 – 16 characters x 4 lines; CAP32X2 – 32 characters x 2 lines. captionpos Caption window position: C

Pagina 4

12 Functions reference S615_InitSystem ECODE S615_InitSystem ( PCI *pPci //pointer to a PCI structure ); Parameters pPci Pointer to the structure

Pagina 5 - Software Installation

13 S615_SetMode ECODE S615_SetMode ( int index, //board index MODE *pMode //pointer to MODE variable ) Parameters index A value by which the boar

Pagina 6

14 index Board index. pCmd Address of the COMMAND structure. Return values None. S615_BufferReady BOOL S615_BufferReady ( int index //board ind

Pagina 7 - Data types reference

15 S615_ReleaseBuffer void S615_ReleaseBuffer ( int index, //board index BUFFER *pBuf, //pointer to BUFFER structure ) Parameters index Board i

Pagina 8

2 Table of ContentsINTRODUCTION...3 SOFTWARE INSTALLATION..

Pagina 9 - Command structure COMMAND

3 Introduction Model 615 is a multifunctional video capture board. It allows simultaneous capture of JPEG compressed full resolution images and scal

Pagina 10

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

Pagina 11

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

Pagina 12 - Functions reference

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

Pagina 13 - S615_QueueCmd

7 Data types reference System structure PCI typedef struct { DWORD boards; DWORD mask; DWORD PCIslot[SYS_BOARDS]; } PCI; The PCI struct

Pagina 14 - S615_WaitBuffer

8 Image buffer structure BUFFER typedef struct { void *pBmp; //pointer to bitmap (uncompressed) buffer; void *pJpeg; //pointer to compressed data

Pagina 15 - S615_ReleaseBuffer

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

Sin comentarios