dev #17
1 changed files with 8 additions and 0 deletions
|
@ -24,6 +24,14 @@ RUN apt-get update && apt-get install -y \
|
|||
libvpx-dev \
|
||||
libmp3lame-dev \
|
||||
libv4l-dev \
|
||||
# FFmpeg development libraries for OpenCV integration
|
||||
libavcodec-dev \
|
||||
libavformat-dev \
|
||||
libavutil-dev \
|
||||
libavdevice-dev \
|
||||
libavfilter-dev \
|
||||
libswscale-dev \
|
||||
libswresample-dev \
|
||||
# TurboJPEG for fast JPEG encoding
|
||||
libturbojpeg0-dev \
|
||||
# Python development
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue