Video Capture System Based on PXA270 Platform

Video Capture System Based on PXA270 Platform

QingLi Yang
DOI: 10.4018/japuc.2012010104
OnDemand:
(Individual Articles)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

In this paper, the author introduces a video capture system based on embedded Linux PXA270 platform. First, the paper briefly introduces PXA270 platform. The author then describes implementation of video capture on the platform. The system captures a real-time video stream by USB camera and designs video program by Video 4 Linux APIs. The paper particularly presents the method and process of realizing video data capture, as well as how to implement the application to target board.
Article Preview
Top

2. Pxa270 Platform Introduction

The PXA270 processor is the first Intel XScale technology-based processor to include Intel Wireless MMX technology. This enables high-performance multimedia acceleration with an industry proven instruction set. Enabled by Intel Quick Capture technology, the PXA270 provides one of the industry’s most flexible and powerful camera interfaces for capturing digital images and video (Lin, Liu, Xiong, Wang, & Zhang, 2007).

A set of serial devices and general-system resources offers computational and connectivity capability for a variety of applications. Figure 1 shows the development platform of PXA270 processor.

Figure 1.

Development platform of PXA270 processor

japuc.2012010104.f01

The paper introduces a video data capture system based on PXA270 platform.

Top

3. Video Capture System

In Linux, device driver to the application details of shielding concrete implementation of hardware, so the application can operate like a normal file to operate as an external device. In Linux, the normal use of video capture device relies on the support of Video4Linux standards (Liao, Zhang, Peng, & Li, 2010).

Video4Linux (referred to as the V4L) is a Linux kernel on the video device driver that is for video equipment to provide a series of application programming interface functions, these video devices including TV cards, video capture card and USB cameras. The general process of video capture is:

  • (1)

    Open the video device;

  • (2)

    Read the device information;

  • (3)

    Video capture;

  • (4)

    On the acquisition of video data processing and display;

  • (5)

    Off the video equipment.

Video capture comes from two methods:

  • (1)

    Read directly from the device;

  • (2)

    Memory map.

The system uses the second method for video acquisition, and the advantage is when using memory mapping, the direct use of mmap () system call allows processes by mapping a regular file with the shared memory.

Complete Article List

Search this Journal:
Reset
Open Access Articles: Forthcoming
Volume 11: 4 Issues (2019)
Volume 10: 4 Issues (2018)
Volume 9: 4 Issues (2017)
Volume 8: 4 Issues (2016)
Volume 7: 4 Issues (2015)
Volume 6: 4 Issues (2014)
Volume 5: 4 Issues (2013)
Volume 4: 4 Issues (2012)
Volume 3: 4 Issues (2011)
Volume 2: 4 Issues (2010)
Volume 1: 4 Issues (2009)
View Complete Journal Contents Listing