asmirnou / watsor

Object detection for video surveillance
MIT License
254 stars 32 forks source link

support for Raspberry Pi 3 and 4 (32-bit OS) #5

Closed asmirnou closed 4 years ago

asmirnou commented 4 years ago

This PR adds support for Raspberry Pi 3 and 4 with 32-bit OS.

The Docker image inherits device type Debian Balena base image that has the Raspbian package source added and Raspbian userland pre-installed. The latter facilitates the install of FFmpeg with hardware acceleration support (MMAL and OMX).

Note: the build of MMAL library currently fails on 64-bit OS, thus FFmpeg hardware decoding ( -c:v h264_mmal) is possible only on 32-bit OS.