NUbots / robocup

The NUbot's RoboCup Code
GNU General Public License v3.0
34 stars 17 forks source link

We need a more compressed (but lossless) way of saving images for off-robot logging. #49

Open shannonfenn opened 11 years ago

shannonfenn commented 11 years ago

Currently the image storage is in raw binary format, which costs us 307200 bytes per frame leading to very large images. We should implement some form of lossless compression when we move to off-robot logging as per Brendan and Jo's plan.

josiahw commented 11 years ago

PNG?

On Mon, Jun 10, 2013 at 9:17 PM, Shannon Fenn notifications@github.comwrote:

Currently the image storage is in raw binary format, which costs us 307200 bytes per frame leading to very large images. We should implement some form of lossless compression when we move to off-robot logging as per Brendan and Jo's plan.

— Reply to this email directly or view it on GitHubhttps://github.com/nubots/robocup/issues/49 .