Iei-integration HDC-4x-Series_SDK_Windows User Manual

Browse online or download User Manual for Accessories for video Iei-integration HDC-4x-Series_SDK_Windows. IEI Integration HDC-4x-Series_SDK_Windows User Manual

  • Download
  • Add to my manuals
  • Print

Summary of Contents

Page 1 - HDC-4x Series SDK (Windows)

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

Page 2 - Revision

HDC-4x Series SDK (Windows)Page 10 Figure 1-4: Driver Installing Step 8: When the driver installation is complete, the screen in Figure 1-5 appear

Page 3 - Copyright

HDC-4x Series SDK (Windows) Page 11 Figure 1-6: Device Manager 1.2.1 Uninstall Driver To uninstall the driver, please follow the steps below. Step 1

Page 4 - Table of Contents

HDC-4x Series SDK (Windows)Page 12  Microsoft Windows 7 32-bit After installing the driver, the following programs must be installed in order to u

Page 5

HDC-4x Series SDK (Windows) Page 13 Figure 1-7: HDCapture Setup Wizard Step 4: Select a folder for HDCapture installation in Figure 1-8. Click Next

Page 6 - Installation

HDC-4x Series SDK (Windows)Page 14 Figure 1-9: Confirm Installation Step 6: The system starts installing the HDCapture. Step 7: If an error happe

Page 7 - 1.1 Overview

HDC-4x Series SDK (Windows) Page 15 NOTE: Since "DumpFile.dll" and "PushFileSource2.dll " are DirectShow filters, the user must

Page 8 - 1.2 Driver Installation

HDC-4x Series SDK (Windows)Page 16 Figure 1-12: Uninstall HDCapture SDK Step 3: A confirmation window appears. Click Yes to uninstall the HDCaptur

Page 9

HDC-4x Series SDK (Windows) Page 17Chapter 2 2 HDCapture SDK Application

Page 10

HDC-4x Series SDK (Windows)Page 18 2.1 HDCapture SDK Overview The HDCapture SDK is a video capture tool that allows user to capture video through th

Page 11 - 1.3 Software Installation

HDC-4x Series SDK (Windows) Page 19Step 3: The Encoding window appears (Figure 2-2). Choose the video input format. There are multiple video format

Page 12 - Page 12

HDC-4x Series SDK (Windows)Page 2 Revision Date Version Changes 3 October, 2012 2.00 Updated for software version v2.00 21 June, 2011 1.00 Initi

Page 13

HDC-4x Series SDK (Windows)Page 20 and “Peak bitrate” text boxes are displayed. Close the window to save the settings. Figure 2-2: Encoding Setting

Page 14 - Page 14

HDC-4x Series SDK (Windows) Page 21 Figure 2-3: Video Capture Control NOTE: If some error messages show under the display screen, click the Clear

Page 15

HDC-4x Series SDK (Windows)Page 22 Step 2: Bring up the Decoding page by clicking one of the Device 0 button. Click the Decoding tab to access the

Page 16 - Page 16

HDC-4x Series SDK (Windows) Page 23Step 1: Launch the HDCapture SDK. Step 2: Connect the DVI cable from DVI display device to the DVI-I output por

Page 17 - Application

HDC-4x Series SDK (Windows)Page 24 Chapter 3 3 API Introduction

Page 18 - 2.2 Video Capture

HDC-4x Series SDK (Windows) Page 253.1 Build Environment The API build environment requirements are listed below. If build environment is not Micros

Page 19

HDC-4x Series SDK (Windows)Page 26 3.2.1 DeviceMan API Introduction There are one enum, one structure and two functions in DeviceMan.dll. The source

Page 20 - Page 20

HDC-4x Series SDK (Windows) Page 27 // Unicode to ASCII failed. DEVICE_MAN_RESULT_UTOA_FAILED, DEVICE_MAN_RESULT_INVALID_HANDLE, DEVICE_MAN_RESU

Page 21 - 2.3 Video Decoding

HDC-4x Series SDK (Windows)Page 28 Parameter: ot_ipCardNum: Integer pointer of card number. ot_ppCardList: Void pointer of card list. Return:

Page 22 - 2.4 Video Bypass

HDC-4x Series SDK (Windows) Page 291. CPLDManGetVersion(int* ot_ipVerYear,int* ot_ipVerMonth, int* ot_ipVerDay) Description: Get CPLDMan.dll versi

Page 23

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

Page 24 - 3 API Introduction

HDC-4x Series SDK (Windows)Page 30 Description: Close CPLD. Parameter: in_iBusNo: Bus No. of CPLD. Return: An integer, see enum type. 6. CPLDM

Page 25 - 3.2 API Introduction

HDC-4x Series SDK (Windows) Page 31 An integer, see enum type. 9. CPLDManTXVideoSrcSet(int in_iBusNo, int in_iTXNo, int in_iValue) Description:

Page 26

HDC-4x Series SDK (Windows)Page 32 3.2.3 Mb86H55rebDll API Introduction The Mb86H55rebDll API only has C# version now. The detail usage can be found

Page 27

HDC-4x Series SDK (Windows) Page 33Step 3: Declare variable to control MB86H55 as below: Mb86H55reb mb86h55reb = new Mb86H55reb; Step 4: Add the f

Page 28

HDC-4x Series SDK (Windows)Page 34 mb86h55reb.Reset(); break; case Mb86H55reb.AsyncEventResult.OperationCancel: break; case Mb86H55reb.

Page 29

HDC-4x Series SDK (Windows) Page 35mb86h55reb.SetCanvasHandle(mPnlCanvas.Handle); mb86h55reb.ApplyGpio(); mb86h55reb.RebootFirm(); SetScreenMode(Scr

Page 30

HDC-4x Series SDK (Windows)Page 36 Interface 1. FMBVideoFormatEnum h264VideoFormat Video formate. enum FMBVideoFormatEnum { FMBEnmVideoFmt1920x1080

Page 31

HDC-4x Series SDK (Windows) Page 37}; 4. int h264VideoBitrateCbr Video CBR bitrate value. 5. int h264VideoBitrateAverage Video average bitrate for

Page 32

HDC-4x Series SDK (Windows)Page 38 10. bool isStreamRunning Get is stream runnging. API 1. bool Open(int pciNoArg, IntPtr hWnd) Description: Ope

Page 33

HDC-4x Series SDK (Windows) Page 39 It is processed to receive the message. Parameter: m: Value of message comment: Comment form me Return: V

Page 34 - Page 34

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

Page 35

HDC-4x Series SDK (Windows)Page 40 11. void RebootFirm() Description: Firm is rebooted. 12. void SetChipNo(int in_iChipNo) Description: Set de

Page 36 - Page 36

HDC-4x Series SDK (Windows) Page 413.3 DirectShow Graph 3.3.1 Encoding Graph Source Filter (MB86H55-REB) Dump Filter File in HDDInput Source EX: PS3

Page 37

HDC-4x Series SDK (Windows)Page 42 3.4 Architecture of SDK Chip / codec / device usually means the same thing. OS HDCapture SDK CPLDMan.dll Device

Page 38 - Page 38

HDC-4x Series SDK (Windows) Page 43Chapter 4 4 FAQ

Page 39

HDC-4x Series SDK (Windows)Page 44 Q: Capture card, driver, application and input source are ready, but there is no image on the display or the imag

Page 40

HDC-4x Series SDK (Windows) Page 45Appendix A A Error Code

Page 41 - 3.3 DirectShow Graph

HDC-4x Series SDK (Windows)Page 46 A.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

Page 42 - 3.4 Architecture of SDK

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

Page 43 - Chapter

HDC-4x Series SDK (Windows)Page 48 A.3.2 ENC ERROR_MODULE[7:0] ERROR_MODULE[23:0] Value Name Value Name Outline 0x00_0001 INVALID_SCMD_CMD_ID The

Page 44 - Page 44

HDC-4x Series SDK (Windows) Page 490x00_000A ANOTHER_SMES_ACK_ BEFORE_SMES An acknowledge was received althought no subsequent system message was se

Page 45 - Error Code

HDC-4x Series SDK (Windows) Page 5A.2 ERROR_MODULE[7:0]... 46 A

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

HDC-4x Series SDK (Windows)Page 50 0x00_0004 STRM_BUF_OVERWRITTEN A stream buffer overwrite was detected 0x00_0005 INVALID_HOST_CMD Invalid HOSTCMD

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

HDC-4x Series SDK (Windows) Page 51 0x00_0001 NG Unclassified SUX internal error 0x00_0002 INVALID_HOST_CMD Invalid HOSTCMD event 0x00_0003 INVALI

Page 48 - A.3.2 ENC

HDC-4x Series SDK (Windows)Page 52 A.3.3 DEC ERROR_MODULE[7:0] ERROR_MODULE[23:0] Value Name Value Name Outline 0x00_0001 INVALID_SCMD_CMD_ID The

Page 49

HDC-4x Series SDK (Windows) Page 530x00_000A SCMD_CC_NOT_CONTINUOUS The system command parameter continuity_counter values are not consecutive 0x00_

Page 50 - Page 50

HDC-4x Series SDK (Windows)Page 54 0x00_0004 INVALID_INIT_PARAM The initialization dedicated parameter register V is invalid 0x00_0005 INVALID_VIDE

Page 51

HDC-4x Series SDK (Windows) Page 550x00_0002 INVALID_INIT_PARAM The initialization dedicated parameter register A is invalid 0x00_0003 UNACCEPTABLE

Page 52 - A.3.3 DEC

HDC-4x Series SDK (Windows)Page 56 0x00_0005 INNER_ERROR VDMX module internal error 0x00_0006 DEMUX_INNER_ERROR Stream splitting hardware internal

Page 53

HDC-4x Series SDK (Windows)Page 6 Chapter 1 1 Driver and SDK Installation

Page 54 - Page 54

HDC-4x Series SDK (Windows) Page 71.1 Overview A CD is shipped with the video capture card. The CD contains a driver for the video capture controlle

Page 55

HDC-4x Series SDK (Windows)Page 8 1.2 Driver Installation To install the HDC-4x Series SDK (Windows) driver, please follow the steps below: If the H

Page 56

HDC-4x Series SDK (Windows) Page 9 Figure 1-2: Windows Warning Window Step 6: The Device Driver Installation Wizard appears. Click Next to start.

Comments to this Manuals

No comments