nn::jpeg::CTR::JpegMpDecoder::GetLastTwlPhotoMakerNote Member Function#include <nn/jpeg.h>
bool GetLastTwlPhotoMakerNote(
u8 * pBuffer
) const;
| Name | Description | |
|---|---|---|
| out | pBuffer | Buffer in which to store the MakerNote. The size of the buffer is TWL_PHOTO_MAKER_NOTE_SIZE (8 bytes). |
true on success. Returns false on failure. Gets the Nintendo DSi Camera MakerNote of the image that was either decoded or whose EXIF information was extracted immediately previous to this call. ("Nintendo DSi Camera" is the name of a Nintendo DSi built-in application.)
If that processing fails, this function also fails. This function needs the image data to get the information, so do not destroy the image data.
Success of this function does not guarantee that the image was taken with the Nintendo DSi Camera application.
CONFIDENTIAL