Iei-integration HDC-502E_SDK_Windows User Manual

Browse online or download User Manual for Accessories for video Iei-integration HDC-502E_SDK_Windows. IEI Integration HDC-502E_SDK_Windows User Manual

  • Download
  • Add to my manuals
  • Print

Summary of Contents

Page 1 - HDC-502E SDK (Windows)

HDC-502E SDK (Windows) Page 1IEI Technology Corp. User Manual MODEL: HDC-502E SDK (Windows) A SDK software development kit for the HDC-502E Series

Page 2 - Revision

HDC-502E SDK (Windows)Page 10 Step 6: The Device Driver Installation Wizard appears. Click Next to start. Figure 1-3: Device Driver Installation W

Page 3 - Copyright

HDC-502E SDK (Windows) Page 11 Figure 1-5: Driver Installation Complete Step 9: Check the device manager in the Windows control panel to ensure the

Page 4 - Table of Contents

HDC-502E SDK (Windows)Page 12 1.2.1 Driver Installation in 64-bit Windows 7 OS To install the driver in a 64-bit Windows 7 operating system, please

Page 5

HDC-502E SDK (Windows) Page 13Step 5: In the Command Prompt window, specify the 64-bit driver directory. Then, type DriverInstaller.bat to start th

Page 6 - Installation

HDC-502E SDK (Windows)Page 14 Figure 1-9: Device Manager – 64-bit OS 1.2.2 Uninstall Driver To uninstall the driver, please follow the steps below.

Page 7 - 1.1 Overview

HDC-502E SDK (Windows) Page 151.3 Software Installation The HDC-502E comes with a video capture application – HDCapture SDK. This section describes

Page 8 - 1.2 Driver Installation

HDC-502E SDK (Windows)Page 16 1.3.2 HDCapture SDK Installation To install the HDCapture SDK, please follow the steps below. NOTE: If the User Acces

Page 9

HDC-502E SDK (Windows) Page 17Step 4: Select a folder for HDCapture SDK installation in Figure 1-11. Click Next to continue. Figure 1-11: Select I

Page 10

HDC-502E SDK (Windows)Page 18 Step 7: When the HDCapture SDK is successfully installed, the following window appears. Click Close to exit. Step 0:

Page 11

HDC-502E SDK (Windows) Page 19Figure 1-14: Uninstall HDCapture SDK

Page 12 - Page 12

HDC-502E SDK (Windows)Page 2 Revision Date Version Changes 28 September, 2012 2.00 Updated for V2.00 software version 22 November, 2011 1.00 Ini

Page 13

HDC-502E SDK (Windows)Page 20 Chapter 2 2 HDCapture SDK

Page 14 - 1.2.2 Uninstall Driver

HDC-502E SDK (Windows) Page 212.1 HDCapture SDK Overview The HDCapture SDK is a video capture tool that allows user to capture video through the SDI

Page 15 - 1.3 Software Installation

HDC-502E SDK (Windows)Page 22 Step 2: Enable and configure the device settings by clicking the Device # (0, 1) buttons. The device number is decide

Page 16

HDC-502E SDK (Windows) Page 23bitrate (must be in the range of video format). When “CBR” is selected, the “Bitrate” text box is displayed. When “VBR

Page 17

HDC-502E SDK (Windows)Page 24 2.3 Video Capture To use the HDCapture SDK to capture video, follow the steps below. Step 1: Click Start to start cap

Page 18

HDC-502E SDK (Windows) Page 25Chapter 3 3 API Introduction

Page 19

HDC-502E SDK (Windows)Page 26 3.1 Build Environment The API build environment requirements are listed below. If build environment is not Microsoft V

Page 20 - HDCapture SDK

HDC-502E SDK (Windows) Page 273.2.1 DeviceMan API Introduction There are one enum, one structure and two functions in DeviceMan.dll. The source code

Page 21 - 2.2 Video Configuration

HDC-502E SDK (Windows)Page 28 // Unicode to ASCII failed. DEVICE_MAN_RESULT_UTOA_FAILED, DEVICE_MAN_RESULT_INVALID_HANDLE, DEVICE_MAN_RESULT_BU

Page 22 - Page 22

HDC-502E SDK (Windows) Page 29Parameter: ot_ipCardNum: Integer pointer of card number. ot_ppCardList: Void pointer of card list. Return: An in

Page 23

HDC-502E SDK (Windows) Page 3Copyright COPYRIGHT NOTICE The information in this document is subject to change without prior notice in order to impro

Page 24 - 2.3 Video Capture

HDC-502E SDK (Windows)Page 30 1. CPLDManGetVersion(int* ot_ipVerYear,int* ot_ipVerMonth, int* ot_ipVerDay) Description: Get CPLDMan.dll version. P

Page 25 - API Introduction

HDC-502E SDK (Windows) Page 31Description: Close CPLD. Parameter: in_iBusNo: Bus No. of CPLD. Return: An integer, see enum type. 6. CPLDManCod

Page 26 - 3.2 API Introduction

HDC-502E SDK (Windows)Page 32 An integer, see enum type. 9. CPLDManTXVideoSrcSet(int in_iBusNo, int in_iTXNo, int in_iValue) Description: Set v

Page 27

HDC-502E SDK (Windows) Page 333.2.3 Mb86H55rebDll API Introduction The Mb86H55rebDll API only has C# version now. The detail usage can be found in t

Page 28 - Page 28

HDC-502E SDK (Windows)Page 34 Step 3: Declare variable to control MB86H55 as below: Mb86H55reb mb86h55reb = new Mb86H55reb; Step 4: Add the follow

Page 29

HDC-502E SDK (Windows) Page 35 mb86h55reb.Reset(); break; case Mb86H55reb.AsyncEventResult.OperationCancel: break; case Mb86H55reb.Async

Page 30

HDC-502E SDK (Windows)Page 36 mb86h55reb.SetCanvasHandle(mPnlCanvas.Handle); mb86h55reb.ApplyGpio(); mb86h55reb.RebootFirm(); SetScreenMode(ScreenMo

Page 31

HDC-502E SDK (Windows) Page 371. FMBVideoFormatEnum h264VideoFormat Video formate. enum FMBVideoFormatEnum { FMBEnmVideoFmt1920x1080, FMBEnmVideoFm

Page 32

HDC-502E SDK (Windows)Page 38 4. int h264VideoBitrateCbr Video CBR bitrate value. 5. int h264VideoBitrateAverage Video average bitrate for VBR. 6

Page 33

HDC-502E SDK (Windows) Page 3910. bool isStreamRunning Get is stream runnging. API 1. bool Open(int pciNoArg, IntPtr hWnd) Description: Open devi

Page 34 - Page 34

HDC-502E SDK (Windows)Page 4 Table of Contents 1 DRIVER AND SDK INSTALLATION...

Page 35

HDC-502E SDK (Windows)Page 40 Parameter: m: Value of message comment: Comment form me Return: Value of AsyncEventResult public enum AsyncEven

Page 36 - Page 36

HDC-502E SDK (Windows) Page 4111. void RebootFirm() Description: Firm is rebooted. 12. void SetChipNo(int in_iChipNo) Description: Set device (

Page 37

HDC-502E SDK (Windows)Page 42 3.3 DirectShow Graph 3.3.1 Encoding Graph Source Filter (MB86H55-REB) Dump Filter File in HDDInput Source EX: PS3

Page 38 - Page 38

HDC-502E SDK (Windows) Page 43 3.4 Architecture of SDK Chip / codec / device usually means the same thing. OS HDCapture SDK CPLDMan.dll DeviceMan.d

Page 39

HDC-502E SDK (Windows)Page 44 Chapter 4 4 FAQ

Page 40 - Page 40

HDC-502E SDK (Windows) Page 45Q: Capture card, driver, application and input source are ready, but there is no image on the display or the image is

Page 41

HDC-502E SDK (Windows)Page 46 Appendix A A Error Code

Page 42 - 3.3 DirectShow Graph

HDC-502E SDK (Windows) Page 47A.1 Error Code Overview Error register (M_ERROR_INFO_H and M_ERROR_INFO_L) Name M_ERROR_INFO_H M_ERROR_INFO_L Bit 15……

Page 43 - 3.4 Architecture of SDK

HDC-502E SDK (Windows)Page 48 A.3 ERROR_STATUS[23:0] Detailed error cause. The relationship between the values and error causes is described in the

Page 44 - Chapter

HDC-502E SDK (Windows) Page 49A.3.2 ENC ERROR_MODULE[7:0] ERROR_MODULE[23:0] Value Name Value Name Outline 0x00_0001 INVALID_SCMD_CMD_ID The syste

Page 45

HDC-502E SDK (Windows) Page 5A.2 ERROR_MODULE[7:0]... 47 A.3 ER

Page 46 - Error Code

HDC-502E SDK (Windows)Page 50 0x00_000A ANOTHER_SMES_ACK_ BEFORE_SMES An acknowledge was received althought no subsequent system message was sent 0x

Page 47 - A.2 ERROR_MODULE[7:0]

HDC-502E SDK (Windows) Page 510x00_0004 STRM_BUF_OVERWRITTEN A stream buffer overwrite was detected 0x00_0005 INVALID_HOST_CMD Invalid HOSTCMD even

Page 48 - A.3 ERROR_STATUS[23:0]

HDC-502E SDK (Windows)Page 52 0x00_0001 NG Unclassified SUX internal error 0x00_0002 INVALID_HOST_CMD Invalid HOSTCMD event 0x00_0003 INVALID_EVE

Page 49 - A.3.2 ENC

HDC-502E SDK (Windows) Page 53A.3.3 DEC ERROR_MODULE[7:0] ERROR_MODULE[23:0] Value Name Value Name Outline 0x00_0001 INVALID_SCMD_CMD_ID The syste

Page 50 - Page 50

HDC-502E SDK (Windows)Page 54 0x00_000A SCMD_CC_NOT_CONTINUOUS The system command parameter continuity_counter values are not consecutive 0x00_000B

Page 51

HDC-502E SDK (Windows) Page 550x00_0004 INVALID_INIT_PARAM The initialization dedicated parameter register V is invalid 0x00_0005 INVALID_VIDEO_OUT

Page 52 - Page 52

HDC-502E SDK (Windows)Page 56 0x00_0002 INVALID_INIT_PARAM The initialization dedicated parameter register A is invalid 0x00_0003 UNACCEPTABLE_ HOS

Page 53 - A.3.3 DEC

HDC-502E SDK (Windows) Page 570x00_0005 INNER_ERROR VDMX module internal error 0x00_0006 DEMUX_INNER_ERROR Stream splitting hardware internal erro

Page 54 - Page 54

HDC-502E SDK (Windows)Page 6 Chapter 1 1 Driver and SDK Installation

Page 55

HDC-502E SDK (Windows) Page 71.1 Overview A CD is shipped with the video capture card. The CD contains a driver for the video capture controllers on

Page 56 - Page 56

HDC-502E SDK (Windows)Page 8 NOTE: If you cannot open the setup file in the 64-bit Windows 7 operating system, please do the following: Run a Comma

Page 57

HDC-502E SDK (Windows) Page 9Step 3: Locate the “Driverinstaller.bat” file in the driver CD. Double click it. The console window appears and starts

Comments to this Manuals

No comments