GithubHelp home page GithubHelp logo

rksamplecommon's Introduction

RKSampleCommon

Rockchip media sampling library.

Build

isp3.x is build with Rockchip SDK V1.4.0 (sololinker). Cmake configuration:

toolchain=/SDK/tools/linux/toolchain/arm-rockchip830-linux-uclibcgnueabihf
sysroot=${toolchain}/arm-rockchip830-linux-uclibcgnueabihf/sysroot
cxx_compiler=${toolchain}/bin/arm-rockchip830-linux-uclibcgnueabihf-g++
c_compiler=${toolchain}/bin/arm-rockchip830-linux-uclibcgnueabihf-gcc
rk_media_include_dir=/SDK/media/out/include/

# cmake -DCMAKE_SYSROOT=${sysroot}\
cmake -DRKMEDIA_INCLUDE_DIR=${rk_media_include_dir} \
    -DCMAKE_CXX_COMPILER=${cxx_compiler} \
    -DCMAKE_C_COMPILER=${c_compiler} \
    -DCMAKE_BUILD_TYPE=Release \
    -DBUILD_ISP_3=ON \
    -S . -B build

isp2.x is built with official Rockchip SDK V1.1.0. Cmake configuration:

toolchain=/SDK/buildroot/output/rockchip_rv1126_owl_50emmc_ipc/host
sysroot=${toolchain}/arm-buildroot-linux-gnueabihf/sysroot
cxx_compiler=${toolchain}/usr/bin/arm-linux-gnueabihf-g++
c_compiler=${toolchain}/usr/bin/arm-linux-gnueabihf-gcc
rk_media_include_dir=/SDK/buildroot/output/rockchip_rv1126_owl_50emmc_ipc/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include

# cmake -DCMAKE_SYSROOT=${sysroot}\
cmake -DRKMEDIA_INCLUDE_DIR=${rk_media_include_dir} \
    -DCMAKE_CXX_COMPILER=${cxx_compiler} \
    -DCMAKE_C_COMPILER=${c_compiler} \
    -DCMAKE_BUILD_TYPE=Release \
    -DBUILD_ISP_2=ON \
    -S . -B build

Build targets:

cd build && make -j24 install

rksamplecommon's People

Contributors

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