Git Product home page Git Product logo

rpi-bullseye-librealsense-template's Introduction

rpi-bullseye-librealsense-Template

[WIP] Raspbian-bullseye (64bit) built package installation and examples


Install built package

  • libfw
  • zip
# apt
sudo apt-get install git libssl-dev libusb-1.0-0-dev pkg-config libgtk-3-dev libglfw3-dev libgl1-mesa-dev libglu1-mesa-dev -y
LIBREALSENSE_ZIP="librealsense2-aarch64.zip"

curl -O https://github.com/Ar-Ray-code/rpi-bullseye-librealsense-Template/releases/download/0.1.0/librealsense2-aarch64.zip -O ${LIBREALSENSE_ZIP}
unzip ./${LIBREALSENSE_ZIP}
sudo cp -ur ./librealsense2/* /usr/local/
rm -rf ./librealsense2-aarch64.zip ./librealsense2/

Build and install librealsense

8GB RAM Raspberry Pi4 is required

cd ~/
git clone https://github.com/IntelRealSense/librealsense.git -b v2.50.0
cd ~/librealsense
mkdir  build  && cd build
cmake .. -DBUILD_EXAMPLES=true -DCMAKE_BUILD_TYPE=Release -DFORCE_LIBUVC=true
make -j4
sudo make install
rm -rf ~/librealsense/
sudo wget https://raw.githubusercontent.com/IntelRealSense/librealsense/master/config/99-realsense-libusb.rules -O /etc/udev/rules.d/99-realsense-libusb.rules

rpi-bullseye-librealsense-template's People

Contributors

ar-ray-code avatar

Watchers

 avatar

rpi-bullseye-librealsense-template's Issues

build command

Installation.md

# install librealsense-dependencies
sudo apt-get install git libssl-dev libusb-1.0-0-dev pkg-config libgtk-3-dev libglfw3-dev libgl1-mesa-dev libglu1-mesa-dev -y

# clone project
git clone https://github.com/IntelRealSense/librealsense.git
# copy rules
cd librealsense/
sudo ./scripts/setup_udev_rules.sh
# > press enter

# build command
mkdir build
cd build

cmake -DBUILD_EXAMPLES=false -DUILD_GRAPHICAL_EXAMPLES=false -DBUILD_WITH_OPENMP=true -DBUILD_PYTHON_BINDINGS=true -DFORCE_LIBUVC=true -DCMAKE_BUILD_TYPE=Release ..

make -j4
sudo make install
sudo ldconfig

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.