Skip to content

danielfli/dogcam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dogcam Project

Environment

Setting for Raspi

sudo apt update
sudo apt upgrade
sudo rpi-update

Build

mkdir build
cd build
cmake ..
make -j2 

Install GStreamer

README

libcamera Library

Depends

Link Quelle

sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
sudo apt install libboost-dev
sudo apt-get install python3-yaml python3-ply python3-jinja2
sudo apt install libgnutls28-dev openssl
sudo apt install libdw-dev libunwind-dev
sudo apt install meson
sudo pip3 install --upgrade meson
sudo pip3 install pyyaml ply

Build libcamera Library

LINK Quelle

cd dogcam/external
git clone https://git.libcamera.org/libcamera/libcamera.git
cd libcamera
meson build
cd build
meson configure -Dpipelines=raspberrypi -Dtest=false
cd ..
ninja -C build -j2
sudo ninja -C build install

libcamera-app

Build libcamera-app

Link Quelle

cd dogcam/external
git clone https://github.com/raspberrypi/libcamera-apps.git
cd libcamera-apps
mkdir build
cd build
cmake ..
make -j2

Configuration

Raspberry Pi 4 bullseye:

/boot/config.txt

  • camera_auto_detect=1
  • dtoverlay=vc4-fkms-v3d

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published