Skip to content

Camera Filtering

mrlt8 edited this page Mar 9, 2023 · 1 revision

The default option will automatically create a stream for all the cameras on your account, but you can use the following environment options in your docker-compose.yml to filter the cameras.

All options are case-insensitive, and take single or comma separated values.

Examples

  • Whitelist by camera name (set in the wyze app):

    environment:
        ..
        - FILTER_NAMES=Front Door, Driveway, porch cam
  • Whitelist by camera MAC address:

    - FILTER_MACS=00:aA:22:33:44:55, Aa22334455bB
  • Whitelist by camera model:

    - FILTER_MODELS=WYZEC1-JZ
  • Whitelist by camera model name:

    - FILTER_MODELS=V2, v3, Pan
  • Blacklisting:

    You can reverse any of these whitelists into blacklists by setting FILTER_BLOCK.

    environment:
        ..
        - FILTER_NAMES=Bedroom
        - FILTER_BLOCK=true