Skip to content

Commit

Permalink
Revise libcamera package list
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Dave committed Nov 24, 2023
1 parent 6601791 commit 7eb293b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions motion_build.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h3><a name="Abbreviated_Building"></a> Abbreviated Building Guide </a> </h3>
<ul>
<code><strong>sudo apt-get install autoconf automake autopoint build-essential pkgconf libtool libzip-dev
libjpeg-dev git libavformat-dev libavcodec-dev libavutil-dev libswscale-dev libavdevice-dev
libwebp-dev gettext libmicrohttpd-dev libcamera-tools libcamera-dev</strong></code>
libwebp-dev gettext libmicrohttpd-dev libcamera-tools libcamera-dev libcamera-v4l2</strong></code>
<p></p>
<code><strong>cd ~</strong></code>
<br /><code><strong>git clone https://github.com/Motion-Project/motion.git</strong></code>
Expand Down Expand Up @@ -296,7 +296,7 @@ <h4><a name="BUILD_DEBIAN"></a>Debian/Ubuntu/Raspberry Pi OS</a> </h4>
<li>libcamera</li>
<ul>
<p></p>
<code><strong>sudo apt-get install libcamera-tools libcamera-dev</strong></code>
<code><strong>sudo apt-get install libcamera-tools libcamera-dev libcamera-v4l2</strong></code>
<p></p>
</ul>
<li>Webp Image Support</li>
Expand Down
3 changes: 2 additions & 1 deletion motionplus_build.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ <h3><a name="Building"></a> Building Guide </a> </h3>
<ul>
<code><strong>sudo apt install autoconf automake autopoint build-essential pkgconf libtool libzip-dev
libjpeg-dev git libavformat-dev libavcodec-dev libavutil-dev libswscale-dev libavdevice-dev libopencv-dev
libwebp-dev gettext libmicrohttpd-dev libmariadb-dev libasound2-dev libpulse-dev libfftw3-dev </strong></code>
libwebp-dev gettext libmicrohttpd-dev libmariadb-dev libcamera-dev libcamera-tools libcamera-v4l2
libasound2-dev libpulse-dev libfftw3-dev </strong></code>
<p></p>
Note: PostgreSQL or Sqlite3 database may also be added
via <code><strong>sudo apt install libpq-dev libsqlite3-dev</strong></code>. If
Expand Down

0 comments on commit 7eb293b

Please sign in to comment.