Sensoray 819 Windows SDK Uživatelský manuál

Procházejte online nebo si stáhněte Uživatelský manuál pro Software Sensoray 819 Windows SDK. Sensoray 819 Windows SDK User Manual Uživatelská příručka

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 16
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 0
Model 819 Windows SDK
Ver.1.0.1
Contents
Terminology ................................................................................................................................................ 3
Limitations .................................................................................................................................................. 3
Data Types .................................................................................................................................................. 3
Captured resolutions .............................................................................................................................. 3
TV standards ........................................................................................................................................... 3
Bitrate control mode .............................................................................................................................. 4
Capture mode ........................................................................................................................................ 4
Stream mode .......................................................................................................................................... 4
Stream type ............................................................................................................................................ 5
Capture channel ..................................................................................................................................... 5
Capture buffer ........................................................................................................................................ 6
Motion detection data ........................................................................................................................... 6
Miscellaneous types ............................................................................................................................... 7
SDK Functions ............................................................................................................................................. 8
S819_Enumerate .................................................................................................................................... 8
S819_SetMode ....................................................................................................................................... 8
S819_CreateCnode ................................................................................................................................. 8
S819_DeleteCnode ................................................................................................................................. 8
S819_AttachStreams .............................................................................................................................. 8
S819_DetachStreams ............................................................................................................................. 9
S819_StartStreams ................................................................................................................................. 9
S819_StopStreams ................................................................................................................................. 9
S819_StartAll .......................................................................................................................................... 9
S819_StopAll ........................................................................................................................................ 10
S819_WaitBuffer .................................................................................................................................. 10
1
Zobrazit stránku 0
1 2 3 4 5 6 ... 15 16

Shrnutí obsahu

Strany 1 - Model 819 Windows SDK

Model 819 Windows SDKVer.1.0.1ContentsTerminology

Strany 2

S819_StopAllECODE S819_StopAll(HCNODE hCnode)Stops capture of all streams attached to a selected capture node.S819_WaitBufferECODE S819_WaitBuffer(HCN

Strany 3 - Data Types

mask bits 0-3 control outputs 0-3 (1 – enabled, 0 – disabled).S819_RegMVFlagCBECODE S819_RegMVFlagCB (S819_MVFlagCallBack funCallBack, void *pContext)

Strany 4 - Stream mode

mvsens value of the motion sensitivity to set. Valid values are from 0-15 where 0 is most sensitive and 15 is least sensitive. Recommended values ar

Strany 5 - Capture channel

MP4 Multiplexing FunctionsThe 819 SDK was designed to be as flexible as possible for end users. Some users may want to save the encoded data to the .

Strany 6 - Motion detection data

Create video track for mp4 file. Fourcc should be 'avc1' (use UUID provided in header or in C# wrapper). timebase is normally 90000. defau

Strany 7 - Miscellaneous types

Demo Applications and ExamplesC# Visual Studio .NET DemoA full feature demo application written in C# .NET is provided. This includes a class file to

Strany 8 - SDK Functions

int _tmain(int argc, _TCHAR* argv[]){int channels;S819_CHAN s819chan;HCNODE hcnode;BUFFER buf;int rc;FILE *fin;int i = 0;char name[60];int vtrack;muxe

Strany 9 - S819_StartAll

S819_ReleaseBuffer

Strany 10

Terminologychannel video input. Each 819 has 16 input channels. Multiple boards are enumerated contiguously, so that channels are addressed by a singl

Strany 11 - S819_SetMotionSensitivity

TVS_NTSC, TVS_MAX, //for array sizing} S819_TVSTANDARD;Bitrate control modetypedef enum { BITRATE_H264_NO_RC, // Var with max lim

Strany 12 - S819_GetSignalStatus

resolution resolution of the captured stream.fps capture rate (frames per second). Range: 1-25 (PAL), 1-30 (NTSC) in 1 fps increments. This parameter

Strany 13 - MP4 Multiplexing Functions

int reserved[32];} S819_CHAN;cMode channel capture mode. Applies to all streams captured from a channel.psMode primary H.264 strea

Strany 14

unsigned char evendata[32*4];} S819_MVFLAG_DATA;lTimeStamp timestamp associated with the captured motion data.odddata motion data from odd frames.

Strany 15 - C# Visual Studio .NET Demo

SDK FunctionsAll functions returning an error code (type ECODE) return ECODE_OK, if success. Any other value indicates an error.S819_EnumerateECODE S8

Strany 16

streams streams bitmask. To select a stream, set a bit of the parameter streams to 1 by using anSMASK macro. For example, streams = SMASK(STREAM_H264

Komentáře k této Příručce

Žádné komentáře