techyian / MMALSharp

C# wrapper to Broadcom's MMAL with an API to the Raspberry Pi camera.
MIT License
195 stars 33 forks source link

PPM image encoder issue #23

Closed techyian closed 6 years ago

techyian commented 7 years ago

Unit tests have revealed that the PPM encoder results in an Out of Resources error. The file format is inefficient and use of the format may require more resources to be allocated to the GPU, or a smaller image resolution.

techyian commented 6 years ago

Raspberry Pi forum post reference https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=213835

techyian commented 6 years ago

Working as expected following firmware update. Run sudo rpi-update to update to latest firmware. After investigation, configuring the encoding sub-format does not appear to be used by the PPM/TGA encoders.