#ONVIF Camera Unable to keep rotation/aspect ratio

1 messages · Page 1 of 1 (latest)

foggy mirage
#

I am having issues with my camera keeping it's rotation value. I had it working perfectly fine, at first, however. But now after moving it around the panel, it no longer wants to stay working. This only happens with "live" mode, as "auto" mode (thumbnail only) keeps it's rotation.

this is a Panel (Single Card) tab, with a "Grid" Card (3 columns). Left column is a group of two entities (standard onvif "live" cameras w/preloading). Center column is a preloaded camera 9:16 resolution, rotate right. Right column is the same preloaded camera 9:16 resolution, with entity settings set to rotate right as well, but this time in "auto" mode, rather than "live"

#

additionally, the "transform" of custom aspect ratios are completely busted. As you can see, it simply crops/scales based on left-right width of the div, rather than stretch the image.

#

Happens upon stream playback.

foggy mirage
#

I think whenever the browser tries to render an "I" frame in the video stream, it resets the rotational data. It starts out in the correct rotation, but at random from 50ms to 2000ms it'll reset. It could be a case of just filtering, parsing, and removing this data out of the video stream, before sent to the browser.