Skip to content

CelePixel/CeleX4-OpalKelly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CeleX4

SDK for CeleX4 sensor.

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.

  • This SDK provides three working modes of CeleX4 Sensor: Full-Picture data, Event data, and Optical-Flow data. Full-Picture and Event data output alternately to create FullPic-Event data.

The CeleX4 is structured as follows:

  • DemoGUI: CeleX4 Demo GUI execution (Windows and Linux).
  • Documentation:
    • CeleX_SDK_Reference: The introduction of CeleX4 sensor and the references of all the classes and functions in the SDK.
    • CeleX_SDK_Getting_Started_Guide: The instructions to use the CeleX4 sensor demo kit, install OpalKelly driver, run the CeleXDemo GUI and compile the source code.
  • Drivers: OpalKelly FPGA Board driver (Windows / Linux / ARM).
  • Sources:
    • SDK: Source code of CeleX4 library.
    • CeleXDemo: Source code (developed by Qt) of CeleX4 demo.
    • FPGA: SE Project files, top level source code, Lower Layer FPGA module Declaration and Netlist file (ngc file).
  • Samples: Several examples developed based on SDK and a sample user manual file.
  • ReleaseNotes.txt: New features, fixed bugs and SDK development environment.