[Bug]: Submit to Frigate+ widescreen issue #15195
-
Checklist
Describe the problem you are havingWhen using the "Submit to Frigate+" feature the div height exceeds the screen size resulting in the top and bottom buttons falling outside the screen area. I tried it on Chrome [131.0.6778.86 (Official Build) (64-bit)] as well as Firefox [132.0.2 (64-bit)] I've included some screenshots about the issue: When using on mobile/portrait mode it works correctly Steps to reproduce
Version0.14.1-f4f3cfa In which browser(s) are you experiencing the issue with?Chrome 131.0.6778.86 (Official Build) (64-bit) Frigate config filemqtt:
detectors:
tensorrt:
type: tensorrt
device: 0
model:
path: /config/model_cache/tensorrt/yolov7-320.trt
input_tensor: nchw
input_pixel_format: rgb
width: 320
height: 320
record:
enabled: true
expire_interval: 60
retain:
days: 5
mode: active_objects
snapshots:
enabled: true
clean_copy: false
timestamp: true
bounding_box: true
crop: true
retain:
default: 30
objects:
person: 45
quality: 70
detect:
width: 1280
height: 720
fps: 5
enabled: true
min_initialized: 2
max_disappeared: 25
stationary:
interval: 50
threshold: 50
objects:
track:
- person
- car
- dog
review:
alerts:
labels:
- car
- person
detections:
labels:
- bark
- dog
- scream
- speech
- yell
cameras:
camera_name:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://username:[email protected]:554/Streaming/Channels/1
roles:
- detect
- audio
audio:
enabled: true
listen:
- bark
- scream
- speech
- yell
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-tensorrt
shm_size: "512mb"
deploy:
resources:
reservations:
devices:
- driver: nvidia
#device_ids: ['0'] # this is only needed when using multiple GPUs
count: all # number of GPUs
capabilities: [gpu]
hardware
volumes:
- /etc/localtime:/etc/localtime:ro
- ./config:/config
- ./storage:/media/frigate
- type: tmpfs
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "8971:8971"
- "5001:5000"
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp Relevant Frigate log outputNone Relevant go2rtc log outputNone Operating systemDebian Install methodDocker Compose Network connectionMixed Camera make and modelHikvision 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
NickM-27
Nov 26, 2024
Replies: 1 comment
-
Thanks, this has already been fixed for the next version |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
WGrobler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, this has already been fixed for the next version