frigate icon indicating copy to clipboard operation
frigate copied to clipboard

[Support]: Birdseye video left aligned

Open gkwok1 opened this issue 1 year ago • 6 comments

Describe the problem you are having

Video in Birdeyes is left aligned when there is only 1 or 4 video. It used to be center aligned in 0.12

Version

0.13.1-34fb1c2

Frigate config file

None

Relevant log output

None

FFprobe output from your camera

None

Frigate stats

No response

Operating system

Proxmox

Install method

Docker Compose

Coral version

CPU (no coral)

Network connection

Wired

Camera make and model

Various

Any other information that may be helpful

No response

gkwok1 avatar Feb 01 '24 21:02 gkwok1

0.12 used a grid, it wasn't align on the center. Can you provide an example of an issue you are seeing? otherwise not sure there is anything to be done here

NickM-27 avatar Feb 01 '24 21:02 NickM-27

My video is a 640 x 480 feed

image

gkwok1 avatar Feb 01 '24 22:02 gkwok1

I see, if all of your camera streams are 4:3 then it would be best to change birdseye to be 4:3

NickM-27 avatar Feb 01 '24 22:02 NickM-27

I have some 4:3 and some 16:9 cameras.

gkwok1 avatar Feb 01 '24 22:02 gkwok1

Hi, i believe my issue is related to this. I have cameras in both 4:3, 16:9 and 9:16, so i have some very different ratios :sweat_smile:

After 0.13 some cameras are overlapped in the birdseye-view, they used to be "squished" into the aspect-ratio of the birdseye view, which was of course not ideal, but at least somewhat usable :) This image is from a right-click -> "copy image", so not a screenshot: image

Note that i also have the same black padding on the right of the image as on gkwok1's example, but also a small bar ~~on the left~~ on each side of the first image

My birdseye-config:

birdseye:
  enabled: True
  mode: continuous

Also, i think the overview looks a bit odd with all the padding, just to let you know :) image

Newspaperman57 avatar Feb 08 '24 08:02 Newspaperman57

this is an unrelated issue, portrait cameras are not handled correctly currently, it is a difficult issue

NickM-27 avatar Feb 08 '24 13:02 NickM-27

I don't know how to put my feedback in an issue, but:

image

  1. It would indeed look better if center-aligned, both horizontally and vertically
  2. It could use better the vertical space (the black strip at the bottom)

felipecrs avatar Oct 07 '24 17:10 felipecrs

this is handled for the single camera case in 0.14.1

multiple cameras will not be centered, that is working as expected.

It could use better the vertical space (the black strip at the bottom)

no it couldn't, because that would require scaling some cameras to be relatively larger than other cameras which breaks one of the birdseye rules

NickM-27 avatar Oct 07 '24 18:10 NickM-27