Sensoray 614 Windows Manuale Utente

Navigare online o scaricare Manuale Utente per Software Sensoray 614 Windows. Sensoray 614 Windows User Manual Manuale Utente

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 35
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 0
SENSORAY CO., INC.
PCI or PC/104+
MPEG
Capture Device
Model 614 and 314
Windows SDK User’s
Manual
April, 2009
Sensoray 2006-2009
7313 SW Tech Center Dr.
Tigard, OR 97223
Phone 503.684.8073 Fax 503.684.8164
sales@sensoray.com
www.sensoray.com
1
Vedere la pagina 0
1 2 3 4 5 6 ... 34 35

Sommario

Pagina 1 - SENSORAY CO., INC

SENSORAY CO., INC.PCI or PC/104+MPEGCapture DeviceModel 614 and 314Windows SDK User’sManualApril, 2009 Sensoray 2006-20097313 SW Tech Center Dr.Tigar

Pagina 2 - Table of Contents

Multiplexed stream callbacks(cbmux)MPEG1 PES Capture example commands• “encode 0”• “cbmux c:\\mpeg1_pes.mpg”• wait 10 seconds• “stop”MPEG2 PES Capture

Pagina 3 - Limited warranty

because a separate MPEG4 DIVX DirectShow multiplexer must be purchased and installed on theusers system. Functions ReferenceAll API functions are dec

Pagina 4 - Special handling instructions

hwnd A handle to the window to display video in.bResizeIf set to TRUE, the window will be resized to match native video size.boardboard number in the

Pagina 5 - Introduction

boardboard number in the system (use 0 for single board setups).Returns0 on success, negative value if error (see mid314types.h for error codes list).

Pagina 6 - Software

MID314_API int SN_SetEncodeType( MID314_ENCODING encodeType, int board);Sets the desired encoding type (MPEG1,2,4). ParametersencodeTypeencoding e

Pagina 7 - General Notes

boardboard number in the system (use 0 for single board setups).Returns0 on success, negative value if error (see mid314types.h for error codes list).

Pagina 8 - Demo applications

MID314_API int SN_StartPreview( int board);Starts video and audio streaming for preview only.Parametersboardboard number in the system (use 0 for si

Pagina 9

0 on success, negative value if error (see mid314types.h for error codes list).MID314_API int SN_StartRecord( char *fileName, int board);Starts re

Pagina 10 - Regular Recording

ParametersfileNamefull path to the target file, no extension.filetypefile type(s) to save to (MID314_FILE_JPEG, MID314_FILE_BMP, see mid314types.h).qu

Pagina 11 - Functions Reference

MID314_API int SN_PausePlayback( BOOL bPause);Pauses/resumes playback.ParametersbPauseTRUE for pause, FALSE for resume.Returns0 on success, negative

Pagina 12

Table of ContentsLIMITED WARRANTY ...

Pagina 13

percenta numerator of the position in the file expressed as a fraction of a total file size.rangea denominator of the position in the file expressed a

Pagina 14

( brightness 0 to 255 default 128, saturation –128 to 127 default 64, contrast –128 to 127 default 64, hue –128 to 127 default 0).boardboard number in

Pagina 15

bMutepointer to retrieved setting.boardboard number in the system (use 0 for single board setups).Returns0 on success, negative value if error (see mi

Pagina 16

Returns0 on success, -1 on failure, -2 – out of text space.MID314_API int SN_ClearOverlay( int board );Clears all overlays.Parametersboardboard num

Pagina 17

Turns the preview on and off. Recording will continue regardless of this setting.ParametersbDisplayVideoTRUE to enable preview.boardboard number in th

Pagina 18

MID314_ASPECT_NONE allows stretched preview image, MID314_ASPECT_CONSTmaintains original aspect ratio (see mid314types.h).boardboard number in the sys

Pagina 19

MID314_API int SN_DisplayChange();Informs the video renderer that a WM_DISPLAYCHANGE message has been received by theapplication. This callback should

Pagina 20

);Sets the value of the message that is sent to the application’s window in case of device removal(e.g. USB cable unplugged).Parametershwndhandle of t

Pagina 21

int right_clip, int bottom_clip, int board );Sets the video position in the clipping window.Parametersxpos, yposx and y coordinates of the top

Pagina 22

BITMAPINFOHEADER *pBMI, int type, int board );SN_GetFrame retrieves current frame. Type Currently supported for MPEG 1,2,4 only. Please seeGetF

Pagina 23

Limited warrantySensoray Company, Incorporated (Sensoray) warrants the hardware to be free from defects inmaterial and workmanship and perform to appl

Pagina 24

SN_StartCaptureOnly_CB, which is the same capture graph, but uses callbacks. In this mode,there is no preview available. Motion Detection is not sup

Pagina 25

user just wants to get uncompressed frames or uncompressed frames withaudio from the 314.There are three modes supported currently. “recmode=0” is a

Pagina 26

int board );This function is used to get compressed video data and/or audio dataout of the directshow graph. The function builds a DirectShow Capt

Pagina 27

0 if success, negative if error.MID314_API int SN_StopCompressedCapture( int board );Stops the graph started by SN_StartCompressedCapture.Parameters

Pagina 28

Registers a callback function for use with the SampleGrabberDirectShow graphs. Used with SN_StartCompressedCaptureOnly(recmodes 3and 4) and SN_StartC

Pagina 29

ReferencesFor Model 614 and/or Model 314 hardware details, specifications, and 614 FPGA register layouts,please go to the Sensoray's 614 and/or 3

Pagina 30

Special handling instructionsThe circuit board contains CMOS circuitry that is sensitive to Electrostatic Discharge (ESD). Special care should be take

Pagina 31

IntroductionThe Model 614 is a PCI version of the Model 314. It has extra caption overlay feature. Thereferences to the 314 in this manual also refer

Pagina 32

SoftwareFeature SummaryModel 614 or Model 314 is shipped with drivers for Microsoft Windows 2000/XP. A full-featureddemo application allows preview an

Pagina 33

The drivers must also be redistributed to end-users and installed for proper function of the device.They are included in the drivers directory.SDK Ref

Pagina 34

• video system and geometry: SN_SetVidSys(), SN_SetVidSize();• video parameters (brightness, contrast, saturation, hue): SN_SetLevels();• compression

Pagina 35 - References

Compressed MPEG stream(cbmpeg)The compressed MPEG stream in the console demo uses callbacks to get every MPEG frame(orJPEG for Motion JPEG) as it pas

Modelli collegati 314 Windows

Commenti su questo manuale

Nessun commento