File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ <h3><a name="Abbreviated_Building"></a> Abbreviated Building Guide </a> </h3>
183183 < ul >
184184 < code > < strong > sudo apt-get install autoconf automake autopoint build-essential pkgconf libtool libzip-dev
185185 libjpeg-dev git libavformat-dev libavcodec-dev libavutil-dev libswscale-dev libavdevice-dev
186- libwebp-dev gettext libmicrohttpd-dev libcamera-tools libcamera-dev</ strong > </ code >
186+ libwebp-dev gettext libmicrohttpd-dev libcamera-tools libcamera-dev libcamera-v4l2 </ strong > </ code >
187187 < p > </ p >
188188 < code > < strong > cd ~</ strong > </ code >
189189 < br /> < code > < strong > git clone https://github.com/Motion-Project/motion.git</ strong > </ code >
@@ -296,7 +296,7 @@ <h4><a name="BUILD_DEBIAN"></a>Debian/Ubuntu/Raspberry Pi OS</a> </h4>
296296 < li > libcamera</ li >
297297 < ul >
298298 < p > </ p >
299- < code > < strong > sudo apt-get install libcamera-tools libcamera-dev</ strong > </ code >
299+ < code > < strong > sudo apt-get install libcamera-tools libcamera-dev libcamera-v4l2 </ strong > </ code >
300300 < p > </ p >
301301 </ ul >
302302 < li > Webp Image Support</ li >
Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ <h3><a name="Building"></a> Building Guide </a> </h3>
103103 < ul >
104104 < code > < strong > sudo apt install autoconf automake autopoint build-essential pkgconf libtool libzip-dev
105105 libjpeg-dev git libavformat-dev libavcodec-dev libavutil-dev libswscale-dev libavdevice-dev libopencv-dev
106- libwebp-dev gettext libmicrohttpd-dev libmariadb-dev libasound2-dev libpulse-dev libfftw3-dev </ strong > </ code >
106+ libwebp-dev gettext libmicrohttpd-dev libmariadb-dev libcamera-dev libcamera-tools libcamera-v4l2
107+ libasound2-dev libpulse-dev libfftw3-dev </ strong > </ code >
107108 < p > </ p >
108109 Note: PostgreSQL or Sqlite3 database may also be added
109110 via < code > < strong > sudo apt install libpq-dev libsqlite3-dev</ strong > </ code > . If
You can’t perform that action at this time.
0 commit comments