[Support]: Mask creation in brave does not allow me to close polygon. #15229
-
Checklist
Describe the problem you are havingBrave: 1.73.9 When attempting to create a mask I cannot get the polygon to close. Even if I hover the mouse around to get the first point to swell in size it just creates an additional point. In Edge the polygon closes as expected. Steps to reproduce
Version0.14.1-f4f3cfa In which browser(s) are you experiencing the issue with?Brave: 1.73.9 Frigate config file# api key: redacted
# yaml-language-server: $schema=http://frigate:5000/api/config/schema.json
mqtt:
user: '{FRIGATE_MQTT_USER}'
password: '{FRIGATE_MQTT_PASSWORD}'
enabled: true
host: mqtt
# Coral tpu device for object detection
detectors:
coral:
type: edgetpu
device: usb
record:
enabled: true
retain:
days: 15
mode: active_objects
events:
pre_capture: 2
retain:
default: 90
mode: active_objects
snapshots:
enabled: true
timestamp: true
clean_copy: true
crop: true
retain:
default: 30
objects:
person: 30
objects:
track:
- person
- car
- cat
- dog
- horse
- motorcycle
filters:
person:
min_score: 0.6
go2rtc:
streams:
# shop:
# - "ffmpeg:rtsp://redacted:redacted@shopcam:554"
driveway_camera:
- ffmpeg:http://driveway/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=redacted&password=redacted
cameras:
# shop:
# ffmpeg:
# hwaccel_args: preset-vaapi
# inputs:
# - path: rtsp://127.0.0.1:8554/shop
# input_args: preset-rtsp-restream
# roles:
# - detect
# - record
office:
ffmpeg:
hwaccel_args: preset-vaapi
inputs:
- path: rtsp://redacted:[email protected]:554/ch0
input_args: preset-rtsp-restream
roles:
- detect
- record
woodshop:
ffmpeg:
hwaccel_args: preset-vaapi
inputs:
- path: rtsp://redacted:[email protected]/Streaming/Channels/101
input_args: preset-rtsp-restream
roles:
- detect
- record
objects:
filters:
person:
mask: 0.644,0.473,0.794,0.487,0.76,0.734,0.638,0.713
motion:
mask: 0.041,0.926,0.265,0.929,0.265,0.965,0.041,0.964
driveway_camera:
ffmpeg:
hwaccel_args: preset-vaapi
inputs:
- path: rtsp://127.0.0.1:8554/driveway_camera
input_args: preset-rtsp-restream
roles:
- detect
- record
objects:
filters:
car:
mask: 1,0.14,0.825,0.127,0.811,0.209,1,0.549
motion:
mask: 0.496,0.924,0.971,0.927,0.971,0.971,0.495,0.978
version: 0.14 docker-compose file or Docker CLI commandservices:
frigate:
container_name: frigate
privileged: true
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:stable
cap_add:
- CAP_PERFMON
shm_size: "128mb" # update for your cameras based on calculation above
devices:
- /dev/bus/usb:/dev/bus/usb
- /dev/dri/renderD128 # for intel hwaccel, needs to be updated for your hardware
volumes:
- /etc/localtime:/etc/localtime:ro
- /opt/frigate/config:/config
- /frigate_data:/media/frigate
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "5000:5000"
# - "1935:1935" # RTMP feeds
- "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp
environment:
FRIGATE_RTSP_PASSWORD: "redacted"
FRIGATE_MQTT_PASSWORD: "redacted"
FRIGATE_MQTT_USER: "mqtt"
LIBVA_DRIVER_NAME: "iHD"
REOLINK_USER: "redacted"
REOLINK_PW: "redacted" Relevant Frigate log outputN/a Relevant go2rtc log outputN/a Operating systemProxmox Install methodDocker Compose Network connectionWired Camera make and modelN/a Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Answered by
hawkeye217
Nov 28, 2024
Replies: 2 comments
-
looks like this is the same as #11895 (reply in thread) |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is covered in the FAQ, Usage question 14. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xanderphillips
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is covered in the FAQ, Usage question 14.