#5: New data format
- Contents
Add some conversions routines to handle additional data formats
- Proposed by
- Gareth Bult
- Proposal type
- Architecture
- State
- being-discussed
Motivation
In particular it might be nice to handle MJPEG so we can read compressed data from a device, which should speed up the data flow from the device to the kernel. (i.e. there's less data to transfer) This may be useful if we then transfer the image via a comms link ...
Proposal
Get / test a few conversion routines, MJPEG -> RGB in particular.

