Giter VIP home page Giter VIP logo

dvp's Introduction

Distributred Vision Processing (DVP) for OMAP Devices
==============================================

This repository is composed of
1.) DVP Kernel Graph API is composed of
    a.) DVP Kernel Graph Boss - which divies up work to the
        1.) DVP Kernel Graph Managers (A9/DSP/M3) - which call the algorithms of
            a.) VLIB, RVM, YUV, etc...
2.) SOSAL - Simple Operating System Abstraction - simple wrapper for Win32/POSIX APIs (just what is needed)

Build Instructions (under Linux/Cygwin but not for Android) for PC:
===============================================================================
$ export TARGET_PLATFORM=PC
# To enable debugging statements
$ export DVP_DEBUG=1
$ export SOSAL_DEBUG=1
# To enable certain zones, set the hexidecimal number for each zone (bit) 0xFFFF is all zones
$ export DVP_ZONE_MASK=0xFFFFFFFF
$ export SOSAL_ZONE_MASK=0xFFFFFFFF
or you can run the
$ ./env.sh

then

$ make clean
$ make
$ make test

If you are building in Windows in a DOS prompt, use the MinGW's make.exe with the
same targets as above. (replace export with SET or run the env.bat)

Build Instructions (under Android):
===============================================================================
$ cd $(MYDROID)
$ hardware/ti/dvp/scripts/dvp.sh clean mm

Build Instructions (for QNX):
===============================================================================
Install the QNX Build System and Configure your environment, then:
$ export IPC_ROOT=<path to syslink>
$ export TILER_ROOT=<path to tiler>
$ export DVP_ROOT=<path to this folder>
$ export SOSAL_ROOT=$DVP_ROOT
$ export TARGET_PLATFORM=PLAYBOOK
$ make clean
$ make

DESCRIPTION:
===============================================================================
dvp.sh - build script for android
dvp.bat - Install script for Android phones which can only connect on Windows.
env.sh   - Bash script for development build environment
env.bat  - Batch script for development build environment
Android.mk - Android Top Level Build Makefile
Makefile - makefiles for non-Android builds


dvp's People

Contributors

albaguirre avatar emrainey avatar jessegv 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.