ludgerh / cam-ai

AI for security cameras
GNU General Public License v3.0
8 stars 4 forks source link

The view transfer for large screens (Cam, detector, eventer) is very slow... #3

Closed ludgerh closed 8 months ago

ludgerh commented 1 year ago

...if the uplink is slow. This needs to become compressed. Maybe with h264 and jmuxer?

ludgerh commented 1 year ago

Idea for a quick solution: introduction of to config-parameters for the views: view_max_width and view_scaling to reduce the amount of pixels.

ludgerh commented 1 year ago

The quick solution is ready. This issue stays active for the nicer improvement to come next year in 1.1.

ludgerh commented 1 year ago

If internal h264 is too complicated and not worth it: Transfer Images as YUV420p und zip them: https://en.wikipedia.org/wiki/YUV

ludgerh commented 8 months ago

Much better noch with size reduction and zip. Let's revisit later.

ludgerh commented 8 months ago

Done