I am trying to use the JPEG encoder on the DM3730. I am using the DMAI layer as my interface. I can set up and open the JPEG encoder successfully. When I run the process function the first time, everything works great and I get a good image out (~1.5 MB 14MP image). However, when I try to do another process call, it returns a very small size output (575 bytes). There is no indication of any error from the Codec Engine or DMAI layer. I've even set CE_DEBUG=3 and I don't see any messages that are different from the successful case. The only way I can get the codec to work the second time is to delete the instance of the JPEG encoder and re-create it. Can anyone help with this?
Thanks,
Jason