Manualios.com

ADLINK Technology PCI-MP4S Operation & User’s Manual

ADLINK Technology PCI-MP4S Manual Online:

3.15, 741 votes
ADLINK Technology PCI-MP4S User Manual
ADLINK Technology PCI-MP4S User Guide
ADLINK Technology PCI-MP4S Online Manual

Text of ADLINK Technology PCI-MP4S User Guide:

  • ADLINK Technology PCI-MP4S, Function Library 57 AngeloMPEG4_Encode_Save_File_Start: Use this function to save the encoded image into an “.avi” or “.m4v” video file. The “.avi” file is the standard video format, and “.m4v” is only accessible in this function library. AngeloMPEG4_Encode_Save_File_Stop: Use this function to stop saving the video file. In general, the video file will close automatically after the “Interval” parameter in AngeloMPEG4_Encode_Save_File_Start. AngeloMPEG4_Encode_Create_Directory: This function is used to create a new directory for saving a video file. The “filename” parameter in AngeloMPEG4_Encode_Save_File_Start contains th

  • Hardware Reference 27 D-sub 25-pin output connector pin Pin Signal name Pin Signal name 1 DI1 14 RY3_COM 2 DI1_COM 15 RY4 3 DI2 16 RY4_COM 4 DI2_COM 17 STRG_OUT1 5 DI3 18 STRG_OUT2 6 DI3_COM 19 STRG_OUT3 7 DI4 20 STRG_OUT4 8 DI4_COM 21 STRG_GND 9 RY1 22 STRG_GNG 10 RY1_COM 23 NC 11 RY2 24 NC 12 RY2_COM 25 NC 13 RY3 26 Table 2-12: D-sub 25-pin output connector pin

  • ADLINK Technology PCI-MP4S, 10 Introduction Video Format: 4CIF(640*480) * When CPU loading up to 100% then will start have time-lapse effect. PCI-X Platform X SBC: ADLINK NuPRO850 X CPU: Intel Pentium 4, Hyper Threading Disable X Memory: DDR266 1GB X PCI-X Bus: 32-bit, 66MHz X VGA: AGP 8X X OS: Windows 2000/SP4 X Encoding color format: RGB 16-bit # Port Encoding Quality CPU loading (max. %) Decoding Microsoft Media Player ADLINK M4V Player 1 Lowest 22 OK OK Low 39 OK OK Normal 50 OK OK High 86 OK OK Highest 88 OK OK 2 Lowest 42 OK OK Low 63 OK OK Normal 67 OK OK High 100* - - Highest 100* - - Table 1-5: Video Format: 4CIF(640*480)

  • iv List of Tables List of Tables Table 1-1: Acquisition Speed ..................................................... 2 Table 1-2: Quality Index ............................................................. 3 Table 1-3: Video Format: QCIF (160*120) ................................. 7 Table 1-4: Video Format: CIF(320*240) ..................................... 9 Table

  • Function Library 91 video_format: Full NTSC (640*480) = 0, Full PAL (768*576) = 1, CIF NTSC (320*240) = 2, CIF PAL (384*288) = 3, QCIF NTSC (160*120) = 4, QCIF PAL (192*144) = 5, color_format: RGB16 = 0, GRAY = 1, RGB15 = 2, RGB24 = 3, RGB32

  • ADLINK Technology PCI-MP4S, 18 Hardware Reference Watch Dog Timer X For monitoring applications – will reset the PC after a pro- grammable inactivity time-out. X Interface: 2-pin header 4-channel software trigger output 4-channel programmable trigger scale (60µs – 16ms) Figure 2-1: 4-channel software trigger output User EEPROM Includes 1kbit available EEPROM Form Factor 32-bit, 33/66MHz PCI half-size board

  • ADLINK Technology PCI-MP4S, 60 Function Library Bitrate: Indicates the number of bits per second. frame_rate: Indicates the number of frames that the MPEG4 encoder will encode per second. The range of the frame_rate is 1 – 30. Angelo_PortNo: The port number is the zero index of the Angelo series card. For example, if there are two PCI-RTV-24 Angelo cards (card 0, card 1) in the system, and each PCI- RTV-24 has four ports, the first port of card 0 is “0”, and the first port of card 1 is “4.” Angelo_ChannelNo: Indicates the channel index of t

  • Function Library 97 Quality: Bitrate: Indicates the bitrate of MPEG4 stream from encode server. Frame_rate: Indicates the frame rate of MPEG4 stream from encode server. The values range is 0 - 30. Angelo_Video_Format: Full NTSC (640*480) = 0, Full PAL (768*576) = 1, CIF NTSC (320*240) = 2, CIF PAL (384*288) = 3, QCIF NTSC (160*120) = 4, QCIF PAL (192*144) = 5,

  • ADLINK Technology PCI-MP4S, 114 Appendix Frame: One frame (two fields) of video contains the full vertical interlaced information content of the picture. For NTSC this consists of 525 lines and PAL a frame is consisted of 625 lines. Gamma: Cathode ray tubes (CRTs) do not have a linear relationship between brightness and the input voltage applied. To compensate for this non-linearity, a pre distortion or gamma correction is applied, generally at the camera source. A value of gamma equal to 2.2 is typical, but can vary for different CRT phosphors. Hue: Attribution of visual sensation according to which area appears to be similar to one, or proportions of two, of the perceived colors red, yellow, g

  • ADLINK Technology PCI-MP4S, 100 Function Library format: 1: m4v, 2: avi. 3: both. @ Return Code 0: ERROR_NoError @ Example < VC/BCB > int Result; int channel = 0; char* n_file_name = “test”; int interval_second = 10; //10 seconds long format = 1 + 2; //save both file format Result = AngeloMPEG4_Decode_Save_File_Start(channel, n_file_name, interval_second, format); < Visual Basic > Dim Result As Long, channel As Long, interval_second As Long, format As Long channel = 0; n_file_name = “test” interval_second = 60 f

  • ADLINK Technology PCI-MP4S, Introduction 13 Video Format: CIF(320*240) # Port Encoding Quality CPU loading (max. %) Decoding Microsoft Media Player ADLINK M4V Player 1 Lowest 9 OK OK Low 13 OK OK Normal 16 OK OK High 25 OK OK Highest 26 OK OK 2 Lowest 13 OK OK Low 17 OK OK Normal 23 OK OK High 34 OK OK Highest 34 OK OK 3 Lowest 16 OK OK Low 22 OK OK Normal 27 OK OK High 45 OK OK Highest 47 OK OK 4 Lowest 19 OK OK Low 28 OK OK Normal 36 OK OK High 67 OK OK Highest 67 OK OK 5 Lowest 30 OK OK Low 33 OK OK Normal 48 OK OK High 88 OK OK Highest 88 OK OK Table 1-7: Video Format: CIF(320*240)

  • ADLINK Technology PCI-MP4S, Hardware Reference 21 Channel Extension Video Input (CN3) Channel Extension Video Input (CN5) Table 2-5: Channel Extension Video Input (CN5) GPIO (CN8) Table 2-6: GPIO (CN8) Pin Function Pin Function 1 GND 2 CH8 video in 3 CH9 video in 4 GND 5 GND 6 CH10 video in 7 CH11 video in 8 GND 9GND10GND Table 2-4: Channel Extension Video Input (CN3) Pin Function Pin Function 1 GND 2 CH12 video in 3 CH13 video in 4 GND 5 GND 6 CH14 video in 7 CH15 video in 8 GND 9GND10GND Pin Function Pin Function 1 IN0 (External interrupt) 2GND 3 OUT0 4 Software Trigger 0 5 IN1 (External interrupt) 6 Software Trigger 1 7OUT18 +5V

  • ADLINK Technology PCI-MP4S, 20 Hardware Reference PCI-MP4S Connectors and Pin Definitions Video Inputs Channel Extension Video Input (CN2) Connector Definition Video IN – CH 0 Video IN – CH 1 Video IN – CH 2 Video IN – CH 3 Table 2-2: Video Inputs Pin Function Pin Function 1 GND 2 CH4 video in 3 CH5 video in 4 GND 5 GND 6 CH6 video in 7 CH7 video in 8 GND 9GND10GND Table 2-3: Channel Extension Video Input (CN2) 10 9 2 1

  • ADLINK Technology PCI-MP4S, Function Library 65 // Main Code var Encoder_Index, Result: Longint; begin Encoder_Index:= 0; Result := AngeloMPEG4_Encode_Set_Callback(Encoder_Ind ex, Encode_Callback); end; AngeloMPEG4_Encode_Start– AngeloMPEG4_Encode_Stop– AngeloMPEG4_Encode_Close– @ Syntax C/C++ (Windows 98/NT/2000/XP) int AngeloMPEG4_Encode_Start(int Encoder_Index); int AngeloMPEG4_Encode_Stop(int Encoder_Index); int AngeloMPEG4_Encode_Close(int Encoder_Index); Visual Basic (Windows 98/NT/2000/XP) AngeloMPEG4_Encode_Start (ByVal Encoder_Index As Long) As Long AngeloMPEG4_Encode_Stop (ByVal Encoder_Index As Long) As Long AngeloMPEG4_Encode_Close (ByVal Encoder_Index As Long) As Long Del

  • ADLINK Technology PCI-MP4S, 86 Function Library @ Return Code 0: ERROR_NoError @ Example < VC/BCB > int Result; int channel = 0; int ConfigIndex = 0; int value = 128; Result = AngeloMPEG4_Decode_Set_Image_Config(channel , ConfigIndex, value); < Visual Basic > Dim Result As Long, channel As Long, ConfigIndex As Long, value As Long channel = 0 ConfigIndex = 0 value = 128 Result = AngeloMPEG4_Decode_Set_Image_Config(channel , ConfigIndex, value) <Delphi > var channel: Longint; ConfigIndex: Longint; Value: Longint; Result: Longint; begin channel := 0;

  • ADLINK Technology PCI-MP4S, 8Introduction * When CPU loading up to 100% then will start have time-lapse effect. 12 Lowest 34 OK OK Low 42 OK OK Normal 61 OK OK High 91 OK OK Highest 91 OK OK 13 Lowest 45 OK OK Low 58 OK OK Normal 72 OK OK High 100* - - Highest 100* - - Table 1-3: Video Format: QCIF (160*120)

  • ADLINK Technology PCI-MP4S, ViewCreator Utility 49 MPEG4 Encoding Single channel display X Click a video Port icon in the Tree Browser window. A video frame will appear in the Image View window. X Select Encoder->Encode in menu bar to bring up the Encoder Setting dialog box, then click the start button. Video image configuration Video format Click Format in the menu bar to select the format of the video camera. The supported video formats are NTSC, EIA, PAL, and CCIR. Color format The default color format setting in ViewCreator is RGB24. The color format of the application can be changed. Video size Click View in the menu

  • ADLINK Technology PCI-MP4S, Function Library 75 AngeloMPEG4_Decode_Save_File_Start(Decoder_Ind ex, n_file_name, interval_second, format) – Start to save compressed file in decode site. AngeloMPEG4_Decode_Save_File_Stop(Decoder_Inde x) – Stop saving compressed file in decode site. AngeloMPEG4_Decode_File(Decoder_Index, file_name, iWidth, iHeight, Byte_Per_Pixel, Total_Frame,Time_Seconds) - Decode from *.avi or *.m4v file AngeloMPEG4_Decode_File_Start(Decoder_Index, Mode) - Start to decode from file AngeloMPEG4_Decode_File_Set_Position(Decoder_I ndex, Frame_Index) – Jump to the postion AngeloMPEG4_Decode_File_Pause(Decoder_Index) - Pauses play AngeloMPEG4_Decode_File_Continue(Deco

Related Products and Documents (Video Card):

Comparable Devices:

# Manufacturer Model Document Type File Updated Pages Size
1 Sony HT-CT500 Instrucciones de operación sony/ht-ct500-7O8.pdf 20 Jul 2023 119 10.8 Mb
2 Samsung HW-C470 Operation & user’s manual samsung/hw-c470-Y5I.pdf 03 Nov 2023 22 4.56 Mb
3 Sony HCD-X1V Service manual sony/hcd-x1v-YI5.pdf 24 Oct 2022 128
4 Icy Box IB-351StU3-B Brochure & specs icy-box/ib-351stu3-b-975.pdf 29 May 2023 2
5 tropitone S 401100 Installation and operating instructions manual tropitone/s-401100-CW1.pdf 27 Dec 2023 16
6 LG 22MA53D Owner's manual lg/22ma53d-B9H.pdf 31 Mar 2023 50

Similar Resources:

  • PNY

    VCQFX5600

    (5 pages)
    NVIDIA Quadro FX 5600 by PNY User’s Guide 1 NVIDIA Quadro FX 5600 by PNY Technologies Part No. VCQFX5600-PCIE-PB NVIDIA Quadro FX5600G by PNY Technologies Part No. VQCFX5600G-PCIE-PB Specification Guide …
  • Nvidia

    Quadro

    (2 pages)
    01 02QUICK START GUIDENVIDIA® QUADRO® Thank you for choosing the NVIDIA® Quadro® graphics card. This quick start guide covers the NVIDIA Quadro M6000 Series, M5000, M4000, M2000, K6000 Series, K5000 Series, K4000 Series, K2000 Series, K1200, K600 Series, and K420 graphics cards. Before you begin, review the following Minimum System Requirements list to …
  • Gigabyte

    GV-N520OC-1GI

    (32 pages)
    GV-N520OC-1GI/GV-N520TC-1GINVIDIA® GeForceTM GT 520 Graphics AcceleratorUser's ManualRev. 10112MM-N520-101ERCopyright© 2011 GIGABYTE TECHNOLOGY CO., LTDCopyright by GIGA-BYTE TECHNOLOGY CO., LTD. ("GBT"). No part of this manual may be reproduced or transmitted in any form without the expressed, written permission of GBT.TrademarksThird-part …
  • Lindenis

    V5

    (4 pages)
    LCD & CTP Installation GuideLCD CableCTP CableCTP + LCD Active AreaFigure 1:The Structure of LCD & CTP ModuleFigure 2: The Two Sides of LCD CableABThe side you can see the copper pins,called Side A.The other side you can see a dark brown plastic covered, called Side B.Figure 3: The CTP Cable Top View (Left) and Bottom View (Right) …
  • Conrad

    87 20 28

    (8 pages)
    Netzwerk-Grafikkarte Version 10/09Best.-Nr. 87 20 28 °Bestimmungsgemäße VerwendungDas Produkt ist zum Anschluss an einen Netzwerk-Port (RJ45) vorgesehen und dient dort alsexterne Grafikkarte. Mittels einem speziellen Treiber arbeitet ein daran angeschlossenerMonitor so, als ob Ihr Computer bzw. Ihre herkömmliche Grafikkarte über einen zusätzlichenMonit …
  • Diablotek

    V6500-256P

    (1 pages)
    VIDEO CARD Model NO.: V6500-256P UPC NO.: 843636000606 Description: GEFORCE 6500 256MB PCI-E Video Card SPEC: • Chip : NVIDIA GeForce 6500 • Interface : PCI-Express 16X • Memory : 256MB • Signal out-put : DVI, TV/S-Video, HDTV/S-Video Feature: • Advanced display pipeline with Full nView capabilities • Complete DirectX support, including …

Comments, Questions and Opinions: