ID B30C: IP Video Surveillance Applications

Size: px
Start display at page:

Download "ID B30C: IP Video Surveillance Applications"

Transcription

1 ID B30C: IP Video Surveillance Applications Using the Renesas SH 7724 MPU Global Edge Ian Carvalho Architect Kiran Gaitonde Program Manager 12 October 2010 Version 1.0 1

2 Mr. Ian Carvalho System Architect, Global Edge Software Ltd. Responsible for Technology Strategy Currently Driving Development Programs for: Video Telephony Video Surveillance Wi-Fi Media Streaming Previous Experience: Embedded System Development Wi-Fi Software Development VoIP Stack & STB Application Development 2 2

3 Mr. Kiran Gaitonde Program Manager, Global Edge Software Ltd. Responsible for Platform & Telecom Engineering Currently Driving Development Programs for: Video Surveillance Android Linux/RTOS BSP and Drivers Device Testing Previous Experience: Embedded System Development Wi-Fi Software Development Avionics Software Development 3 3

4 Renesas Technology and Solution Portfolio Microcontrollers & Microprocessors #1 Market share worldwide * ASIC, ASSP & Memory Advanced and proven technologies Solutions for Innovation Analog and Power Devices #1 Market share in low-voltage MOSFET** * MCU: 31% revenue basis from Gartner "Semiconductor Applications Worldwide Annual Market Share: Database" 25 March 2010 ** Power MOSFET: 17.1% on unit basis from Marketing Eye 2009 (17.1% on unit basis). 4 In the session B30C, IP Video Surveillance on the Renesas SH7724, Ian Carvalho introduces this high level image of where the Renesas Products fit. The big picture.

5 Renesas Technology and Solution Portfolio Microcontrollers & Microprocessors #1 Market share worldwide * ASIC, ASSP & Memory Advanced and proven technologies Solutions for Innovation Analog and Power Devices #1 Market share in low-voltage MOSFET** * MCU: 31% revenue basis from Gartner "Semiconductor Applications Worldwide Annual Market Share: Database" 25 March 2010 ** Power MOSFET: 17.1% on unit basis from Marketing Eye 2009 (17.1% on unit basis). 5 This is where our session, B30C, IP Video Surveillance on the SH7724, is focused within the Big picture of Renesas Products Let me first introduce our rich portfolio of microcontrollers and microprocessors solution which includes 8, 16 and 32 bit CPU cores. <Click>

6 Microcontroller and Microprocessor Line-up Superscalar, MMU, Multimedia Up to 1200 DMIPS, 45, 65 & 90nm process Video and audio processing on Linux Server, Industrial & Automotive High Performance CPU, Low Power Up to 500 DMIPS, 150 & 90nm process 600uA/MHz, 1.5 ua standby Medical, Automotive & Industrial High Performance CPU, FPU, DSC Up to 165 DMIPS, 90nm process 500uA/MHz, 2.5 ua standby Ethernet, CAN, USB, Motor Control, TFT Display Legacy Cores Next-generation migration to RX General Purpose Up to 10 DMIPS, 130nm process 350 ua/mhz, 1uA standby Capacitive touch Ultra Low Power Up to 25 DMIPS, 150nm process 190 ua/mhz, 0.3uA standby Application-specific integration Embedded Security Up to 25 DMIPS, 180, 90nm process 1mA/MHz, 100uA standby Crypto engine, Hardware security Renesas Electronics America Inc. All rights reserved. Here are the MCU and MPU Product Lines, I am not going to cover any specific information on these families, but rather I want to show you where this session is focused <Click> 6

7 Microcontroller and Microprocessor Line-up Superscalar, MMU, Multimedia Up to 1200 DMIPS, 45, 65 & 90nm process Video and audio processing on Linux Server, Industrial & Automotive High Performance CPU, Low Power SuperH for Video Up to 500 DMIPS, 150 & 90nm process 600uA/MHz, 1.5 ua standby Medical, Automotive & Industrial High Performance CPU, FPU, DSC Up to 165 DMIPS, 90nm process 500uA/MHz, 2.5 ua standby Ethernet, CAN, USB, Motor Control, TFT Display Legacy Cores Next-generation migration to RX General Purpose Up to 10 DMIPS, 130nm process 350 ua/mhz, 1uA standby Capacitive touch Ultra Low Power Up to 25 DMIPS, 150nm process 190 ua/mhz, 0.3uA standby Application-specific integration Embedded Security Up to 25 DMIPS, 180, 90nm process 1mA/MHz, 100uA standby Crypto engine, Hardware security Renesas Electronics America Inc. All rights reserved. These are the products where this presentation applies <Click> 7

8 Innovation 8 Using the SH4 Processors new and varied applications in video processing can be performed in areas such as: High resolution HD recording for Surveillance Video Analytics for real time alerts Rear View Cameras Baby Monitoring Airport Surveillance Home Security System 8

9 Agenda Real Time, Linux and Surveillance Multimedia Requirements and Characteristics Surveillance Requirements SH7724 and Surveillance Trade-offs and Effects Solutions for the Effects Video Surveillance System Diagram and Components Issues Faced in Developing Surveillance Solution Advanced Features Other Related Solutions 9 We will be covering the following topics in this session: 9

10 Key Take Aways 10 This presentation summarizes the capabilities of the SH7724 processor for video processing particularly with respect to the performance H.264 encoder. It also explains the ease with which multimedia applications can be built on the reference platform using the Linux BSP and libraries provided by Renesas. 10

11 Real Time, Linux and Surveillance Real Time System Characteristics Correctness Data Integrity Computation Accuracy Timeliness Hard Real Time Soft Real Time Linux Characteristics Default OS Not Real Time No Guaranteed Interrupt Latency (but sub 10ms) Preemptive Scheduling System Mode and User Mode Surveillance Characteristics Soft Real Time Requirements 500ms Latency Acceptable Needs Guaranteed Video Frame Rate of 30 fps (33.33 ms) Needs Guaranteed Network Bandwidth 11 Correctness Data Integrity 0 Tolerance Computation Results 0 Tolerance Timeliness Hard Real Time Mission Critical Systems need not only accuracy, but also timely responsiveness with 0 tolerance. E.g: Flight Control, Missile Control Soft Real Time Critical Systems need accuracy, but minimal latency in response is acceptable Linux Scheduling Round Robin, depends on system load Interrupt Latency Overheads due to memory model, context switching, etc Pre-emption Lack of features like priority inheritance IO Operations Re-ordering of IO requests Live audio-video systems Usually soft real-time Latency in timeliness can degrade quality, but the system can continue to operate -Hard deadlines limits flexibility and adaptability, while increasing the hardware resource requirements and lowering the hardware efficiency 11

12 Multimedia Requirements Access with Specific Timing Interdependent Data Sets Reliable Media Delivery Synchronization Higher Computational Power Large Storage Compression 12 Access with Specific Timing Example: Video capture/playback must happen at frame rate of 24 to 30 frames per second. This is handled by using the Linux driver that can handle the capture and buffering at the time of arrival of the interrupt at the rate programmed in the camera. Interdependent Data Sets Example: Interlaced or Progressive Video, I-Frame/P-Frame/B-Frame in Compressed Video Reliable Media Delivery Must meet specific timing requirements, as well as minimum loss of data in transmission Synchronization Between streams from different interfaces on same system as well as different interfaces on different systems Higher Computational Power To meet timing constraints of capture, encode and transmission Large Storage Size of 1 second raw video data of 720p at 30 fps is 55,296,000 bytes (54 MB) Compression - Reducing the quantity of data used to represent digital multimedia data. The above mentioned 1 second of raw video data that would have occupied 54 MB of storage can be compressed to approximately 480 KB which reduces the transmission and storage requirements by over 100 times. 12

13 Multimedia Video Characteristics Video Capture & Display Frame Rate Resolution Latency Quality Video Codec Bandwidth Quality Computation Intensity 13 Ideal Frame Rate is > 30 FPS Resolution 720p (~1 MP), 1080p (2 MP). Digital still picture camera have much higher resolutions going beyond 15 MP Video Latency is the time taken in processing the video pipeline to get an output from the camera. These delays could be caused by capture time, compute time or transmission time. Acceptable real time video latencies are within 150 ms. Acceptable latency when video is streamed over networks where the viewer cannot see the real and the captured image simultaneously is around 500 ms. Quality of video is based on many components, like the camera, video processing engine (8bit, 16bit, 32bit), etc. Codecs MJPEG, MPEG2, MPEG4, H.264 Quality of the Codecs usually are related to the bandwidth utilized but with newer algorithm, like H.264, high quality video is possible even at low bandwidths. Codecs are usually selected based on the amount of processing power available. Today these CPU intensive tasks have been moved into specialized hardware block which perform the video encoding and decoding. The SH7724 processor is one such example where the H.264, MPEG4, WMV and JPEG codecs are implemented using hardware engines. 13

14 Multimedia Audio Characteristics Audio Playback & Recording Sample Size Sampling Rate Channels Latency Audio Codec Bandwidth Quality Computation Intensity 14 Sample Size is the number bits used to store each sample. This can vary from 8 bit to 32 bits. The more bits used the better the quality and the more the bandwidth required. CD quality is based on 16 bit sampling at 44.1 KHz in stereo. Sampling Rate is the number of samples that are captured per second. The higher the sampling rate the higher the frequency range that can be captured. Channels Mono, Stereo, 5.1, 5.2, 7.1, 9.1 Audio Latency Ideal < 10 ms Acceptable 10 to 50 ms Inadequate > 100 ms Various audio codecs are available for encoding and decoding various kinds of audio like speech and music. Speech Codecs are G.711, G.722, G.723.1, G.726 (ADPCM), G.729, Speex, GSM-AMR, etc. Each of these have different characteristics and are suited for different applications some of which being legacy applications. There are many Audio Codecs, the most popular being MP3 codec. Other popular codecs are AAC, Vorbis (which is a free Audio Codec), etc. The Renesas SH7724 processor is more than capable of running these codecs on the RISC CPU and DSP Processor. 14

15 Surveillance Requirements High Resolution Video with Audio Support Secure Access Location Independence Mobile Device Support Network Attached Storage Archiving Dynamic DNS Real Time Alerts Integration with other Applications Robustness and Availability Event Driven Video Content Analysis 15 Secure Access Authentication, Authorization, Encryption Location Independence Remote Monitoring, From Anywhere through Internet Mobile Device Support Alerts as SMS or to ubiquitous and easily accessible mobile phones and PDAs to enable prompt & swift action Network Attached Storage For secure storage, contingency against disasters & theft, increased capacity, added availability with RAID Archiving Automatic continuous archiving, either locally or remotely, for later usage or audit purposes Dynamic DNS Support for dynamic IP addresses Real Time Alerts - Based on detected events for actions like raising alarm, closing a gate, convert to continuous recording Integration with other applications Example: Access Control Systems, Fire Safety, Hazardous Material Management, Verification of disputed transaction Robustness and Availability 24 x 7, Intelligent UPS Event Driven Detection of relevant events, Tagging for efficient retrieval, On demand Video Content Analysis Video Content Analysis People Video Analytics: Counting people, intrusion, presence detection, movement tracking, face capture when in view, falling and running etc. Vehicle Video Analytics: License plate reading, stopped car, wrong way, speeding, model and make etc. Object Video Analytics: Unattended object, removed object, object moved etc. 15

16 SH7724 Features 32-bit Superscalar RISC CPU with 7-Stage Pipeline MHz 3.5 GFLOP single/double precision FPU with 10 stage pipeline 32KB I-Cache & 32KB D-Cache 256KB L2 Cache MPEG4, H.264 and WMV Accelerators with 720p HD quality JPEG Accelerator 2D Graphics Accelerator LCD Controller Two camera interface, up to 5M pixel sensors Sound I/O Module Ethernet MAC (10/100Mbps) ATAPI Interface 2 x USB 2.0 High Speed Host / Function Controller emmc 4.2 NAND Interface SD/MMC and SDIO Interface I2S & I2C Interface for Audio 16 16

17 SH7724 and Surveillance Video Encoding Hardware VPU Engine H.264, MJPEG, MPEG4, WMV H.264 Encoding 30 fps Tunable parameters Hardware VEU Engine Pre-processing and Post-processing Scaling, Color Space Conversion, Rotation Camera Dual Camera Support Up to 5 Mega Pixel Resolution Display LCD Interface IP Video Streaming Ethernet Interface USB / SDIO for Wireless Networking Interface 17 17

18 SH7724 Platform Diagram 18 18

19 Surveillance with Linux on SH7724 Linux 2.6.x BSP Video4Linux2 Driver for Camera ALSA Driver for Audio Library for SH-Mobile VPU (Video Codecs) Library for SH-Mobile VEU (Image Scale/Rotate) Library for SH-Mobile BEU (Image Blend) Library for SH-Mobile JPU Middleware for Hardware Engines Conflict manager for system resources (UIOMUX) DirectFB Support for Display GStreamer Support 19 SH7724 Linux BSP provides subsystems and libraries needed for surveillance applications Gstreamer plugin gst-sh-mobile contain Hardware accelerated elements that perform video encode, decode, scale and color space conversion. 19

20 SH7724 IP Camera System Diagram H.264 UDP/RTP MJPEG TCP/HTTP Figure 1: Video Surveillance System Diagram 20 20

21 Trade Offs Resolution vs. Bandwidth Resolution vs. Frame Size I-Frame Interval vs. Bandwidth Software vs. Hardware Codecs TCP vs. UDP Effects of Trade-offs Quality vs. Affordability a. Finding the right combination of image quality, frame rate and bandwidth. b. Image quality is paramount 2. The right balance, making choices about bandwidth, resolution, frame rate and compression 21

22 Resolution vs. Bandwidth Resolution vs. Bandwidth 5 Bit Rate in Mbps p SVGA VGA QVGA Resolution 30 FPS 20 FPS H.264 Encoder Settings I-Frame Interval = 30, Bit Rate = Bandwidth requirement is almost same for different frame rates as well as resolutions when the bit rate and I- Frame interval are constant. The difference will be noticed in the quality of the image. The images viewed at 20 fps will have better quality than that viewed at 30 fps.

23 Resolution vs. Frame Size Resolution vs. Frame Size Frame Size in KB p SVGA VGA QVGA Resolution 30 FPS 20 FPS H.264 Encoder Settings I-Frame Interval = 30, Bit Rate = The Frame size is almost the same for various resolutions but varies with frame rate. This is because the I- Frame Interval and Bit Rate are constant. The difference will be noticed in the quality of the image. The images viewed at 20 fps will have better quality than that viewed at 30 fps.

24 I-Frame Interval vs. Bandwidth Bandwidth vs. I Frame Interval 5 Bit Rate in Mbps I Frame Interval H.264 Encoder Settings Resolution = 1280 x 720, Frame Rate = 30 FPS, Bit Rate = with a Fixed Image 24 Bandwidth requirement reduces with increase in I Frame Interval for a fixed image. But for live video where frames vary, the encoder will improve the image quality by maintaining configured bit rate. 24

25 Software Codec vs. Hardware Codec Software Codec Slower CPU Intensive Any codec can be implemented Easy to modify and upgrade No dependency on manufacturer Eg : ffmpeg Hardware Codec Faster Less load on CPU Restricted to Specific Codec(s) Difficult and costly to modify Dependency on manufacturer Eg : sh4 vpu 25 Hardware codecs are preferable for surveillance solutions as it provides real time feature with better CPU usage. 25

26 libjpeg vs. SH7724 JPU JPEG Encoding: CPU Usage vs. Resolution CPU Usage in % x x x x 240 Resolution in Pixels S/W Codec H/W Codec 26 This graph shows the advantages of having hardware codec over software codec for JPEG Encoding. It depicts CPU usage comparison of software and hardware JPEG encoders for different resolution. The input image used in this test contained rainbow stripes having VIBGYOR colours. As you can see software encoding takes almost 100% CPU time where as the dedicated hardware codec leaves CPU almost free. 26

27 libjpeg vs. SH7724 JPU JPEG Encoding: Frame Rate vs. Resolution Frame Rate in FPS x x x x 240 Resolution in Pixels S/W Codec H/W Codec 27 This graph shows the advantages of having hardware codec over software codec for JPEG Encoding. Frame Rate increases as the resolution reduces. Observe the frame rates produced by software and hardware codecs. If we limit the frame rate we can reduce the CPU usage further. For lower resolutions the frame rates are high and it is the reason for increase in CPU usage. 27

28 libx264 vs. SH7724 VPU H.264 Encoding: CPU Usage vs. Resolution CPU Usage in % x x x x 240 Resolution in Pixels S/W Codec H/W Codec 28 This graph shows the advantages of having hardware codec over software codec for H.264 Encoding. It depicts CPU usage comparison of libx264 software encoder and SH7724 VPU hardware encoder for different resolution. The input image used in this test contained rainbow stripes having VIBGYOR colours. As you can see software encoding takes almost 100% CPU time where as the dedicated hardware codec leaves CPU almost free. 28

29 libx264 vs. SH7724 VPU H.264 Encoding: Frame Rate vs. Resolution Frame Rate in FPS x x x x 240 Resolution in Pixels S/W Codec H/W Codec 29 This graph shows the advantages of having hardware codec over software codec for JPEG Encoding. Frame Rate increases as the resolution reduces. Observe the frame rates produced by software and hardware codecs. If we limit the frame rate we can reduce the CPU usage further. 29

30 TCP vs. UDP TCP HTTP, HTTPs, FTP, Telnet, etc... Byte stream, no definite boundaries Comparatively slower Reliable and controls congestion Re-ordering of packets Connection based Delivery Guaranteed Used in non-time critical applications Error checking UDP DNS, DHCP, TFTP, RIP, VOIP, etc... Individual packets, definite boundaries Comparatively faster Lightweight, no tracking of connection No re-ordering of packets Connectionless Delivery not guaranteed Used in time critical applications No error checking 20 bytes header 8 bytes header 30 What is the best transport layer protocol for IP video surveillance? Looking into pros and cons of two well known protocols TCP and UDP, the light weight and real timeliness of UDP makes it better choice for IP surveillance applications. 30

31 Effects of Trade-offs Characteristic Advantage Disadvantage Increase Bandwidth Improves Quality Increases Cost Reduce Resolution Reduces Bandwidth Reduces Clarity Reduce Frame Rate Video Compression Reduces Bandwidth Balances Quality vs. Bandwidth Motion Quality is Reduced Requires Specialized Hardware and Software 31 Choosing the optimized values depending on the application and affordability is the key. Finding the right combination of image quality, frame rate and bandwidth. Image quality is paramount Highest possible resolution would make objects clearly identifiable High frame rates would provide smooth motion Compression wouldn t be necessary so the videos would always be totally unaltered Requires many gigabits of bandwidth, storage requirements The higher the resolution and frame rate, the more bandwidth is needed. The compression, helps retain higher image quality while reducing bandwidth and cost. However effective compression is, there shall still be trade-offs 31

32 Issues Faced CPU Usage Latest versions of the Codec Libraries CPU usage dropped from 60% to 2% Frame Rate at Higher Resolution Use of multi-threaded programming Packet Loss Use of UDP + RTP to detect packet loss RTP specific to H.264 fields used to identify Frame Types and avoid decoding of frames if I-Frame is missed 32 These are some of the issues and solutions faced while developing the surveillance application on SH Use of supporting libraries improved CPU usage in great extent. - Exploring the concurrent execution of CPU and hardware units using the multi threaded programs resulted in streaming 720p HD in real time frame rate. - Usage of RTP ensured proper decoding at the other side. Finally SH7724 is best suited platform for Surveillance applications as it can stream 720p HD with 30 fps even with the overhead of RTP and most importantly all these with less than 2% CPU usage!!! 32

33 Advanced Features PTZ Controls Video Analytics Engine 1080p Resolution Encryption Accelerators 33 Areas of Enhancements and Improvements: Camera module with pan-tilt-zoom support Video Analytics Engine Support for higher frame rates Encryption accelerators for security 33

34 Other Related Solutions Video Phones Video Conferencing Streaming Media Clients Digital Video Cameras Rear View Cameras 34 SH7724 platform can be used in variety of multimedia solutions and applications. 34

35 Conclusion 35 With its range of hardware accelerators for Multimedia coding, the SH7724 Processor is best suited for Multimedia applications. 35

36 More Information Renesas Web Site SuperH Linux & Open Renesas Global Edge Software Ltd. mailto:sales@globaledgesoft.com 36 36

37 Questions? 37 37

38 Questions 1. What is the performance of the SH7724 FPU? 3.5 GFLOPS 2. How many camera s does the SH7724 SoC Support? 2 3. What interfaces are available for networking? Ethernet, USB and SDIO Interfaces 4. What is the CPU Load while performing H.264 Video Encoding? 2% 5. What codecs are supported in hardware on the SH7724 SoC? H.264, MPEG4, WMV and JPEG 6. What is the functionality of VEU? Image Scaling, Color Space Conversion and Rotation 38 38

39 Thank You! 39 39

40 40

ID 730L: Getting Started with Multimedia Programming on Linux on SH7724

ID 730L: Getting Started with Multimedia Programming on Linux on SH7724 ID 730L: Getting Started with Multimedia Programming on Linux on SH7724 Global Edge Ian Carvalho Architect 14 October 2010 Version 1.0 Mr. Ian Carvalho System Architect, Global Edge Software Ltd. Responsible

More information

ID 020C: Hardware-in-Loop: System Testing Without the System

ID 020C: Hardware-in-Loop: System Testing Without the System ID 020C: Hardware-in-Loop: System Testing Without the System Applied Dynamics International Marcella Haghgooie Sr. Field Applications Engineer 13 October 2010 Version: 1.2 Marcella Haghgooie Sr. Field

More information

ID B34L: HMI Development with QNX'S Momentics Toolchain and Connected Automotive Reference QNX CAR

ID B34L: HMI Development with QNX'S Momentics Toolchain and Connected Automotive Reference QNX CAR ID B34L: HMI Development with QNX'S Momentics Toolchain and Connected Automotive Reference QNX CAR Patrick Shelly FAE, North American Automotive QNX Software Systems Tuesday, 12 October 2010 Jon Jedlicka

More information

ID 220L: Hands-on Embedded Ethernet Design with an Open Source TCP/IP Stack

ID 220L: Hands-on Embedded Ethernet Design with an Open Source TCP/IP Stack ID 220L: Hands-on Embedded Ethernet Design with an Open Source TCP/IP Stack Renesas Electronics America Inc. Fatih Peksenar Senior Manager, Applications Engineering 12 October 2010 Version: 1.2 Embedded

More information

ID 025C: An Introduction to the OSEK Operating System

ID 025C: An Introduction to the OSEK Operating System ID 025C: An Introduction to the OSEK Operating System Version 1.0 1 James Dickie Product Manager for Embedded Software Real-time operating systems AUTOSAR software components Software logic analyzer Experience:

More information

ID 321L: KPIT GNU compiler plug-ins for HEW / KPIT Eclipse IDE

ID 321L: KPIT GNU compiler plug-ins for HEW / KPIT Eclipse IDE ID 321L: KPIT GNU compiler plug-ins for HEW / KPIT Eclipse IDE Matt Newsome, Principal Engineer, Software Tools, Renesas Electronics Europe, UK Kaushik Phatak, Tech Lead, KPIT Cummins Infosystems, Pune,

More information

ID 024C: Auto Code Generation: The Shortest Distance From Idea to Implementation

ID 024C: Auto Code Generation: The Shortest Distance From Idea to Implementation ID 024C: Auto Code Generation: The Shortest Distance From Idea to Implementation Christopher Myers Director of Software Development 12 October 2010 Version: 1.1 Christopher Myers cmyers@simuquest.com Director

More information

Rapid RX600 System Development Using the RPDL and PDG

Rapid RX600 System Development Using the RPDL and PDG ID 320L: Rapid RX600 System Development Using the RPDL and PDG Renesas Electronics America Inc. Brandon Hussey Applications Engineer 12 & 13 October 2010 Version: 1.0 Welcome to the Rapid Development for

More information

A11L: 78K0R Low Power MCU

A11L: 78K0R Low Power MCU A11L: 78K0R Low Power MCU Hands-On Lab Renesas Electronics America Inc. Bob Proctor Staff Engineer 12 & 13 October 2010 Version 1.0 1 Bob Proctor Staff Applications Engineer in Durham, NC 3-years at Renesas

More information

Embedding Audio into your RX Application

Embedding Audio into your RX Application Embedding Audio into your RX Application Renesas Electronics America Inc. Renesas Technology & Solution Portfolio 2 Microcontroller and Microprocessor Line-up 2010 2013 32-bit 8/16-bit 1200 DMIPS, Superscalar

More information

ID 434L: Incorporating a Capacitive Touch Interface into Your Design

ID 434L: Incorporating a Capacitive Touch Interface into Your Design ID 434L: Incorporating a Capacitive Touch Interface into Your Design Renesas Electronics America Inc. Jim Page Senior Applications Engineer 12 & 13 October 2010 Version: 1.1 1 Jim Page Senior Applications

More information

Using Streambox ACT-L3 over BGAN

Using Streambox ACT-L3 over BGAN Using Streambox ACT-L3 over BGAN Version 1.0 06.10.06 Overview The Streambox ACT-L3 TM News Gathering solution has been specifically developed to meet the performance, compression, and quality requirements

More information

Low Power Design. Renesas Electronics America Inc Renesas Electronics America Inc. All rights reserved.

Low Power Design. Renesas Electronics America Inc Renesas Electronics America Inc. All rights reserved. Low Power Design Renesas Electronics America Inc. Renesas Technology & Solution Portfolio 2 Microcontroller and Microprocessor Line-up 2010 2012 32-bit 8/16-bit 1200 DMIPS, Superscalar Automotive & Industrial,

More information

Low Power Design Michael Thomas, Applications Engineer

Low Power Design Michael Thomas, Applications Engineer Low Power Design Michael Thomas, Applications Engineer Class ID: CL01B Renesas Electronics America Inc. Michael Thomas (Applications Engineer) 5 years at Renesas Electronics RX200 Technical Support RTOS,

More information

Company Introduction 2014 FlexWATCH

Company Introduction 2014 FlexWATCH Company Introduction 2014 FlexWATCH Building up solid knowledge (In-House R&D) Rich experiences from various applications Guarantee reliable & Instant technical support Guarantee to provide efficient &

More information

Five Ways to Build Flexibility into Industrial Applications with FPGAs

Five Ways to Build Flexibility into Industrial Applications with FPGAs GM/M/A\ANNETTE\2015\06\wp-01154- flexible-industrial.docx Five Ways to Build Flexibility into Industrial Applications with FPGAs by Jason Chiang and Stefano Zammattio, Altera Corporation WP-01154-2.0 White

More information

RL78 Project Configuration Tips

RL78 Project Configuration Tips RL78 Project Configuration Tips Renesas Electronics America Inc. Renesas Technology & Solution Portfolio 2 Microcontroller and Microprocessor Line-up 2010 2012 32-bit 8/16-bit 1200 DMIPS, Superscalar Automotive

More information

ID B33C: Developing Rich Graphical User Interfaces Optimized for Embedded Systems

ID B33C: Developing Rich Graphical User Interfaces Optimized for Embedded Systems ID B33C: Developing Rich Graphical User Interfaces Optimized for Embedded Systems Jason Clarke Co-Founder Crank Software Inc. 13 October 2010 Version: 1.0 In the market place today the myth about embedded

More information

Sounding Better Than Ever: High Quality Audio. Simon Forrest Connected Home Marketing

Sounding Better Than Ever: High Quality Audio. Simon Forrest Connected Home Marketing Sounding Better Than Ever: High Quality Audio Simon Forrest Connected Home Marketing www.imgtec.com A brief look at the numbers Market trends Worldwide audio market 2014 67.9m units shipped 16% increase

More information

IO [io] MAYAH. IO [io] Audio Video Codec Systems

IO [io] MAYAH. IO [io] Audio Video Codec Systems IO [io] MAYAH IO [io] Audio Video Codec Systems MPEG 4 Audio Video Embedded 24/7 Real-Time Solution MPEG 4 Audio Video Production and Streaming Solution ISMA compliant 24/7 Audio Video Realtime Solution

More information

Configuring and Managing the IP Camera

Configuring and Managing the IP Camera CHAPTER 3 The Cisco Video Surveillance IP Camera provides configuration windows that you use to configure and manage the IP camera. This chapter explains how to access the configuration windows, describes

More information

SAM A5 ARM Cortex - A5 MPUs

SAM A5 ARM Cortex - A5 MPUs SAM A5 ARM Cortex - A5 MPUs Industry s lowest-power MPUs Ideal for secure industry, IoT, wearable applications Operating at 600MHz/945DMIPS with low power consumption, the SAMA5 ARM Cortex-A5 based MPU

More information

A Linux multimedia platform for SH-Mobile processors

A Linux multimedia platform for SH-Mobile processors A Linux multimedia platform for SH-Mobile processors Embedded Linux Conference 2009 April 7, 2009 Abstract Over the past year I ve been working with the Japanese semiconductor manufacturer Renesas, developing

More information

CS 457 Multimedia Applications. Fall 2014

CS 457 Multimedia Applications. Fall 2014 CS 457 Multimedia Applications Fall 2014 Topics Digital audio and video Sampling, quantizing, and compressing Multimedia applications Streaming audio and video for playback Live, interactive audio and

More information

Course Introduction. Purpose: Objectives: Content: Learning Time:

Course Introduction. Purpose: Objectives: Content: Learning Time: Course Introduction Purpose: This course provides an overview of the Renesas SuperH series of 32-bit RISC processors, especially the microcontrollers in the SH-2 and SH-2A series Objectives: Learn the

More information

1.3 Mega-Pixel Video Quality

1.3 Mega-Pixel Video Quality AirCam OD-600HD H.264 1.3 MegaPixel PTZ Vandal Proof Dome T he AirLive AirCam OD-600HD is a high-end 1.3 MegaPixel network camera designed for professional outdoor surveillance and security applications.

More information

Wireless Pan-Tilt IP Camera: TP-Link TL-SC4171G (0.5 lx, VGA, IR, 30fps, MPEG-4, 4.3 mm)

Wireless Pan-Tilt IP Camera: TP-Link TL-SC4171G (0.5 lx, VGA, IR, 30fps, MPEG-4, 4.3 mm) Wireless Pan-Tilt IP Camera: TP-Link TL-SC4171G (0.5 lx, VGA, IR, 30fps, MPEG-4, 4.3 mm) Code: K1154 View of the camera Rear view 1 The included accessories View of the packaging Distinguishing features

More information

HotChips An innovative HD video and digital image processor for low-cost digital entertainment products. Deepu Talla.

HotChips An innovative HD video and digital image processor for low-cost digital entertainment products. Deepu Talla. HotChips 2007 An innovative HD video and digital image processor for low-cost digital entertainment products Deepu Talla Texas Instruments 1 Salient features of the SoC HD video encode and decode using

More information

Axis IP-Surveillance. Endless possibilities for video surveillance.

Axis IP-Surveillance. Endless possibilities for video surveillance. Axis IP-Surveillance. Endless possibilities for video surveillance. Meeting today s video surveillance challenges The video surveillance market is booming, driven by increased public and private security

More information

ID 216C: Go Wireless with Redpine and Renesas Wi-Fi Solutions

ID 216C: Go Wireless with Redpine and Renesas Wi-Fi Solutions ID 216C: Go Wireless with Redpine and Renesas Wi-Fi Solutions Rohan Joginpalli Product Manager Redpine Signals, Inc. 13 October 2010 Version: 1.2 1 Rohan Joginpalli Product Manager Redpine Signals, Inc.

More information

Renesas Synergy MCUs Build a Foundation for Groundbreaking Integrated Embedded Platform Development

Renesas Synergy MCUs Build a Foundation for Groundbreaking Integrated Embedded Platform Development Renesas Synergy MCUs Build a Foundation for Groundbreaking Integrated Embedded Platform Development New Family of Microcontrollers Combine Scalability and Power Efficiency with Extensive Peripheral Capabilities

More information

Dual-core Intel Atom processor. 6 x 3.5" SATA(II)/2.5" SATA/SSD. 1. The standard system is shipped without HDD.

Dual-core Intel Atom processor. 6 x 3.5 SATA(II)/2.5 SATA/SSD. 1. The standard system is shipped without HDD. VS-6020 Pro Hardware Spec. Processor HDD Capacity Dual-core Intel Atom processor 6 x 3.5" SATA(II)/2.5" SATA/SSD NOTE: 1. The standard system is shipped without HDD. 2. For the HDD compatibility list,

More information

The Use Of Virtual Platforms In MP-SoC Design. Eshel Haritan, VP Engineering CoWare Inc. MPSoC 2006

The Use Of Virtual Platforms In MP-SoC Design. Eshel Haritan, VP Engineering CoWare Inc. MPSoC 2006 The Use Of Virtual Platforms In MP-SoC Design Eshel Haritan, VP Engineering CoWare Inc. MPSoC 2006 1 MPSoC Is MP SoC design happening? Why? Consumer Electronics Complexity Cost of ASIC Increased SW Content

More information

Video Conference Equipment High Performance Video Terminal Solution

Video Conference Equipment High Performance Video Terminal Solution AP-VC200N Video Conference Equipment High Performance Video Terminal Solution Preliminary Product Overview HD Camera Sensor IrDA RemoCon Sensor www.addpac.com AddPac Technology Sales and Marketing Contents

More information

SSL Encryption Secure network connections using data encryption between the camera and the network

SSL Encryption Secure network connections using data encryption between the camera and the network NFC16-WG Megapixel HD Network Camera H.264 + MPEG4 + Motion-JPEG Multi-Streaming, Audio, 1.3 Megapixel CMOS, 720p HD, 54 Mbps Wireless 802.11g Part No.: 551083 The Intellinet Network Solutions NSC16-WG

More information

Cisco WVC210 Wireless-G Pan Tilt Zoom (PTZ) Internet Video Camera: 2-Way Audio Cisco Small Business Video Surveillance Cameras

Cisco WVC210 Wireless-G Pan Tilt Zoom (PTZ) Internet Video Camera: 2-Way Audio Cisco Small Business Video Surveillance Cameras Cisco WVC210 Wireless-G Pan Tilt Zoom (PTZ) Internet Video Camera: 2-Way Audio Cisco Small Business Video Surveillance Cameras High-Quality, Flexible, Remote-Controlled Wireless Video Solution for Your

More information

Our Technology Expertise for Software Engineering Services. AceThought Services Your Partner in Innovation

Our Technology Expertise for Software Engineering Services. AceThought Services Your Partner in Innovation Our Technology Expertise for Software Engineering Services High Performance Computing MultiCore CPU AceThought experts will re-design your sequential algorithms or applications to execute in parallel by

More information

MCU Built-in Two(2)-Channel Full

MCU Built-in Two(2)-Channel Full AP-HVC2000 MCU Built-in Two(2)-Channel Full HD Video Conference Equipment High Performance Full HD Video Conference Solution Preliminary Product Overview (Without notice, following described technical

More information

6 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The standard system is shipped without HDD. 2. For the HDD compatibility list, please visit :

6 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The standard system is shipped without HDD. 2. For the HDD compatibility list, please visit : VS-6112 Pro+ Hardware Spec. Processor Memory HDD Capacity Dual-core Intel processor 4GB RAM 6 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive NOTE: 1. The standard system is shipped without HDD. 2. For the

More information

Dual-core Intel Atom processor. 1. The system is shipped without HDD. 2. For the HDD compatibility list, please visit

Dual-core Intel Atom processor. 1. The system is shipped without HDD. 2. For the HDD compatibility list, please visit VS-4008 Pro Hardware Spec. CPU HDD Dual-core Intel Atom processor 2.5/ 3.5" SATA x4 NOTE: 1. The system is shipped without HDD. 2. For the HDD compatibility list, please visit http://www.qnap.com/pro_compatibility.asp

More information

The S6000 Family of Processors

The S6000 Family of Processors The S6000 Family of Processors Today s Design Challenges The advent of software configurable processors In recent years, the widespread adoption of digital technologies has revolutionized the way in which

More information

Networking Applications

Networking Applications Networking Dr. Ayman A. Abdel-Hamid College of Computing and Information Technology Arab Academy for Science & Technology and Maritime Transport Multimedia Multimedia 1 Outline Audio and Video Services

More information

Configuring and Managing the IP Camera

Configuring and Managing the IP Camera CHAPTER 3 The Cisco Video Surveillance IP Camera provides configuration windows that you use to configure and manage the IP camera. This chapter explains how to access the configuration windows, describes

More information

AV2105 (2 Megapixel Color Camera) AV2105 AI (2 Megapixel Color Auto Iris Camera) AV2105DN (2 Megapixel Day/Night Camera)

AV2105 (2 Megapixel Color Camera) AV2105 AI (2 Megapixel Color Auto Iris Camera) AV2105DN (2 Megapixel Day/Night Camera) AV2105 (2 Megapixel Color Camera) AV2105 AI (2 Megapixel Color Auto Iris Camera) AV2105DN (2 Megapixel Day/Night Camera) Architect & Engineering Specifications Version 083010 425 East Colorado Street 7th

More information

Dual-core Intel Atom processor. 2 x 3.5" SATA(II)/2.5" SATA/SSD. 1. The standard system is shipped without HDD.

Dual-core Intel Atom processor. 2 x 3.5 SATA(II)/2.5 SATA/SSD. 1. The standard system is shipped without HDD. VS-2012 Pro Hardware Spec. Processor HDD Capacity Dual-core Intel Atom processor 2 x 3.5" SATA(II)/2.5" SATA/SSD NOTE: 1. The standard system is shipped without HDD. 2. For the HDD compatibility list,

More information

AP-VR1000 Video Service Router

AP-VR1000 Video Service Router High-performance Multimedia Gateway Solution Technology 2005, Sales and Marketing www.addpac.com Product Overview Benefits and Features Hardware Specification Multimedia Service Software Service Video

More information

arm MULTICORE PLATFORMS FOR ADVANCED APPLICATIONS Product Longevity

arm MULTICORE PLATFORMS FOR ADVANCED APPLICATIONS Product Longevity The new i.mx B processor series builds on 15+ years of cutting-edge technology, robust software, and broad ecosystem support to continue the NXP tradition of helping customers find the right balance between

More information

2 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The standard system is shipped without HDD. 2. For the HDD compatibility list, please

2 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The standard system is shipped without HDD. 2. For the HDD compatibility list, please VS-2112 Pro+ Hardware Spec. Processor Memory HDD Capacity Dual-core Intel processor 4GB RAM 2 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive NOTE: 1. The standard system is shipped without HDD. 2. For the

More information

Distributed Multimedia Systems. Introduction

Distributed Multimedia Systems. Introduction Distributed Multimedia Systems Introduction Introducing Multimedia Systems Example target applications networked video libraries, Internet telephony and video conferencing Real time systems performing

More information

NSC18-WN Pan/Tilt Network Camera 1.3 Megapixel CMOS, 300 Mbps Wireless n, Motion-JPEG + MPEG4, Audio, SD Card Part No.

NSC18-WN Pan/Tilt Network Camera 1.3 Megapixel CMOS, 300 Mbps Wireless n, Motion-JPEG + MPEG4, Audio, SD Card Part No. NSC18-WN Pan/Tilt Network Camera 1.3 Megapixel CMOS, 300 Mbps Wireless 802.11n, Motion-JPEG + MPEG4, Audio, SD Card Part No.: 550857 The INTELLINET NETWORK SOLUTIONS SOHO Network Camera, Model NSC18-WN,

More information

Cisco WVC210 Wireless-G Pan Tilt Zoom (PTZ) Internet Video Camera: 2-Way Audio Cisco Small Business Video Surveillance Cameras

Cisco WVC210 Wireless-G Pan Tilt Zoom (PTZ) Internet Video Camera: 2-Way Audio Cisco Small Business Video Surveillance Cameras Cisco WVC210 Wireless-G Pan Tilt Zoom (PTZ) Internet Video Camera: 2-Way Audio Cisco Small Business Video Surveillance Cameras High-Quality, Flexible, Remote-Controlled Wireless Video Solution for Your

More information

Cisco TelePresence Quick Set C20

Cisco TelePresence Quick Set C20 Cisco TelePresence Quick Set C20 The Cisco TelePresence portfolio creates an immersive, face-to-face experience over the network empowering you to collaborate with others like never before. Through a powerful

More information

Streaming video. Video on internet. Streaming video, live or on demand (VOD)

Streaming video. Video on internet. Streaming video, live or on demand (VOD) Streaming video 1 Video on internet. There are two different basic ways of presenting video on internet: The receiver downloads the entire video file and than plays it using some kind of media player The

More information

Introduction to LAN/WAN. Application Layer 4

Introduction to LAN/WAN. Application Layer 4 Introduction to LAN/WAN Application Layer 4 Multimedia Multimedia: Audio + video Human ear: 20Hz 20kHz, Dogs hear higher freqs DAC converts audio waves to digital E.g PCM uses 8-bit samples 8000 times

More information

XProtect Go 2016 R2. Specification Sheet

XProtect Go 2016 R2. Specification Sheet XProtect Go 2016 R2 Specification Sheet Contents Feature Overview... 3 XProtect Go server modules... 3 XProtect Go client modules... 3 Detailed Product Features... 4 XProtect Go server modules... 4 XProtect

More information

CAN In A Day 2L01I. Renesas Electronics America Inc Renesas Electronics America Inc. All rights reserved.

CAN In A Day 2L01I. Renesas Electronics America Inc Renesas Electronics America Inc. All rights reserved. CAN In A Day 2L01I Renesas Electronics America Inc. Renesas Technology & Solution Portfolio 2 Microcontroller and Microprocessor Line-up 2010 2012 32-bit 8/16-bit 1200 DMIPS, Superscalar Automotive & Industrial,

More information

JustConnect 16-Channel PoE Network Video Recorder

JustConnect 16-Channel PoE Network Video Recorder Product Highlights Concurrent Viewing Record and view real-time video streams from up to 16 cameras on a local network or remotely over the Internet Easy Setup and Configuration Embedded software enables

More information

Remote Health Monitoring for an Embedded System

Remote Health Monitoring for an Embedded System July 20, 2012 Remote Health Monitoring for an Embedded System Authors: Puneet Gupta, Kundan Kumar, Vishnu H Prasad 1/22/2014 2 Outline Background Background & Scope Requirements Key Challenges Introduction

More information

Implementing Bootloaders on Renesas MCUs

Implementing Bootloaders on Renesas MCUs Implementing Bootloaders on Renesas MCUs Brandon Hussey, Applications Engineer Class ID: CL09I Renesas Electronics America Inc. Brandon Hussey Applications Engineer RX support Flash API Virtual EEPROM

More information

A Multimedia Streaming Server/Client Framework for DM64x

A Multimedia Streaming Server/Client Framework for DM64x SEE THEFUTURE. CREATE YOUR OWN. A Multimedia Streaming Server/Client Framework for DM64x Bhavani GK Senior Engineer Ittiam Systems Pvt Ltd bhavani.gk@ittiam.com Agenda Overview of Streaming Application

More information

Migrating Video Surveillance Systems from Analog to Digital

Migrating Video Surveillance Systems from Analog to Digital Migrating Video Surveillance Systems from Analog to Digital Capabilities enabling superior network video solutions This is Axis > Founded in 1984 > IT company driving the network video market > Worldwide

More information

STM32 F4 Series Cortex M4 http://www.emcu.it/stm32f4xx/stm32f4xx.html www.emcu.it STM32 F4 Main common features Cortex -M4 (DSP + FPU) STM32F429/439 180 MHz 1 to 2-MB Flash 256-KB SRAM STM32F427/437 180

More information

NSC15-WG Network Camera Motion-JPEG + MPEG4, Day/Night, Audio, 300k CMOS, 54 Mbps Wireless g Part No.:

NSC15-WG Network Camera Motion-JPEG + MPEG4, Day/Night, Audio, 300k CMOS, 54 Mbps Wireless g Part No.: NSC15-WG Network Camera Motion-JPEG + MPEG4, Day/Night, Audio, 300k CMOS, 54 Mbps Wireless 802.11g Part No.: 550901 The INTELLINET NETWORK SOLUTIONS SOHO Network Camera, Model NSC15-WG, is the ideal camera

More information

Growth outside Cell Phone Applications

Growth outside Cell Phone Applications ARM Introduction Growth outside Cell Phone Applications ~1B units shipped into non-mobile applications Embedded segment now accounts for 13% of ARM shipments Automotive, microcontroller and smartcards

More information

Embedded Software: Its Growing Influence on the Hardware world

Embedded Software: Its Growing Influence on the Hardware world Embedded Software: Its Growing Influence on the Hardware world ISA Vision Summit 2009, Bangalore 16 th FEB 09 V. R. Venkatesh Head, Product Engineering Services, Wipro Technologies. Wipro in Product Engineering

More information

How to achieve low latency audio/video streaming over IP network?

How to achieve low latency audio/video streaming over IP network? February 2018 How to achieve low latency audio/video streaming over IP network? Jean-Marie Cloquet, Video Division Director, Silex Inside Gregory Baudet, Marketing Manager, Silex Inside Standard audio

More information

New STM32 F7 Series. World s 1 st to market, ARM Cortex -M7 based 32-bit MCU

New STM32 F7 Series. World s 1 st to market, ARM Cortex -M7 based 32-bit MCU New STM32 F7 Series World s 1 st to market, ARM Cortex -M7 based 32-bit MCU 7 Keys of STM32 F7 series 2 1 2 3 4 5 6 7 First. ST is first to sample a fully functional Cortex-M7 based 32-bit MCU : STM32

More information

Network Video Recorder: NUUO NVR Titan NT-4040(R)

Network Video Recorder: NUUO NVR Titan NT-4040(R) Network Video Recorder: NUUO NVR Titan NT-4040(R) Code: K4204 Front view Another view of the housing (drive bays open) Rear view View of a single drive bay 1 The included accessories A video presentation

More information

Wireless Mobile Video Solutions

Wireless Mobile Video Solutions Wireless Mobile Video Solutions MSBW- 11 MSBW- 11 Body Worn Personal CCTV System Product Specification Overview MSBW- 11 is a smart, small, handheld, wearable streaming media system from the field over

More information

Streaming (Multi)media

Streaming (Multi)media Streaming (Multi)media Overview POTS, IN SIP, H.323 Circuit Switched Networks Packet Switched Networks 1 POTS, IN SIP, H.323 Circuit Switched Networks Packet Switched Networks Circuit Switching Connection-oriented

More information

Module objectives. Integrated services. Support for real-time applications. Real-time flows and the current Internet protocols

Module objectives. Integrated services. Support for real-time applications. Real-time flows and the current Internet protocols Integrated services Reading: S. Keshav, An Engineering Approach to Computer Networking, chapters 6, 9 and 4 Module objectives Learn and understand about: Support for real-time applications: network-layer

More information

Intel Core i processor. 8 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The system is shipped without HDD.

Intel Core i processor. 8 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The system is shipped without HDD. VS-8124 Pro+ Hardware Spec. Processor HDD Capacity Intel Core i3-2120 processor 8 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive NOTE: 1. The system is shipped without HDD. 2. For the HDD compatibility list,

More information

NC B103/210/220-DN. Full HD Fixed Network Camera

NC B103/210/220-DN. Full HD Fixed Network Camera Full HD Fixed Network Camera NC B103/210/220-DN ㆍD1 / 720p / 1080p Resolution ㆍDual Codec (H.264, MJPEG) / Dual Streaming (B103), Triple Streaming (B210/220) ㆍVideo Analytics (Tripzone, Tampering)/ Region

More information

Dual-core Intel Atom processor. 4 x 3.5" SATA(II)/2.5" SATA/SSD. 1.The standard system is shipped without HDD.

Dual-core Intel Atom processor. 4 x 3.5 SATA(II)/2.5 SATA/SSD. 1.The standard system is shipped without HDD. VS-4008U-RP Pro Hardware Spec. Processor HDD Capacity Dual-core Intel Atom processor 4 x 3.5" SATA(II)/2.5" SATA/SSD NOTE: 1.The standard system is shipped without HDD. 2.For the HDD compatibility list,

More information

Milestone XProtect Basis+

Milestone XProtect Basis+ XPB+ 6.0 FACTSHEET Milestone XProtect Basis+ Top performance IP video surveillance with an expanded feature set. XProtect Basis+ is the right product for small installations that need robust single-server

More information

Copy 2013 Eazzy Digital Video Technology Company. All rights reserved.

Copy 2013 Eazzy Digital Video Technology Company. All rights reserved. Model No. : BC-881H Hidden Bulb WiFi/AP HD960P P2P IP Network DVR Camera (Motion Detection, Email Alert) - Simple installation, screw in -like a bulb - No Light at night (invisible to human eyes) - New

More information

Pan/Tilt IP Network Camera

Pan/Tilt IP Network Camera Pan/Tilt IP Network Camera Plug&Play H.264 wireless IP camera With 3GPP/ISMA support The pan/tilt IP Network Camera is designed with the user-friendly idea deep in mind. The user can install the camera

More information

Software Development with an Open Source RTOS

Software Development with an Open Source RTOS Software Development with an Open Source RTOS Fatih Peksenar - Sr. Manager, Application Engineering Class ID: 9L02I Renesas Electronics America Inc. Mr. Fatih Peksenar Manager, Applications Engineering

More information

4-Ch / 8-Ch / 16-Ch Hybrid Digital Video Recorder

4-Ch / 8-Ch / 16-Ch Hybrid Digital Video Recorder 4-Ch / 8-Ch / 16-Ch Hybrid Digital Video Recorder HDVR-430 HDVR-830 HDVR-1630 Copyright PLANET Technology Corporation. All rights reserved. Presentation Outlines Product Overview Product Features Applications

More information

SNC-DF40P High Resolution Minidome Color Camera with 10/100 Base T Ethernet

SNC-DF40P High Resolution Minidome Color Camera with 10/100 Base T Ethernet ARCHITECT & ENGINEER SPECIFICATIONS SECTION 16780 VIDEO SURVEILLANCE SYSTEMS SNC-DF40P High Resolution Minidome Color Camera with 10/100 Base T Ethernet PART 2 PRODUCTS 2.01 CCTV / NETWORK CAMERA SPECIFICATIONS

More information

STM32 Cortex-M3 STM32F STM32L STM32W

STM32 Cortex-M3 STM32F STM32L STM32W STM32 Cortex-M3 STM32F STM32L STM32W 01 01 STM32 Cortex-M3 introduction to family 1/2 STM32F combine high performance with first-class peripherals and lowpower, low-voltage operation. They offer the maximum

More information

Adaptive Video Acceleration. White Paper. 1 P a g e

Adaptive Video Acceleration. White Paper. 1 P a g e Adaptive Video Acceleration White Paper 1 P a g e Version 1.0 Veronique Phan Dir. Technical Sales July 16 th 2014 2 P a g e 1. Preface Giraffic is the enabler of Next Generation Internet TV broadcast technology

More information

Distributed Video Systems Chapter 3 Storage Technologies

Distributed Video Systems Chapter 3 Storage Technologies Distributed Video Systems Chapter 3 Storage Technologies Jack Yiu-bun Lee Department of Information Engineering The Chinese University of Hong Kong Contents 3.1 Introduction 3.2 Magnetic Disks 3.3 Video

More information

STM32F429 Overview. Steve Miller STMicroelectronics, MMS Applications Team October 26 th 2015

STM32F429 Overview. Steve Miller STMicroelectronics, MMS Applications Team October 26 th 2015 STM32F429 Overview Steve Miller STMicroelectronics, MMS Applications Team October 26 th 2015 Today - STM32 portfolio positioning 2 More than 30 product lines High-performance 398 CoreMark 120 MHz 150 DMIPS

More information

Multimedia in Mobile Phones. Architectures and Trends Lund

Multimedia in Mobile Phones. Architectures and Trends Lund Multimedia in Mobile Phones Architectures and Trends Lund 091124 Presentation Henrik Ohlsson Contact: henrik.h.ohlsson@stericsson.com Working with multimedia hardware (graphics and displays) at ST- Ericsson

More information

Streaming Video and Throughput Uplink and Downlink

Streaming Video and Throughput Uplink and Downlink Streaming Video and Throughput Uplink and Downlink IPTV IPTV - Digital TV delivered using technologies used for computer network. Internet Protocols (HTTP, RTP, RTSP, IGMP) Copyright 2017 Cambium Networks,

More information

Intelop. *As new IP blocks become available, please contact the factory for the latest updated info.

Intelop. *As new IP blocks become available, please contact the factory for the latest updated info. A FPGA based development platform as part of an EDK is available to target intelop provided IPs or other standard IPs. The platform with Virtex-4 FX12 Evaluation Kit provides a complete hardware environment

More information

XProtect Essential 2017 R1 Specification Sheet. Specification Sheet

XProtect Essential 2017 R1 Specification Sheet. Specification Sheet Contents Feature Overview... 3 XProtect Essential server modules... 3 XProtect Essential client modules... 3 Detailed Product Features... 4 XProtect Essential server modules... 4 XProtect Essential Server

More information

NFD30 Network Dome Camera MPEG4 + Motion-JPEG Dual Mode, PoE, Audio, 300k CMOS, mm vari-focal lens Part No.:

NFD30 Network Dome Camera MPEG4 + Motion-JPEG Dual Mode, PoE, Audio, 300k CMOS, mm vari-focal lens Part No.: NFD30 Network Dome Camera MPEG4 + Motion-JPEG Dual Mode, PoE, Audio, 300k CMOS, 3.7 12 mm vari-focal lens Part No.: 550987 The INTELLINET NETWORK SOLUTIONS NFD30 Network Dome Camera is designed for security

More information

Product Technical Brief S3C2416 May 2008

Product Technical Brief S3C2416 May 2008 Product Technical Brief S3C2416 May 2008 Overview SAMSUNG's S3C2416 is a 32/16-bit RISC cost-effective, low power, high performance micro-processor solution for general applications including the GPS Navigation

More information

Network Design and Security for the Physical Security Professional. Steve Surfaro Group Manager, Enterprise Projects

Network Design and Security for the Physical Security Professional. Steve Surfaro Group Manager, Enterprise Projects Network Design and Security for the Physical Security Professional Steve Surfaro Group Manager, Enterprise Projects surfaros@us.panasonic.com Agenda Terminology / Technologies / Network topologies Structured

More information

Day & Night 6MP 360 Panorama Dome IR IP Camera

Day & Night 6MP 360 Panorama Dome IR IP Camera Day & Night 6MP 360 Panorama Dome IR IP Camera Features Full HD 6.0 megapixel CMOS image sensor True H.264 AVC High Profile video compression H.264 and Motion JPEG multi-profile video streaming 3D noise

More information

Dual Core Intel Core i3 3.3GHz Processor 4GB DDR3 RAM. 8 x 3.5 SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The system is shipped without HDD.

Dual Core Intel Core i3 3.3GHz Processor 4GB DDR3 RAM. 8 x 3.5 SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The system is shipped without HDD. VS-8140U-RP Pro+ Hardware Spec. Processor DRAM HDD Capacity Dual Core Intel Core i3 3.3GHz Processor 4GB DDR3 RAM 8 x 3.5 SATA 6Gb/s, SATA 3Gb/s hard drive NOTE: 1. The system is shipped without HDD. 2.

More information

T he key to building a presence in a new market

T he key to building a presence in a new market Renesas Synergy MCUs Build Foundation for Groundbreaking Integrated Hardware/ Software Platform New family of microcontrollers combines scalability, power efficiency with extensive peripheral capabilities

More information

RZ/G1 SeRieS embedded microprocessors

RZ/G1 SeRieS embedded microprocessors RZ/G1 SeRieS embedded microprocessors High-End HMI, Video, Embedded Vision and more 2017.01 RZ/G1 SERIES MULTI-CORE MPUS WITH high-end GRaphicS and multi-stream ViDeo RZ/G1 Series microprocessors (MPUs)

More information

Chapter 28. Multimedia

Chapter 28. Multimedia Chapter 28. Multimedia 28-1 Internet Audio/Video Streaming stored audio/video refers to on-demand requests for compressed audio/video files Streaming live audio/video refers to the broadcasting of radio

More information

Surlytics VMS Series

Surlytics VMS Series Surlytics VMS Series THE GOLD STANDARD IN VIDEO MANAGEMENT SYSTEMS Overview WECU Surveillance Surlytics VMS is a robust and feature rich Video Management Solution. Hundreds of features are compressed into

More information

Features and Benefits. Certifications

Features and Benefits. Certifications VPort 464 Series Superior video performance, 4-channel industrial video encoders Features and Benefits Each channel supports 2 D1 30 fps streams simultaneously, or merge 1 quad stream 30 fps image into

More information

Tema 0: Transmisión de Datos Multimedia

Tema 0: Transmisión de Datos Multimedia Tema 0: Transmisión de Datos Multimedia Clases de aplicaciones multimedia Redes basadas en IP y QoS Computer Networking: A Top Down Approach Featuring the Internet, 3 rd edition. Jim Kurose, Keith Ross

More information

Introduction to Networking

Introduction to Networking Introduction to Networking Chapters 1 and 2 Outline Computer Network Fundamentals Defining a Network Networks Defined by Geography Networks Defined by Topology Networks Defined by Resource Location OSI

More information