Git Product home page Git Product logo

trik-media-sensors-arm's Introduction

Preparations

This projects depends on trik-libcodecengine-client that is already installed into the TRIK SDK. Unfortunately, the corresponding pkgconfig file is broken.

For your convenience there is an 'almost' fixed libcodecengine-client.pc file located in the very same directory as this README. The only thing left for you to do is to replace "<YOUR TI DEPOT LOCATION>" with the correct location of your TI tools.

N.B.: the series of /../../.. in the beginning of variable tidepot must be left as is! For example, if you put the TI bundle into the home/user/work/trik/from_jake/ti_tools_repo.git-bundle folder, the variable should look like: tidepot=/../../../../../../../../home/lich/work/trik/from_jake/ti_tools_repo.git-bundle

The exact amount of '..' is not important, it should be at least 5.

Copy your libcodecengine-client.pc file into SDK: cp libcodecengine-client.pc /opt/trik-sdk/sysroots/arm926ejse-oe-linux-gnueabi/usr/lib/pkgconfig/libcodecengine-client.pc

Build

The project is split into two parts: ov7670 and webcam.

To build the project just issue a standard sequence of commands in both ov7670 and webcam folders:

mkdir build
cd build
../configure --host=arm-oe-linux-gnueabi
make -j4
make install DESTDIR=`pwd`/target

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.