Multimedia API - Setting JPEG Exif Metadata

Is it possible within the Multimedia API using the NvJpegEncoder (or related functions) to set the exif meta data for encoded JPEG images before writing them out to disk?

Hi ceres.imaging,
Which exif meta data you want to overwrite?

Let’s say I wanted to store latitude and longitude:

Or I might want to save my camera settings:

Hi ceres.imaging,
The output is pure compressed bitstream without exif data. Please make implementation yourself.

Not sure but https://www.w3.org/2000/10/swap/pim/jhead/exif.c probably helps.