Sensoray 615 Manual do Utilizador Página 1

Consulte online ou descarregue Manual do Utilizador para Hardware Sensoray 615. Sensoray 615 User Manual Manual do Utilizador

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 15
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 0
1 2 3 4 5 6 ... 14 15

Resumo do Conteúdo

Página 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

Página 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

Página 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

Página 4

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

Página 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

Página 6

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

Página 7 - Data types reference

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

Página 8

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

Página 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

Página 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

Página 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

Página 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

Página 13 - S615_QueueCmd

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

Página 14 - S615_WaitBuffer

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

Página 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

Comentários a estes Manuais

Sem comentários