custom-cards / surveillance-card

A custom component for displaying camera feeds in the style of a surveillance system.
Apache License 2.0
244 stars 36 forks source link

Thumb not showing for motioneye cameras #52

Closed JohanEikelenboom closed 1 year ago

JohanEikelenboom commented 2 years ago

Hi,

I have 2 cameras connected to MotionEye and these cameras are added to the surveillance card. This is working like a charm except for the thumbs. I'm not sure what I'm doing wrong. When adding a esphome camera (based on a ESP32), this camera shows up with a thumbnail on the left side.

Does someone know what I'm doing wrong?

niemyjski commented 1 year ago

We use the same api's for both, were you able to figure this out?

niemyjski commented 1 year ago

We just use the camera proxy stream https://github.com/custom-cards/surveillance-card/blob/master/surveillance-card.js#L160. there should be no limitation on this... Let me know if you are seeing this with other cards and if there are any errors.