FMUSER Wirless Transmit Video And Audio More Easier !

[email protected] WhatsApp +8618078869184
Language

    How to use a CY7C68013 chip design image acquisition system

     

    Due to the large amount of data acquired by the image acquisition system, the bandwidth requirement is high, and the previous image acquisition system is usually implemented using the PCI bus. However, the number of PCI interfaces configured in the computer itself is very limited, and the disassembly of the PCI interface device needs to open the chassis, and the general operator does not have such an capability, resulting in system applications. USB (Universal Serial Bus) Interface Column can completely solve the above problems. First, the speed of the USB2.0 interface has reached 480Mbps, which can fully meet the speed of the image acquisition system. In addition, the USB interface is really supporting plug and play, and allows thermal plug-in interfaces, so currently a large amount of data acquisition system has chosen to use USB2.0 interface implementation. This paper utilizes SAA7113H to implement analog video signal decoding, and transmit digital image data directly to the computer by using the EZ-USB FX2 microcontroller CY7C68013, through the USB 2.0 interface, through the PC program to achieve image loss, greatly simplify the hardware design of the capture card, Reduced the hardware requirements of the acquisition card, effectively reduce the cost of the image capture card. 1 system hardware design The system hardware structure is shown in Figure 1. The system is mainly composed of video decoding chip SAA7113H, USB control chip CY7C68013 and a capacity of 1 kb 24c01eep chip. Figure 1 System hardware structure 1.1 Video Decoding Chip - SAA7113H SAA7113H is a video decoding chip from Philips, which is to decode the input analog video signal as a standard 8-bit VPO digital signal. It can enter 4-way analog video signals, which can be converted to 4 composite video inputs to different configurations of the I2C bus to change brightness, contrast and other parameters. SAA7113H compatible with PAL, NTSC and other formulations, automatic detection field frequency, can automatically switch control between PAL, NTSC. The SAA7113H decoded is output to the standard YUV 4: 2: 2 format digital signal. 1.2 USB control chip - CY7C68013A CYTC68013A (EZ-USB FX2) is a USB2.0 chip introduced by CyPress Semiconductor. It is integrated with an enhanced 8051 core that supports up to 48 MHz clock frequencies. At the same clock frequency, the average instruction of FX2 performs speed. Reach 2.5 times the standard 8051. The CY7C68013 chip is integrated with an independent SIE (serial interface engine) with the 8051 kernel, and implements the external data and the USB port data exchange with the USB port and the external logic to share FIFO without the need for 8051 kernel participation. The speed of data transmission is greatly accelerated, and the maximum speed can be achieved is 480 Mbps. 1.3 System hardware implementation In terms of hardware connection, 24c01 is connected to the I2C port of CY7C68013 to extract information in 24C01 after power-on, and realize the device enumeration, download the corresponding firmware. With the CY7C 68013 analog I2C port connection SAA7113H, the internal register is configured, and the decoding chip initialization operation is implemented. The CY7C68013 operates in the SLAVE FIFO mode, connects the VPO data bus of the SAA7113H directly to the FD bus of the CY7C68013, and detects the field flag signal of the digital video using the IOAO port of CY7C68013, which is used to implement frame synchronization. The amount of SLWR * (dependent write) and SLOE (output valid) of the CY7C68 013 is set to be invalid, and the SAA7113H is directly written to the synchronous mode to synchronize the digital video signal in synchronization. CY7C68013. The internal FIFO, then transmits the data in the FIFO directly to the PC in a high-speed manner, and realizes the acquisition of video data. 2 system software design System software design mainly includes firmware programming, driver design, and most of the PC acquisition procedures. 2.1 firmware programming The firmware program flow chart is shown in Figure 2. The firmware initializes Cy7C68013 after the capture card is powered on, so that it operates in the SLAVE FIFO mode, and the number of bus bits is 8 bits to receive the 8-bit digital video signal of SM7113H. Set the EP2 endpoint to a batch auto IN transmission method, 512 bytes 4x FIFO buffer. One maximum transmission packet size is 512 bytes. Synchronous slave write data is implemented using SAA7113H clock signals. Figure 2 Firmware Flow Diagram The SAA7113H is initialized by the simulated I2C port, allowing it to receive an analog video signal of the CCD camera, output in a standard ITU 656 format, and set the RSTO output parity field, and then wait for the start to collect commands of the host computer. After receiving the PC start image acquisition command, the firmware program first checks the parity field signal of SAA7113H through the IOAO port. If the external analog video signal is not connected, the signal will continue to maintain a high level. The firmware waits and confirms that the external video signal is not connected, otherwise it has been emptied to clear the FIFO, which will be cleared in the FIFO, until the yard signal arrival, firmware return equipment Prepare information to PC to achieve video image frame synchronous acquisition. The image data transfer process will be fully controlled by SIE, and the firmware does not participate in the transmission operation. 2. 2 Driver Design A universal driver is provided in the CYPRESS development package, which is cyusb.sys, which is in line with the Windows hardware quality laboratory WHQL standard, and the system uses the driver to implement image data acquisition. Since the CY7C68013 is a soft configuration, there is no memory for permanently storeing the firmware program, and the firmware program needs to load or load it from the PC after each power-on or downloaded from the PC to the internal RAM. The driver mainly implements the loading function of the firmware program so that the system can automatically load the firmware to CY7C68013 from the PC machine, and then use the universal driver to complete the device of the capture card. A firmware download drive template provided in the development package provided in Cypress, that is, EZ-Loader Driver. System Firmware Download driver mainly rely on it. The specific steps are: 1) Use HEX2C.exe to convert the Intel HEX format file to the C code array. 2) Copy all EZ-Loader Driver files together with subfiles into a new directory. And use the first step C code array to replace the arrays in Firmwa Re.c in EZ-Loader Driver. 3) Creating a firmware download driver in a new directory in a WindowsXP DDK. 4) Rewrived the driver installation information file. 2.3 PC capture procedures The PC acquisition program is implemented with the Visual Studio.net 2003 to call the CYAPI function library. To improve the image acquisition speed, the program uses two threads to achieve image data acquisition and image screening and processing, respectively. The program total flow chart is shown in Figure 3. Figure 3 PC harmonious flow chart Each time you start the acquisition program, the system gets the device handle by creating a USBDEVIEE instance, and trying to open the USB device. When the program interface starts the acquisition button, the program sends a start acquisition signal via the USB control endpoint, and requires the capture card to return to a device status signal. If the device prompts no analog video signal connection, the user is prompted. If the device is ready, you will start receiving image data. Since the USB main controller operates in the SLAVE FIFO mode, the amount of data that is uploaded to the host computer is fixed to 27Mb / s. If the host computer does not receive the data, it will inevitably cause the image data loss, so use a thread in the program (thread 1 ) Do image data reception in asynchronously, and actual effect is very good. Thread 1 The main code is as follows: The SAA7113H output is an interlaced video signal, 25 frames per second, one frame image needs to be transmitted twice, first transmitting all the strange fields (odd lines) data, then transmits all the occasional field (even line) data, the capture card will save SAA7113H The output is set to standard YUV4: 2: 2 data, the resolution is 720x576. The system will transfer all the decoded data without any processing to the PC, and the data format is shown in Figure 4. Among them, "80 10 ..." is blanking data. "FF 00 00 SAV" is the start flag of a line of data blocks, and the value of SAV is 8X as the set of SAVs, which is the active line of even the field, which is CX. "FF 00 00 EAV" ends the flag, As the end of the Qi field, the value of EAV is 9X, which is ended as the duplication effective line, which is DX. As a 720-pixel YUV4: 2: 2 data, there are 720x2 = 1 440 bytes per line, PC program Need to find a valid 1 440 byte data in each row from all the data, and re-combined the Qi field line in the actual line order, convert to the RGB24 bit pixel point and eventually write to the BMP file. Implement image capture, display, and save. Figure 4 YUV4: 2: 2 data format During data finding and restructuring, the PC program will make data block according to the YUV4: 2: 2 data format. If you find that there is an error data program, it will do automatic abandonment, and the collection data is very strict and the single collection interval is longer. The occasion, the program will send a re-collected signal to the capture card, and then collect again. The system is discovered during the actual use of the system, and the data error will appear, and the correct data can be obtained after retransmit the request. 3 conclusions The image capture card designed by this solution can achieve the continuous acquisition of the image, and finally saved in BMP image format, the acquisition rate is 25 frames per second, which is suitable for all camera and monitoring camera, which supports PAL analog video format, and has no damage to the camera. The cost is low, the image is clear, and it has been well applying in the optical microscope sequence slice image acquisition system. In addition, the system can also implement four time-time acquisition functions input by the complex video source after simple modification. Read more

     

     

     

     

    List all Question

    Nickname

    Email

    Questions

    Our other product:

    Professional FM Radio Station Equipment Package

     



     

    Hotel IPTV Solution

     


      Enter email  to get a surprise

      fmuser.org

      es.fmuser.org
      it.fmuser.org
      fr.fmuser.org
      de.fmuser.org
      af.fmuser.org ->Afrikaans
      sq.fmuser.org ->Albanian
      ar.fmuser.org ->Arabic
      hy.fmuser.org ->Armenian
      az.fmuser.org ->Azerbaijani
      eu.fmuser.org ->Basque
      be.fmuser.org ->Belarusian
      bg.fmuser.org ->Bulgarian
      ca.fmuser.org ->Catalan
      zh-CN.fmuser.org ->Chinese (Simplified)
      zh-TW.fmuser.org ->Chinese (Traditional)
      hr.fmuser.org ->Croatian
      cs.fmuser.org ->Czech
      da.fmuser.org ->Danish
      nl.fmuser.org ->Dutch
      et.fmuser.org ->Estonian
      tl.fmuser.org ->Filipino
      fi.fmuser.org ->Finnish
      fr.fmuser.org ->French
      gl.fmuser.org ->Galician
      ka.fmuser.org ->Georgian
      de.fmuser.org ->German
      el.fmuser.org ->Greek
      ht.fmuser.org ->Haitian Creole
      iw.fmuser.org ->Hebrew
      hi.fmuser.org ->Hindi
      hu.fmuser.org ->Hungarian
      is.fmuser.org ->Icelandic
      id.fmuser.org ->Indonesian
      ga.fmuser.org ->Irish
      it.fmuser.org ->Italian
      ja.fmuser.org ->Japanese
      ko.fmuser.org ->Korean
      lv.fmuser.org ->Latvian
      lt.fmuser.org ->Lithuanian
      mk.fmuser.org ->Macedonian
      ms.fmuser.org ->Malay
      mt.fmuser.org ->Maltese
      no.fmuser.org ->Norwegian
      fa.fmuser.org ->Persian
      pl.fmuser.org ->Polish
      pt.fmuser.org ->Portuguese
      ro.fmuser.org ->Romanian
      ru.fmuser.org ->Russian
      sr.fmuser.org ->Serbian
      sk.fmuser.org ->Slovak
      sl.fmuser.org ->Slovenian
      es.fmuser.org ->Spanish
      sw.fmuser.org ->Swahili
      sv.fmuser.org ->Swedish
      th.fmuser.org ->Thai
      tr.fmuser.org ->Turkish
      uk.fmuser.org ->Ukrainian
      ur.fmuser.org ->Urdu
      vi.fmuser.org ->Vietnamese
      cy.fmuser.org ->Welsh
      yi.fmuser.org ->Yiddish

       
  •  

    FMUSER Wirless Transmit Video And Audio More Easier !

  • Contact

    Address:
    No.305 Room HuiLan Building No.273 Huanpu Road Guangzhou China 510620

    E-mail:
    [email protected]

    Tel / WhatApps:
    +8618078869184

  • Categories

  • Newsletter

    FIRST OR FULL NAME

    E-mail

  • paypal solution  Western UnionBank OF China
    E-mail:[email protected]   WhatsApp:+8618078869184   Skype:sky198710021 Chat with me
    Copyright 2006-2020 Powered By www.fmuser.org

    Contact Us