Spritea / CeleX5-MIPI

SDK for CeleX5 sensor on CX3 platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CeleX5-MIPI

SDK for CeleX5 sensor on CX3 platform.

Structure

  • CeleXTM is a family of smart image sensor, specially designed for machine vision. Each pixel in CeleXTM sensor can individually monitor the relative change in light intensity and report an event if a threshold is reached.

  • The output of the sensor is not a frame, but a stream of asynchronous digital events. The speed of the sensor is not limited by any traditional concept such as exposure time and frame rate. It can detect fast motion which is traditionally captured by expensive, high speed cameras running at thousands of frames per second, but with drastically reduced amount of data.

  • Our technology allows post-capture change of frame-rate for video playback. One can view the video at 10,000 frames per second to see high speed events or at normal rate of 25 frames per second.

  • This SDK provides an easy-to-use software interface to get data from the sensor and communicate with the sensor, and it is consistent across the Windows (32-/64-bit) and Linux (32-/64-bit) development environments. In addition, it provides both pure C++ interfaces without any third libraries and OpenCV-based interfaces to obtain data from the sensor.

  • CeleX5 is a multifunctional smart image sensor with 1Mega-pixels.

  • This SDK provides three working modes of CeleX5 Sensor: Full-frame Picture data, Event data, and Full-frame Optical-Flow data. CeleX5 also provides Loop Mode data which alternately renders Full-frame Picture data, Event data, and Full-frame Optical-Flow data.

The CeleX5-MIPI is structured as follows:

  • DemoGUI: CeleX5 Demo GUI execution (Windows and Linux).
  • Documentation:
    • CeleX5_SDK_Reference: The introduction of CeleX5 sensor and the references of all the classes and functions in the SDK.
    • CeleX5_SDK_Getting_Started_Guide: The instructions to use the CeleX5 sensor demo kit, install CX3 USB3.0 driver, run the CeleXDemo GUI and compile the source code.
  • Drivers: CX3 USB3.0 driver (Windows / Linux).
  • Sources:
    • CeleX: Source code of CeleX5 library.
    • CeleXDemo: Source code (developed by Qt) of CeleX5 demo.
  • Sample-ROS: : Sample code for ROS Kinetic environment under Ubuntu 16.04.
  • Samples: Several examples developed based on SDK and a sample user manual file.
  • ReleaseNotes.txt: New features, fixed bugs and SDK development environment.

About

SDK for CeleX5 sensor on CX3 platform.

License:Apache License 2.0


Languages

Language:C++ 64.8%Language:C 34.3%Language:CMake 0.4%Language:Makefile 0.2%Language:QMake 0.1%Language:Objective-C 0.1%Language:Shell 0.0%