[Bug]: Mask Creation Screen Old Snapshot of Camera #12289
-
Describe the problem you are havingI rotated the orientation of my camera today and the preview on the motion mask creation screen won't update, should this happen automatically or will I need to force it to update latest.jpeg somehow? Steps to reproduceGo to the motion mask creation tool after moving your camera, displayed image will be old making it useless for masking out regions Version14 beta 3 Frigate config filedetectors:
coral1:
type: edgetpu
device: pci:0
coral2:
type: edgetpu
device: pci:1
ffmpeg:
hwaccel_args: preset-nvidia-h265
go2rtc:
streams:
front_door:
- ffmpeg:http://192.168.0.112/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=XXX&password=XXX#video=h265#audio=copy
- rtsp://XXX:[email protected]:554/h264Preview_01_sub
front_door_sub:
- ffmpeg:http://192.168.0.112/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=XXX&password=XXX
- rtsp://XXX:[email protected]:554/h264Preview_01_sub
webrtc:
candidates:
- 192.168.0.101:8555
- stun:8555
cameras:
front_door:
ffmpeg:
output_args:
record: preset-record-generic-audio-copy
inputs:
- path: rtsp://127.0.0.1:8554/front_door
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/front_door_sub
input_args: preset-rtsp-restream
roles:
- detect
live:
stream_name: front_door
detect:
width: 640
height: 480
fps: 4
record:
enabled: true
retain:
days: 30
mode: all
events:
retain:
default: 365
mode: motion
snapshots:
enabled: true
retain:
default: 30
objects:
track:
- person
- bicycle
- car
- motorcycle
- bird
- cat
- dog Relevant log outputNot relevant Operating systemUNRAID Install methodDocker CLI Network connectionWired Camera make and modelReolink video doorbell Any other information that may be helpful |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This was improved in a recent commit, but you're still running beta 3. The image may be cached. If you force-reload the browser or quit/reopen or just clear your browser's cache, it should fetch a new image, though. Does it not do that? |
Beta Was this translation helpful? Give feedback.
-
For reference, the PR that fixes the caching issue is #12232 |
Beta Was this translation helpful? Give feedback.
For reference, the PR that fixes the caching issue is #12232