Skip to content

Hardware Acceleration

mrlt8 edited this page Dec 4, 2023 · 3 revisions

Raspberry Pi

Notes:

  • Works with standard docker images - e.g. latest
  • Compatibility issues with Homebridge #552
image: mrlt8/wyze-bridge:latest
devices:
    - /dev:/dev
environment:
    - ROTATE_DOOR=True
    - H264_ENC=h264_v4l2m2m

Nvidia GPU

Important

Requires docker image with alternate build of ffmpeeg - e.g. latest-hw

image: mrlt8/wyze-bridge:latest-hw
devices:
    - /dev:/dev
environment:
    - ROTATE_DOOR=True
    - H264_ENC=h264_nvenc