Giter Club home page Giter Club logo

celex-sdk's Introduction

CeleX-SDK

SDK for CeleX sensor.

Structure

  • CeleX is a family of smart image sensor, specially designed for machine vision. Each pixel in CeleX 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 CeleX Sensors: Full-Picture data, Event data, and Optical-Flow data. Full-Picture and Event data output alternately to create FullPic-Event data.

The CeleX-SDK is structured as follows:

  • DemoGUI: CeleX Demo GUI execution (Windows and Linux).
  • Documentation:
    • CeleX_SDK_Reference: The introduction of CeleX sensor and the references of all the classes and functions in the SDK.
    • CeleX_SDK_Getting_Started_Guide: The instructions to use the CeleX 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 CeleX library.
    • CeleXDemo: Source code (developed by Qt) of CeleX 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.

celex-sdk's People

Contributors

celepixel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.