Giter VIP home page Giter VIP logo

arducam_evk_demo's Introduction

Introduction

This is the new SDK for Arducam EVK, currently in release version v1.0.0.

If you want a beta version, please switch to the beta branch. You can also find an archive of beta versions on the release page, including a pdf version of the API documentation.

There are some differences between the release version and the beta version. If you want to migrate from the beta version to the release version, please refer to: MigrationGuide

If you want to switch to the release version, please make sure that the C/C++ beta version deb has been uninstalled: sudo apt purge arducam-evk-sdk-beta-dev

API documentation

For detailed API reference and usage instructions, please refer to the Arducam online documentation.

Installation dependence

Linux

please refer to the Linux installation

Windows

please refer to the Windows installation

What's next

The project contains multiple demos, please try them according to the corresponding descriptions.

    .
    ├── c                           # C Demo
    │   ├── COption.cmake           # C Demo CMake compilation parameter settings and import
    │   ├── functions               # C Demo source code (independent use cases for each function)
    │   └── projects                # C Demo project (integration use cases of common functions)
    │       ├── FindOpenCV.cmake    # CMake looking for OpenCV library
    │       ├── simple              # Simple synchronous capture demo
    │       ├── simple-async        # Simple asynchronous capture demo
    │       ├── sync                # Synchronous capture demo
    │       └── async               # Asynchronous capture demo
    ├── c++                         # C++ Demo
    │   ├── CppOption.cmake         # C++ Demo CMake compile parameter settings and import arducam_evk_cpp_sdk
    │   ├── functions               # C++ Demo source code (independent use cases for each function)
    │   └── projects                # C++ Demo project (integration use cases of common functions)
    │       ├── FindOpenCV.cmake    # CMake looking for OpenCV library
    │       ├── sync                # Synchronous capture demo
    │       └── async               # Asynchronous capture demo
    ├── python                      # Python Demo
    │   ├── requirements.txt        # python demo dependent libraries
    │   ├── README.md               # python demo introduction and usage
    │   ├── function                # python demo source code (independent use cases for each function)
    │   └── project                 # python demo project (integrated use cases for common functions)
    │       ├── utils.py            # Project tool function
    │       ├── sync.py             # Synchronous capture demo
    │       └── async.py            # Asynchronous capture demo
    └── README.md                   

arducam_evk_demo's People

Contributors

antonio-ard avatar edward-ardu avatar john-ardu avatar medalkiller avatar tom-ard avatar yc7521 avatar

Stargazers

 avatar

Watchers

 avatar  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.