Easy! D3 Intelligent Camera Platform

Size: px
Start display at page:

Download "Easy! D3 Intelligent Camera Platform"

Transcription

1 Easy! D3 Intelligent Camera Platform Intelligent Cameras Framegrabbers Made in Germany

2 Ease of Use The D3 Intelligent Camera The D3 Industrial Camera has a rigid aluminum body and industry-standard interfaces such as 24 V power supply and Power over Ethernet. New Intelligent Camera Platform The D3 is the latest, most advanced intelligent camera generation by VRmagic. The D3 platform was designed with usability, flexibility, and performance in mind. Excellent Usability The D3 platform runs a wide range of embedded software and libraries, such as Common Vision Blox Embedded, EyeVision, or HALCON Embedded. This way you can easily take advantage of the latest, stateof-the-art machine vision algorithms. Additionally, the new Mono compatible.net interface makes application development with the VRmagic SDK much easier. Software development for the D3 intelligent camera platform that s ease of use. Built-In Flexibility The D3 s embedded system provides users with a high level of flexibility by supporting a multitude of interfaces, such as Ethernet, USB, and GPIOs. Choose either a standard OEM interface board for compact systems integration or an interface evaluation board for convenient test and development. A version for industrial environments is also available. Depending on the business case, a custom interface board may also be a viable option. High Performance The D3 intelligent camera platform features a 1 GHz ARM Cortex -A8 Core with floating point unit (FPU) running Linux. A 700 MHz C674x DSP with FPU is at your disposal for computationally intensive algorithms. 2 GB DDR3-800 RAM with 6103 MB/s bandwidth and a Gigabit Ethernet interface ensure rapid processing and efficient transmission of image data. Comparison of the D2 and D3 Intelligent Camera Platform Intelligent Camera Platform D2 D3 Operating System Debian Linux Ubuntu Linux ARM Core and Frequency 300 MHz ARM9 1 GHz ARM Cortex -A8 DSP Core and Frequency 600 MHz C64x 700 MHz C674x ARM and DSP Instruction Type Fixed point Floating point (FPU) and fixed point Cortex-A8 NEON Architecture RAM 256 MB DDR2/333 2 GB DDR3/800 Memory Bus Width, Bandwidth 32 bit, 1332 MB/s 2 x 32 bit, 6103 MB/s Flash Memory 512 MB 32 GB Ethernet Fast Ethernet (100 Mbit/s) Gigabit Ethernet (1 Gbit/s) Typical Ethernet Bandwidth 10 MB/s 40 MB/s SD Card USB Host / Device / / GPIOs up to 13 up to 44 RS232 / RS485 / / SATA CAN Bus JTAG Real-time Clock (RTC) Maximum Video Resolution 720p 1080p S-Video RGB888 HDMI Audio in/out Wake on LAN Power over Ethernet I2C Watchdog 24 V operation

3 D3 Dual-Core Programming Intelligent Camera with Ubuntu Linux Operating System Image Processing on the Dual-Core Chip The substantial processing power of the ARM processor is used to run the Linux OS as well as image processing tasks. The DSP is completely available for image processing. Both processors have a floating-point unit (FPU). Hardware codecs as well as various commercial codecs and open source algorithms are available for the DSP, for example the TI IMGLIB for basic image processing tasks. A free codec by VRmagic converts image data into various target formats, for example RGB565 or YUV. Extendable Linux Operating System The D3 platform runs a customized Linux kernel. The root file system is taken from Ubuntu LTS, which natively supports the instruction set of the Cortex-A8 Image Sensors (ARMv7, Thumb2) and its FPU (NEON). Additional components, such as web servers of NFS servers, can be easily installed using the Linux package repository. USB devices, such as Wi-Fi dongles, hard disks, or keyboards can also be used with the camera. Convenient Application Programming With a standard Ubuntu Linux operating system and full access to the ARM/DSP core, the D3 provides a convenient platform for programming applications with C/C++ or other programming languages. ARM software can be developed in standard integrated development environments under Ubuntu Linux. After cross-compiling, the software can be executed on the camera Compiling for ARM and DSP Applications developed on a x86 PC need to be crosscompiled for the D3 platform. Code for the ARM core can be cross-compiled using the ARM EABI toolchain. Code for the DSP needs to be cross-compiled using the TI DSP compiler. Both compilers and the required tools are available free of charge. Mono -Compatible.NET Framework Thanks to the Mono compatible.net interface available on all VRmagic intelligent camera platforms, applications development has now become easier. Mono is an open source implementation of Microsoft s.net Framework designed to facilitate cross-platform applications. Updates via Ethernet Updates of your camera applications and the camera firmware are possible via Ethernet. This saves time and money, especially if you cannot access the cameras directly in the field. ARM Core Linux Linux Memory Control Shared Memory CMEM RAM DSP Core Codecs DSP Memory Architecture of the dual-core chip: all memory sections can be resized according to your requirements. Dual-Core Chip Master ARM Cortex-A8 1 GHz Linux System Interconnection 64 Bit Interrupt Request Slave DSP C674x 700 MHz Codecs DDR3 RAM 400 MHz (DDR3-800) 2 GB 2 x 32 Bit Easy Debugging Applications can be developed, tested, and debugged on a PC and then transferred to the camera (ARM). Remote debugging via Ethernet is possible, for example with Eclipse and gdbserver (ARM). TI TraceUtil enables printf-debugging of DSP code. A JTAG port connects real-time emulators (XDS510 or XDS560) and enables DSP debugging with CCS. Simple Transfer from and to the D3 Create a network share (NFS or Samba/Windows) on your PC and mount it on the camera or vice versa. Transfer data via USB flash drive or SD card. Use the secure copy (scp) command under Linux. Ethernet 1 Gbit/S USB 2.0 Video Audio GPIO... The D3 intelligent camera architecture

4 Machine Vision SDK and Libraries Software Development for the D3 It Doesn t Get Much Easier Libraries and Toolkits for ARM and DSP Start Developing in 15 Minutes The VRmagic Easy Installer automatically sets up a complete development environment with all required applications and toolchain elements. After only a few minutes, you can compile demos and start developing applications for the D3 intelligent camera platform. CamLab Application The CamLab application is part of the VRmagic SDK. It offers user full control over all sensor parameters via a graphical user interface. Tool tips indicate the respective API property for each parameter. Free Demos with Source Codes The following demos and sources are included in the SDK: Bayer/Grey to RGB565 converter on ARM or DSP, demo for integration of customer specific DSP codecs (JPEG, Sobel, and more), viewer for S-Video output (DirectFB and SDL), control of general purpose I/Os. VRmagic SDK The included VRmagic SDK contains an application programming interface (API), which offers full control over the camera and works with all VRmagic cameras and frame grabbers. This makes it possible to exchange devices without additional programming costs. The SDK also contains a VRmagic codec for the ARM and DSP, which converts image data into different target formats, for example RGB32, YUV, or GRAY. Programming Libraries The D3 s floating point unit (FPU) allows a wide range of state-of-the-art machine vision libraries and toolkits to run on either the ARM or DSP cores. This lets you take advantage of numerous image processing algorithms. For example, develop a HALCON script on your PC and execute it directly on the D3 with HALCON Embedded development for intelligent cameras has never been easier. Programming Libraries for ARM The following libraries and applications create code or script that executes on the ARM processor of the D3. These tools cover a broad spectrum of project requirements, from simple to complex, and offer solutions for the full range of applications in the field of machine vision. Common Vision Blox Embedded: A fast and powerful programming library for vision applications. EyeVision: Software with a graphical user interface for intuitive development of image processing applications. GStreamer: Multimedia framework for playback, streaming and processing of video and audio. HALCON Embedded: A leading machine vision library with more than 1800 operators. OpenCV: An open source computer vision and machine learning software library. QT : A cross-platform application and UI framework for developers using C++ or QML. Programming Libraries for DSP Programming for the DSP requires advanced programming skills, however, making use of it boosts the speed of your applications considerably. The following libraries take advantage of the DSP on the D3. TI Codecs: Audio and video codecs optimized for the DSP, for example H.264, MPEG-2, or JPEG. TI IMGLIB: A collection of more than 70 building block kernels optimized for the DSP that can be used for image and video processing applications. TI VLIB: Video analytics and vision library for video surveillance, automotive vision, consumer electronics, and many more. VM_LIB: VRmagic machine vision library for object recognition, blob segmentation, barcode readers, and many more. Optimized for the DSP, but also runs on the ARM and on Linux or Mircosoft Windows PCs. x86 Host ARM Target the power of machine vision Source Code Binary ARM GCC ARM Header (.h) Dev Libs ARM Versions must match Runtime Libs ARM Development process for the ARM: code is developed on an x86 PC using specific development libraries. After cross-compiling the code, the binary can run on the D3 s ARM using the corresponding runtime libraries. Blob segmentation, one of the machine vision algorithms included in the VM_LIB.

5 Camera Designs and Image Sensors Multi-Sensor Camera Up to four external plug and play sensor boards may be connected to the camera base unit using flex-foil cables. This design enables pixel-synchronous images from multiple positions and facilitates 3D applications. Remote-Sensor Camera A single sensor board is connected to the camera base unit using a flex-foil cable or a round cable, making the camera perfect for narrow installation spaces. Single-Sensor Camera The sensor board is mounted directly onto the camera base unit, forming one compact unit. This is the most robust and cost-efficient camera design. Analog Video Converter Analog video converters convert PAL or NTSC cameras into a digital camera with the performance of the D3. This allows a step-by-step upgrade from analog to digital cameras. Available Image Sensors Sensor ID Sensor Type Aptina MT9T031 Aptina MT9M001 Aptina MT9V024 Sony ICX445 Technology CMOS rolling shutter CMOS rolling shutter CMOS global shutter CCD interline transfer Color l l l Monochrome l l l Sensor Size [inch] 1/2 1/2 1/3 wide 1/3 Resolution [px] 2056 x x x x 966 Pixel Size [µm] 3.2 x x x x 3.75 Bit Depth [bit] 8/10 8/10 8/10 8/10 Available Camera Design Single Remote Single Remote Multi Single Remote Multi Single Remote Multi Min. Exposure Time [µs] Pixel Clock [MHz] Max. Frame Rate [Hz] * Sensor ID Sensor Manufacturer Aptina MT9M024 Aptina AR0134 CMOSIS CMV2000 CMOSIS CMV4000 Technology CMOS rolling shutter CMOS global shutter CMOS global shutter CMOS global shutter Color l l l l Monochrome l l l l Sensor Size [inch] 1/3 1/3 2/3 ultra wide 1 Resolution [px] 1280 x x x x 2048 Pixel Size [µm] 3.75 x x x x 5.5 Bit Depth [bit] 8/10 8/10 8/10 8/10 Available Camera Design Single Remote Multi Single Remote Multi Single Single Min. Exposure Time [µs] Pixel Clock [MHz] x 25 4 x 25 Max. Frame Rate [Hz] * ** 24 ** Left: D3 remote-sensor camera Opposite page: D3 multi-sensor camera * This is the maximum value at full ROI with minimum exposure time. The actual frame rate depends on the pixel clock, sensor settings, and image format. ** With RLE image format

6 Built-In Flexibility D3 Interface Boards More Than 20 Interfaces 24 V Operation The D3 intelligent camera can be operated with 24 V DC, which allows easy integration into industry applications. JTAG Choose between a multitude of interfaces on different interface boards to get the most out of your application. Or order a custom interface board for production quantities. JTAG A JTAG interface makes it possible to connect real-time emulators (e.g. XDS510) for debugging purposes. SPI Bus The SPI bus is a synchronous serial data link standard. Devices communicate in master/ slave mode. Power over Ethernet Power over Ethernet allows the camera to obtain its power supply over the Ethernet cable, saving you time and money. Status LEDs The status LED indicates the camera system status, for example if the camera is booting up or ready for operation. The VRmEIO3 interface board features all interfaces supported by the D3. Industry standard connectors and the large euroboard form factor allow convenient evaluation of every interface. SVideo S-Video The analog S-Video output transfers standard-definition video signals encoded on two channels. VRmCUEO3 and VRmCUEOS3 OEM T/S Trigger and Strobe The camera can be controlled by an external trigger (trigger in) and output strobe signals (strobe out). VRmEIO3 Audio In/Out The D3 has various interfaces for audio input and output: S/PDIF digital out (coaxial/ optical), line out, line in, and microphone in. GigE PoE LED CAN Bus CAN bus is a multi-master broadcast serial bus standard designed for automotive applications. Real-Time Clock The real-time clock keeps track of the current date and time while the camera is switched off. Gigabit Ethernet The Gigabit Ethernet interface offers high data transfer rates, enabling extra fast streaming of images. RGB888 The RGB888 interface outputs image data in parallel 24 bit format. General Purpose I/Os Each general purpose I/O can be configured to be an input or output. Up to 44 GPIOs are available for your application. RS-232 The UART allows serial communication via two ports: Serial0 for RS232 / console and Serial1 for RS232 / RS485. HDMI The HDMI output transfers uncompressed digital video data to any compatible monitor, projector, or TV. SATA The Serial ATA bus interface allows fast connection of mass storage devices such as hard disks and optical drives. Watchdog The watchdog timer triggers a certain action, for example a processor reset, if another component fails. I2C Bus The I²C bus is a two-wire serial interface, which can be used to connect peripherals to the D3 platform. SD Card Reader The SD card interface enables writing and reading of SD cards. The VRmEIO3 interface board features a microsd card slot. All of the listed interfaces are supported by the D3, however, some restrictions may apply. Please contact us for details. Opposite page: VRmEIO3 interface board. Right: VRmCUEO3 interface board. HI-SPEED High-Speed USB The evaluation board features two highspeed USB ports. Both ports can be configured separately as USB device or host. The compact OEM interface boards are equipped with miniature connectors, thus making them perfectly suitable for OEM applications. VRmCUEO3 features all D3 interfaces except SATA and JTAG. VRmCUEOS3 is identical apart from an additional SATA interface. D3 Industrial Camera IC3 OEM The IC3 OEM has an interface board that is optimized for industry applications and features a 24 V power supply, Power over Ethernet, and standard industry connectors.

7 VRmagic GmbH Turley-Str Mannheim Germany Phone: Fax: Three Steps to Your Individual D3 Camera 1 Choose Design 2 Choose Sensor 3 Choose Interfaces Multi-sensor camera APTINA Aptina sensors evaluation Evaluation interface board Remote-sensor camera CMOSIS CMOSIS sensors oem OEM interface board Single-sensor camera SONY Sony sensors industrial Industrial interfaces Frame grabber custom Custom interface board 12/2014 VRmagic GmbH All rights reserved. Technical specifications subject to change without notice. Errors excepted. Photos similar to original products.

SABRE Lite Development Kit

SABRE Lite Development Kit SABRE Lite Development Kit Freescale i.mx 6Quad ARM Cortex A9 processor at 1GHz per core 1GByte of 64-bit wide DDR3 @ 532MHz UART, USB, Ethernet, CAN, SATA, SD, JTAG, I2C Three Display Ports (RGB, LVDS

More information

SBC8100 Single Board Computer

SBC8100 Single Board Computer SBC8100 Single Board Computer TI OMAP3530 Processor based on 600MHz ARM Cortex-A8 core (for SBC8100) TI DM3730 Processor based on 1GHz ARM Cortex-A8 core (for SBC8100 Plus) Flexible Design with a Tiny

More information

Basler scout AREA SCAN CAMERAS

Basler scout AREA SCAN CAMERAS Basler scout AREA SCAN CAMERAS VGA to 2 megapixels and up to 120 fps Selected high quality CCD and CMOS sensors Gigabit Ethernet and FireWire-b interfaces Perfect fit for a variety of applications - extremely

More information

Ways to Use USB in Embedded Systems

Ways to Use USB in Embedded Systems Ways to Use USB in Embedded Systems by Yingbo Hu, R&D Embedded Engineer and Ralph Moore, President of Micro Digital Universal Serial Bus (USB) is a connectivity specification that provides ease of use,

More information

Basler beat AREA SCAN CAMERAS. High-resolution 12 MP cameras with global shutter

Basler beat AREA SCAN CAMERAS. High-resolution 12 MP cameras with global shutter Basler beat AREA SCAN CAMERAS High-resolution 12 MP cameras with global shutter Outstanding price / performance ratio High speed through Camera Link interface Flexible and easy integration Overview Convincing

More information

ARM Cortex -A8 SBC with MIPI CSI Camera and Spartan -6 FPGA SBC1654

ARM Cortex -A8 SBC with MIPI CSI Camera and Spartan -6 FPGA SBC1654 ARM Cortex -A8 SBC with MIPI CSI Camera and Spartan -6 FPGA SBC1654 Features ARM Cortex-A8 processor, 800MHz Xilinx Spartan-6 FPGA expands vision processing capabilities Dual MIPI CSI-2 CMOS camera ports,

More information

Basler dart AREA SCAN CAMERAS. Board level cameras with bare board, S- and CS-mount options

Basler dart AREA SCAN CAMERAS. Board level cameras with bare board, S- and CS-mount options Basler dart AREA SCAN CAMERAS Board level cameras with bare board, S- and CS-mount options Designed to meet smallest space as well as lowest weight and power requirements Plug and play with future-proof

More information

Epiphan Frame Grabber User Guide

Epiphan Frame Grabber User Guide Epiphan Frame Grabber User Guide VGA2USB VGA2USB LR DVI2USB VGA2USB HR DVI2USB Solo VGA2USB Pro DVI2USB Duo KVM2USB www.epiphan.com 1 February 2009 Version 3.20.2 (Windows) 3.16.14 (Mac OS X) Thank you

More information

System Design Issues in Embedded Processing

System Design Issues in Embedded Processing System Design Issues in Embedded Processing 9/16/10 Jacob Borgeson 1 Agenda What does TI do? From MCU to MPU to DSP: What are some trends? Design Challenges Tools to Help 2 TI - the complete system The

More information

Basler. Line Scan Cameras

Basler. Line Scan Cameras Basler Line Scan Cameras High-quality line scan technology meets a cost-effective GigE interface Real color support in a compact housing size Shading correction compensates for difficult lighting conditions

More information

Overview. Proven Image Quality and Easy to Use Without a Frame Grabber. Your benefits include:

Overview. Proven Image Quality and Easy to Use Without a Frame Grabber. Your benefits include: Basler runner Line Scan Cameras High-quality line scan technology meets a cost-effective GigE interface Real color support in a compact housing size Shading correction compensates for difficult lighting

More information

Basler. Area Scan Cameras

Basler. Area Scan Cameras Basler Area Scan Cameras VGA to 5 megapixels and up to 210 fps Selected high quality Sony and Kodak CCD sensors Powerful Gigabit Ethernet interface Superb image quality at all resolutions and frame rates

More information

EV-8000S. Features & Technical Specifications. EV-8000S Major Features & Specifications 1

EV-8000S. Features & Technical Specifications. EV-8000S Major Features & Specifications 1 EV-8000S Features & Technical Specifications EV-8000S Major Features & Specifications 1 I. General Description EV-8000S is fully compliant with the international DVB standard and thus transmits digital

More information

SNC-VL10P Video Network Camera

SNC-VL10P Video Network Camera SNC-VL10P Video Network Camera CHANGING THE WAY BUSINESS 2AM. WATCHING HIS NEW PRODUCTION LINE. 10,000 MILES AWAY. COMMUNICATES www.sonybiz.net/netstation CORPORATE COMMUNICATIONS SURVEILLANCE VIDEOCONFERENCING

More information

Embedded Display Module EDM6070

Embedded Display Module EDM6070 Embedded Display Module EDM6070 Atmel AT91SAM9X35 Based Single Board Computer BY Product Overview Version 1.0 Dated: 3 rd Dec 2013 Table of Contents Product Overview... 2 Introduction... 2 Kit Contents...

More information

Video/Cameras, High Bandwidth Data Handling on imx6 Cortex-A9 Single Board Computer

Video/Cameras, High Bandwidth Data Handling on imx6 Cortex-A9 Single Board Computer Video/Cameras, High Bandwidth Data Handling on imx6 Cortex-A9 Single Board Computer The SBC4661 is a powerful 1 GHz Quad Core Cortex-A9 with multiple video ports, quad USB3.0 and dual GigE Ethernet. Using

More information

Operator Touch Panel PC OTP/57V esom2586 / x86

Operator Touch Panel PC OTP/57V esom2586 / x86 Operator Touch Panel PC OTP/57V esom2586 / x86 3U Operator Touch Panel Device with 5.7 VGA LCD, Touch Screen, Embedded PC and Java 6 Product Information Description The OTP/57V is a compact PC-based open

More information

Chapter 1 Hardware and Software Introductions of pcduino

Chapter 1 Hardware and Software Introductions of pcduino Chapter 1 Hardware and Software Introductions of pcduino pcduino is a high performance, cost effective mini PC platform that runs PC like OS such as Ubuntu Linux. It outputs its screen to HDMI enabled

More information

USB 3.0 Camera User s Guide

USB 3.0 Camera User s Guide Rev 1.2 Leopard Imaging Inc. Mar, 2014 Preface Congratulations on your purchase of this product. Read this manual carefully and keep it in a safe place for any future reference. About this manual This

More information

HARDWARE MANUAL. BrightSign HD120, HD220, HD1020. BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.

HARDWARE MANUAL. BrightSign HD120, HD220, HD1020. BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign. HARDWARE MANUAL BrightSign HD120, HD220, HD1020 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS OVERVIEW... 1 Block Diagram... 2 Ports...

More information

SBC8600B Single Board Computer

SBC8600B Single Board Computer SBC8600B Single Board Computer 720MHz TI s Sitara AM3359 ARM Cortex-A8 Microprocessor Onboard 512MByte DDR3 SDRAM and 512MByte NAND Flash UARTs, 2*USB Host and 1*OTG, 2*Ethernet, CAN, RS485, LCD/TSP, Audio,

More information

AxTraxNG Access Control Management Software

AxTraxNG Access Control Management Software AxTraxNG Access Control Management Software ARCHITECTURAL AND ENGINEERING SPECIFICATIONS April 2013 Experience the Difference www.rosslaresecurity.com 5505-0228701-00 Table of Contents 1. General... 4

More information

Basler pilot AREA SCAN CAMERAS

Basler pilot AREA SCAN CAMERAS Basler pilot AREA SCAN CAMERAS VGA to 5 megapixels and up to 210 fps Selected high quality CCD sensors Powerful Gigabit Ethernet interface Superb image quality at all Resolutions and frame rates OVERVIEW

More information

A-307. Mobile Data Terminal. Android OS Platform Datasheet

A-307. Mobile Data Terminal. Android OS Platform Datasheet A-307 Mobile Data Terminal Android OS Platform Datasheet Revision 1.1 July, 2013 Introduction A-307 Platform Overview Introduction A-307 Platform Overview The A-307 provides Original Equipment Manufacturers

More information

GRAND Wi-Fi SURVEILLANCE SYSTEM

GRAND Wi-Fi SURVEILLANCE SYSTEM Version E1.1 GRAND Wi-Fi SURVEILLANCE SYSTEM (Color QUAD Processor / 802.11g Video & Audio Transmission / SATA HDD Storage) 1. INTRODUCTION GRAND is pleased to introduce the latest in Wireless DVR technology-

More information

Basler racer. Line Scan Cameras. Next generation CMOS sensors with 2k to 12k resolution and up to 80 khz line rate

Basler racer. Line Scan Cameras. Next generation CMOS sensors with 2k to 12k resolution and up to 80 khz line rate Basler racer Line Scan Cameras Next generation CMOS sensors with 2k to 12k resolution and up to 80 khz line rate Flexible and easy integration, supported by a very compact design Low power consumption

More information

KS732 Family. Rev. 1.01 KS732. 1/3 CCD Color USB Camera

KS732 Family. Rev. 1.01 KS732. 1/3 CCD Color USB Camera KS732 Family 1/3 CCD Color USB Camera The KS732 is a product line of 1/3" compact cameras which is available as an USB version. It is designed to be used in a wide variety of professional industrial, security

More information

Datasheet. Unified Video Surveillance Management. Camera Models: UVC, UVC-Dome, UVC-Pro NVR Model: UVC-NVR. Scalable Day or Night Surveillance

Datasheet. Unified Video Surveillance Management. Camera Models: UVC, UVC-Dome, UVC-Pro NVR Model: UVC-NVR. Scalable Day or Night Surveillance Unified Video Surveillance Management Camera Models: UVC, UVC-Dome, UVC-Pro NVR Model: UVC-NVR Scalable Day or Night Surveillance Advanced Hardware with Full HD Video Powerful Features and Analytic Capabilities

More information

Embedded Linux Platform Developer

Embedded Linux Platform Developer Embedded Linux Platform Developer Course description Advanced training program on Embedded Linux platform development with comprehensive coverage on target board bring up, Embedded Linux porting, Linux

More information

Product Specifications. Shuttle Barebone D10. Shuttle Mini-PC with 7" Touchscreen. Feature Highlight. www.shuttle.com

Product Specifications. Shuttle Barebone D10. Shuttle Mini-PC with 7 Touchscreen. Feature Highlight. www.shuttle.com Shuttle Mini-PC with 7" The embedded touchscreen display delivers the simplest operation by giving you the multiple functions beyond your image. In addition, you can spread your work or entertainment over

More information

9.7" Microscope Tablet Camera (REALPAD 5.5) Introduction. Feature

9.7 Microscope Tablet Camera (REALPAD 5.5) Introduction. Feature 9.7" Microscope Tablet Camera (REALPAD 5.5) Introduction Brand new high performance and highly cost-effective, super reliable 9.7inches smart digital microscope tablet camera! Equipped with 5MP color COMS

More information

Connect up to a total of 8 cameras from GV IP cameras (excluding GV Fisheye cameras) and third party IP cameras (of 640x 480

Connect up to a total of 8 cameras from GV IP cameras (excluding GV Fisheye cameras) and third party IP cameras (of 640x 480 - 1 - Introduction Support up to 8 units of megapixel GV IP cameras Support third party IP cameras The GV NVR System Lite is a light weight and an ultraslim GV NVR System, with which you can record video

More information

USB 3.0 to HDMI External Multi Monitor Graphics Adapter with 3-Port USB Hub HDMI and USB 3.0 Mini Dock 1920x1200 / 1080p

USB 3.0 to HDMI External Multi Monitor Graphics Adapter with 3-Port USB Hub HDMI and USB 3.0 Mini Dock 1920x1200 / 1080p USB 3.0 to HDMI External Multi Monitor Graphics Adapter with 3-Port USB Hub HDMI and USB 3.0 Mini Dock 1920x1200 / 1080p StarTech ID: USB32HDEH3 The USB32HDEH3 USB 3.0 to HDMI Adapter turns a USB 3.0 port

More information

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

4/2/2014 Linux Dev-Boards. Linux Dev Boards. Tagung Forth Gesellschaft e.v. Maerz 2014. file:///home/cas/talk/linux-boards/html/linux-boards.

4/2/2014 Linux Dev-Boards. Linux Dev Boards. Tagung Forth Gesellschaft e.v. Maerz 2014. file:///home/cas/talk/linux-boards/html/linux-boards. Linux Dev Boards Tagung Forth Gesellschaft e.v. Maerz 2014 file:///home/cas/talk/linux-boards/html/linux-boards.html 1/26 Linux Boards "embedded" Boards mit Linux Forth ideal fuer die Boards mit wenig

More information

CAM-HFR-A HIGH FRAME RATE CAMERA

CAM-HFR-A HIGH FRAME RATE CAMERA CAM-HFR-A HIGH FRAME RATE CAMERA Tightly synchronize high frame rate video up to 100 FPS with physiological data recorded with a BIOPAC MP150 Research System. Included Components High Frame Rate Camera

More information

How To Use A Gigabit Network Camera With A Microsoft Memory Card With A Memory Card For A Microtune On A Microsatellite (Solar Microtron) With A Power Card On A Mini-Turbine (A

How To Use A Gigabit Network Camera With A Microsoft Memory Card With A Memory Card For A Microtune On A Microsatellite (Solar Microtron) With A Power Card On A Mini-Turbine (A Gigabit Ethernet cameras Basler scout and Basler pioneer Henning Tiarks Product Manager VC Stuttgart, November 2006 Basler s new product platform Basler scout series 36 new models Sony CCD sensors from

More information

Qt on Raspberry Pi. Jeff Tranter Integrated Computer Solutions (ICS) Qt Developer Days 2012. www.ics.com

Qt on Raspberry Pi. Jeff Tranter Integrated Computer Solutions (ICS) Qt Developer Days 2012. www.ics.com Qt on Raspberry Pi Jeff Tranter Integrated Computer Solutions (ICS) Qt Developer Days 2012 Agenda What is the Raspberry Pi? Raspberry Pi Foundation Hardware Software QtonPi Distribution QtonPi Device Program

More information

Industrial vision cameras CAMERA LINK DVI-D FULL HD CAMERA LINE

Industrial vision cameras CAMERA LINK DVI-D FULL HD CAMERA LINE Industrial vision cameras CAMERA LINK DVI-D FULL HD CAMERA LINE CAMERA LINK DVI-D FULL HD CAMERA LINE 12.000.000 PIXEL WITH 25 FRAMES PER SECOND Since 1996 NET distributes teli cameras. High-speed output

More information

Megapixel IP66. IP66 Waterproof Housing, Cable through bracket and Anti-Fog Front Cover

Megapixel IP66. IP66 Waterproof Housing, Cable through bracket and Anti-Fog Front Cover BU-3026 3-Megapixel 25 meter Wide Angle IR Bullet Type IPCAM IP66 Housing with Cable through Bracket 3-Megapixel 1/2.5" CMOS Sensor Support 25FPS at 2048x1536 or 30FPS at 1080P 802.3af PoE Port 2.6mm CS

More information

STLinux Software development environment

STLinux Software development environment STLinux Software development environment Development environment The STLinux Development Environment is a comprehensive set of tools and packages for developing Linux-based applications on ST s consumer

More information

Chapter 5 Cubix XP4 Blade Server

Chapter 5 Cubix XP4 Blade Server Chapter 5 Cubix XP4 Blade Server Introduction Cubix designed the XP4 Blade Server to fit inside a BladeStation enclosure. The Blade Server features one or two Intel Pentium 4 Xeon processors, the Intel

More information

The following is a summary of the key features of the ARM Injector:

The following is a summary of the key features of the ARM Injector: Intended Use The ARM Injector is an indispensable tool for engineers who work with JTAG enabled target systems based on an ARM processor core with Debug and EmbeddedICE capability. The ARM Injector provides

More information

Von der Hardware zur Software in FPGAs mit Embedded Prozessoren. Alexander Hahn Senior Field Application Engineer Lattice Semiconductor

Von der Hardware zur Software in FPGAs mit Embedded Prozessoren. Alexander Hahn Senior Field Application Engineer Lattice Semiconductor Von der Hardware zur Software in FPGAs mit Embedded Prozessoren Alexander Hahn Senior Field Application Engineer Lattice Semiconductor AGENDA Overview Mico32 Embedded Processor Development Tool Chain HW/SW

More information

Understanding Network Video Security Systems

Understanding Network Video Security Systems Understanding Network Video Security Systems Chris Adesanya Panasonic System Solutions Company adesanyac@us.panasonic.com Introduction and Overview This session will provide vendor neutral introduction

More information

Operating Guide EPIA EX-Series Mini-ITX Mainboard

Operating Guide EPIA EX-Series Mini-ITX Mainboard Operating Guide EPIA EX-Series Mini-ITX Mainboard January 16, 2007 Version 1.01 Table of Contents Table of Contents... i VIA EPIA EX-Series Overview... 1 VIA EPIA EX-Series Layout... 2 VIA EPIA EX-Series

More information

IP Box Camera ACM-5711. Ver. 081016. Hardware User s Manual

IP Box Camera ACM-5711. Ver. 081016. Hardware User s Manual IP Box Camera ACM-5711 Ver. 081016 Hardware User s Manual 0 0 PRECAUTIONS 1. Read these instructions All the safety and operating instructions should be read before the product is operated. 2. Heed all

More information

AXIS 262+ Network Video Recorder

AXIS 262+ Network Video Recorder 31433/EN/R4/0803 Complete Network Video Recording Solution Complete Network Video Recording Solution Picture this: A simple and reliable, plug-and-play video surveillance system for hotels, shops, banks,

More information

APPLICATION NOTE. Basler racer Migration Guide. Mechanics. www.baslerweb.com. Flexible Mount Concept. Housing

APPLICATION NOTE. Basler racer Migration Guide. Mechanics. www.baslerweb.com. Flexible Mount Concept. Housing 62 62 APPLICATION NOTE www.baslerweb.com Basler racer Migration Guide This paper describes what to consider when replacing the Basler L100 Camera Link or the Basler runner Gigabit Ethernet (GigE) line

More information

Java Embedded Applications

Java Embedded Applications TM a One-Stop Shop for Java Embedded Applications GeeseWare offer brings Java in your constrained embedded systems. You develop and simulate your Java application on PC, and enjoy a seamless hardware validation.

More information

The Elements of GigE Vision

The Elements of GigE Vision What Is? The standard was defined by a committee of the Automated Imaging Association (AIA). The committee included Basler AG and companies from all major product segments in the vision industry. The goal

More information

ATM Video Surveillance

ATM Video Surveillance ATM Video Surveillance with centralized video management Secure your ATMs with robust and reliable video surveillance solution Record record H.264 compressed video using less hard disk space Search search

More information

Sistemi ad agenti Principi di programmazione di sistema

Sistemi ad agenti Principi di programmazione di sistema Sistemi ad agenti Principi di programmazione di sistema Modulo 6 Why would anyone want to hack or write opensource project for embedded system, when you already have a very powerful and relatively cheap

More information

Digitale Signalverarbeitung mit FPGA (DSF) Soft Core Prozessor NIOS II Stand Mai 2007. Jens Onno Krah

Digitale Signalverarbeitung mit FPGA (DSF) Soft Core Prozessor NIOS II Stand Mai 2007. Jens Onno Krah (DSF) Soft Core Prozessor NIOS II Stand Mai 2007 Jens Onno Krah Cologne University of Applied Sciences www.fh-koeln.de jens_onno.krah@fh-koeln.de NIOS II 1 1 What is Nios II? Altera s Second Generation

More information

Friendly ARM MINI2440 & Dalvik Virtual Machine with Android

Friendly ARM MINI2440 & Dalvik Virtual Machine with Android e t International Journal on Emerging Technologies (Special Issue on NCRIET-2015) 6(2): 197-202(2015) ISSN No. (Print) : 0975-8364 ISSN No. (Online) : 2249-3255 Friendly ARM MINI2440 & Dalvik Virtual Machine

More information

Datasheet. Unified Video Surveillance Management. Camera Models: UVC, UVC-Dome, UVC-Micro, UVC-Pro NVR Model: UVC-NVR

Datasheet. Unified Video Surveillance Management. Camera Models: UVC, UVC-Dome, UVC-Micro, UVC-Pro NVR Model: UVC-NVR Unified Video Surveillance Management Camera Models: UVC, UVC-Dome, UVC-Micro, UVC-Pro NVR Model: UVC-NVR Scalable Day or Night Surveillance Advanced Hardware with Full HD Video Powerful Features and Analytic

More information

IOVU-571N ARM-based Panel PC

IOVU-571N ARM-based Panel PC IOVU-571N ARM-based Panel PC Features RISC-based Panel PC IOVU-57N Application Dimensions Ordering Information Specifications ARM-based Panel PC IOVU-571N Serial IOVU software support Packing List Options

More information

www.dm-networkvideo.com

www.dm-networkvideo.com Introducing the NVR Media Server A dedicated network appliance offering cost effective High Definition network IP video. HD With its ground breaking embedded network CCTV switch, the NVR Media Server provides

More information

securityserver Unparalleled management and detection of security, environmental, and disaster control resources.

securityserver Unparalleled management and detection of security, environmental, and disaster control resources. securityserver Unparalleled management and detection of security, environmental, and disaster control resources. Map cameras & sensors in server rooms or buildings in cities AKCP securityserver puts you

More information

Data Sheet ESPRIMO P1500. The wide-ranging home office and multimedia PC ESPRIMO P1500

Data Sheet ESPRIMO P1500. The wide-ranging home office and multimedia PC ESPRIMO P1500 Pages: Data Sheet The wide-ranging home office and multimedia PC Issue: November 2009 The wide-ranging is the ideal home office and multimedia PC for families. Equipped with powerful Intel processor and

More information

Embedded Linux development training 4 days session

Embedded Linux development training 4 days session Embedded Linux development training 4 days session Title Overview Duration Trainer Language Audience Prerequisites Embedded Linux development training Understanding the Linux kernel Building the Linux

More information

Multi-Profile CMOS Infrared Network Camera

Multi-Profile CMOS Infrared Network Camera Multi-Profile CMOS Infrared Network Camera Quick Start Guide About multi-profile Multi-profile stands for simultaneously video stream. The Network Camera and Video Server can generate MPEG4 and MJPEG streaming

More information

The Bus (PCI and PCI-Express)

The Bus (PCI and PCI-Express) 4 Jan, 2008 The Bus (PCI and PCI-Express) The CPU, memory, disks, and all the other devices in a computer have to be able to communicate and exchange data. The technology that connects them is called the

More information

IPC series IP camera user manual

IPC series IP camera user manual IPC series IP camera user manual 1. Product introduction IPC series IP camera applied embedded RTOS system design, Dual-core T architecture 32-bit TI Da Vinci chip (DSP), Super storage capability, which

More information

ALL-AIO-2321P ZERO CLIENT

ALL-AIO-2321P ZERO CLIENT ALL-AIO-2321P ZERO CLIENT PCoIP AIO Zero Client The PCoIPTM technology is designed to deliver a user s desktop from a centralized host PC or server with an immaculate, uncompromised end user experience

More information

Yun Shield User Manual VERSION: 1.0. Yun Shield User Manual 1 / 22. www.dragino.com

Yun Shield User Manual VERSION: 1.0. Yun Shield User Manual 1 / 22. www.dragino.com Yun Shield User Manual VERSION: 1.0 Version Description Date 0.1 Initiate 2014-Jun-21 1.0 Release 2014-Jul-08 Yun Shield User Manual 1 / 22 Index: 1 Introduction... 3 1.1 What is Yun Shield... 3 1.2 Specifications...

More information

xiq USB3 Vision Cameras easy on you easy on your application easy on your customer easy on your budget

xiq USB3 Vision Cameras easy on you easy on your application easy on your customer easy on your budget xiq USB3 Vision Cameras easy on you easy on your application easy on your customer easy on your budget xiq USB3 Vision cameras Highlights Size: Power: Speed: Sensors: Cable length: Others: Compatibility

More information

Datasheet. The cost-optimized all-rounder

Datasheet. The cost-optimized all-rounder Datasheet Fujitsu Thin Client The cost-optimized all-rounder The compact and cost-efficient is your perfect entry thin client for Server-Based Computing and Virtual Workplace solutions. High energy-efficiency

More information

Locus digital DVB-T STB

Locus digital DVB-T STB Customer The company Locus is a leader in the antenna and terrestrial TV equipment market. Objective To develop a digital set-top box for the receipt and decoding of terrestrial digital broadcasting signals

More information

Camera Sensor Driver Development And Integration

Camera Sensor Driver Development And Integration Camera Sensor Driver Development And Integration Introduction Camera enables multimedia on phones. It is going to be an important human machine interface, adding to augmented reality possibilities on embedded

More information

AKCess Pro Server Management Software

AKCess Pro Server Management Software Management Software v.100.00x takes the best from IP Video Monitoring Software and is the first to combine it with Environmental / Security Sensor and Access Control equipment in one centralized management

More information

Matrox 4Sight GP. Industrial imaging computer with desktop-level performance and expansion. The right fit for machine vision or medical imaging

Matrox 4Sight GP. Industrial imaging computer with desktop-level performance and expansion. The right fit for machine vision or medical imaging Matrox 4Sight GP Industrial imaging computer with desktop-level performance and expansion Benefits Tackle demanding imaging workloads with confidence using a 3rd generation Intel Core processor Encode

More information

Network connectivity controllers

Network connectivity controllers Network connectivity controllers High performance connectivity solutions Factory Automation The hostile environment of many factories can have a significant impact on the life expectancy of PCs, and industrially

More information

Basler Cameras. Product line overview

Basler Cameras. Product line overview Basler Cameras Product line overview Software Get your free version: www.baslerweb.com/pylon Basler pylon Camera Software Suite The pylon Camera Software Suite operates with all Basler line scan and area

More information

Networking Remote-Controlled Moving Image Monitoring System

Networking Remote-Controlled Moving Image Monitoring System Networking Remote-Controlled Moving Image Monitoring System First Prize Networking Remote-Controlled Moving Image Monitoring System Institution: Participants: Instructor: National Chung Hsing University

More information

Lesson 10:DESIGN PROCESS EXAMPLES Automatic Chocolate vending machine, smart card and digital camera

Lesson 10:DESIGN PROCESS EXAMPLES Automatic Chocolate vending machine, smart card and digital camera Lesson 10:DESIGN PROCESS EXAMPLES Automatic Chocolate vending machine, smart card and digital camera 1 Automatic Chocolate Vending Machine (ACVM) 2 Diagrammatic representation of ACVM Keypad for user Interface

More information

Table of Contents. Chapter1. Introduction...1. 1.1 Before Installation... 1 1.2 System Requirements... 1

Table of Contents. Chapter1. Introduction...1. 1.1 Before Installation... 1 1.2 System Requirements... 1 Table of Contents Chapter1. Introduction...1 1.1 Before Installation... 1 1.2 System Requirements... 1 Chapter2. IVS-110 1-Channel Internet Video Server...2 2.1 Package Content... 2 2.2 Physical Installation...

More information

Designing Feature-Rich User Interfaces for Home and Industrial Controllers

Designing Feature-Rich User Interfaces for Home and Industrial Controllers Designing Feature-Rich User Interfaces for Home and Industrial Controllers Author: Frédéric Gaillard, Product Marketing Manager, Atmel We have all become familiar with intuitive user interfaces on our

More information

FB-500A User s Manual

FB-500A User s Manual Megapixel Day & Night Fixed Box Network Camera FB-500A User s Manual Quality Service Group Product name: Network Camera (FB-500A Series) Release Date: 2011/7 Manual Revision: V1.0 Web site: Email: www.brickcom.com

More information

Baumer Industrial Cameras Innovative Vision Components for Automated Image Processing

Baumer Industrial Cameras Innovative Vision Components for Automated Image Processing Baumer Industrial Cameras Innovative Vision Components for Automated Image Processing Content Product Portfolio Industrial cameras 3 GigE Vision Standard Intelligent solutions for GigE Vision 4 GigE Vision

More information

The Dusk of FireWire - The Dawn of USB 3.0

The Dusk of FireWire - The Dawn of USB 3.0 WWW.LUMENERA.COM The Dusk of FireWire - The Dawn of USB 3.0 Advancements and Critical Aspects of Camera Interfaces for Next Generation Vision Systems WHAT S INSIDE Executive Summary Criteria for Selecting

More information

ARM Processors for Computer-On-Modules. Christian Eder Marketing Manager congatec AG

ARM Processors for Computer-On-Modules. Christian Eder Marketing Manager congatec AG ARM Processors for Computer-On-Modules Christian Eder Marketing Manager congatec AG COM Positioning Proprietary Modules Qseven COM Express Proprietary Modules Small Module Powerful Module No standard feature

More information

Computer Performance. Topic 3. Contents. Prerequisite knowledge Before studying this topic you should be able to:

Computer Performance. Topic 3. Contents. Prerequisite knowledge Before studying this topic you should be able to: 55 Topic 3 Computer Performance Contents 3.1 Introduction...................................... 56 3.2 Measuring performance............................... 56 3.2.1 Clock Speed.................................

More information

Mobile Operating Systems Lesson 05 Windows CE Part 1

Mobile Operating Systems Lesson 05 Windows CE Part 1 Mobile Operating Systems Lesson 05 Windows CE Part 1 Oxford University Press 2007. All rights reserved. 1 Windows CE A 32 bit OS from Microsoft Customized for each specific hardware and processor in order

More information

Embedded Systems on ARM Cortex-M3 (4weeks/45hrs)

Embedded Systems on ARM Cortex-M3 (4weeks/45hrs) Embedded Systems on ARM Cortex-M3 (4weeks/45hrs) Course & Kit Contents LEARN HOW TO: Use of Keil Real View for ARM Use ARM Cortex-M3 MCU for professional embedded application development Understanding

More information

HP4000EX Hardware Manual

HP4000EX Hardware Manual INFORMATION TO USER CAUTION RISK OF ELECTRIC SHOCK, DO NOT OPEN! CAUTION: TO REDUCE THE RISK OF ELECTRIC SHOCK, DO NOT REMOVE COVER (OR BACK). NO USER SERVICEABLE PARTS INSIDE. REFER SERVICING TO QUALIFIED

More information

Embedded Linux development with Buildroot training 3-day session

Embedded Linux development with Buildroot training 3-day session Embedded Linux development with training 3-day session Title Overview Duration Trainer Language Audience Embedded Linux development with training Introduction to Managing and building the configuration

More information

IP 67. IR-Cut. Day/Night. Filter

IP 67. IR-Cut. Day/Night. Filter FE-501OD 5MP Fisheye Outdoor IP67 PoE Camera Maximum 15fps@1920x1920 H.264 MPEG4 and MJPEG Encoder Hardware Dewarp via Fisheye Processor Minimum 0.1 Lux for Night Vision ROI (Region of Interest) with e-ptz

More information

Notes and terms of conditions. Vendor shall note the following terms and conditions/ information before they submit their quote.

Notes and terms of conditions. Vendor shall note the following terms and conditions/ information before they submit their quote. Specifications for ARINC 653 compliant RTOS & Development Environment Notes and terms of conditions Vendor shall note the following terms and conditions/ information before they submit their quote. 1.

More information

FLYPORT Wi-Fi 802.11G

FLYPORT Wi-Fi 802.11G FLYPORT Wi-Fi 802.11G System on module 802.11g WIFI - Infrastructure mode - softap mode - Ad hoc mode Microchip PIC 24F 16 bit processor Microchip MRF24WG0MA/MB - Native WiFi 802.11g transceiver - PCB

More information

MOVEIRO BT-200 Technical Information for Application Developer

MOVEIRO BT-200 Technical Information for Application Developer MOVEIRO BT-200 Technical Information for Application Developer SEIKO EPSON CORPORATION 2014. All rights reserved. Rev.C Table of Content 1. Scope... 1 1.1 Purpose... 1 1.2 Major System Specification...

More information

Data Transfer between Two USB Flash SCSI Disks using a Touch Screen

Data Transfer between Two USB Flash SCSI Disks using a Touch Screen Data Transfer between Two USB Flash SCSI Disks using a Touch Screen Anurag A. Chakravorty #1, Raghwendra J. Suryawanshi *2, # Bachelor of Engineering, Department of Information Technology, Matsyodari Shikshan

More information

Study and installation of a VOIP service on ipaq in Linux environment

Study and installation of a VOIP service on ipaq in Linux environment Study and installation of a VOIP service on ipaq in Linux environment Volkan Altuntas Chaba Ballo Olivier Dole Jean-Romain Gotteland ENSEIRB 2002 Summary 1. Introduction 2. Presentation a. ipaq s characteristics

More information

Higth definition from A to Z. www.azbox-hd.com

Higth definition from A to Z. www.azbox-hd.com Higth definition from A to Z www.azbox-hd.com Do you Feel the full HD multimedia? Wifi Web Browser Yes, you read this correctly. O2media present a new line of AzBox HD receivers, with the AzBox HD Elite

More information

A Design of Video Acquisition and Transmission Based on ARM. Ziqiang Hao a, Hongzuo Li b

A Design of Video Acquisition and Transmission Based on ARM. Ziqiang Hao a, Hongzuo Li b A Design of Video Acquisition and Transmission Based on ARM Ziqiang Hao a, Hongzuo Li b Changchun University of Science & Technology, Changchun, Jilin, China a shuil47@163.com, b lihongzuo@sohu.com Keywords:video

More information

HDMI / Video Wall over IP Transmitter with PoE

HDMI / Video Wall over IP Transmitter with PoE / Wall over IP Transmitter with Key Features Network 1080P ultra high quality video transmitter Assigns video sources to any monitor of the video wall Up to 8 x 8 Screen Array supported Extends high definition

More information

7a. System-on-chip design and prototyping platforms

7a. System-on-chip design and prototyping platforms 7a. System-on-chip design and prototyping platforms Labros Bisdounis, Ph.D. Department of Computer and Communication Engineering 1 What is System-on-Chip (SoC)? System-on-chip is an integrated circuit

More information

PC Desktop Specifications:

PC Desktop Specifications: PC Desktop Specifications: Processor: Intel Core i7-2600 Processor, 3.4GHz, 8M Cache Operating system: Windows 7 Professional 64 - English, with latest service pack System Recovery DVD: Genuine Windows

More information

Banana Pi Open-Source Router Board

Banana Pi Open-Source Router Board Banana Pi Open-Source Router Board The Banana Pi Router Board is a 300Mbps Wireless N Router with both wired and wireless network connections designed specifically for smart home networking use. With 2T2R

More information

USB 3.0 to VGA External Multi Monitor Graphics Adapter with 3-Port USB Hub VGA and USB 3.0 Mini Dock 1920x1200 / 1080p

USB 3.0 to VGA External Multi Monitor Graphics Adapter with 3-Port USB Hub VGA and USB 3.0 Mini Dock 1920x1200 / 1080p USB 3.0 to VGA External Multi Monitor Graphics Adapter with 3-Port USB Hub VGA and USB 3.0 Mini Dock 1920x1200 / 1080p StarTech ID: USB32VGAEH3 The USB32VGAEH3 USB 3.0 to VGA Adapter turns a USB 3.0 port

More information