Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 991 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 991 Bytes

gst-arducamsrc

Overview

Some ArduCAM camera boards (e.g. B0162) are avaialable with 1-lane MIPI configuration where the only software interface avialable is closed source Arducam SDK. This repository contains arducamsrc plugin for GStreamer that wraps up Arducam SDK.

Dependencies

This repository depends on:

Known supported Raspberry Pi

  • Raspberry Pi 4B.

Installation

Installation procedure:

git clone https://github.com/raspberrypiexperiments/gst-arducamsrc.git
cd gst-arducamsrc
./autogen.sh --prefix=/usr/local --libdir=/usr/local/lib/arm-linux-gnueabihf/
sudo make install

Uninstalaltion

Uninstallation procedure:

sudo make uninstall
cd ..
sudo rm -rf gst-arducamsrc

License

MIT License

Copyright (c) 2021 Marcin Sielski [email protected]