[libcamera-devel] [PATCH v6 2/2] android: jpeg: Support an initial set of EXIF metadata tags
Kieran Bingham
kieran.bingham at ideasonboard.com
Fri Sep 4 10:32:37 CEST 2020
Hi Umang,
On 04/09/2020 07:43, Umang Jain wrote:
<snip>
>> + void setOrientation(int orientation);
>> + void setSize(const libcamera::Size &size);
>> + void setTimestamp(time_t timestamp);
>> +
>> libcamera::Span<const uint8_t> data() const { return {
>> exifData_, size_ }; }
>> [[nodiscard]] int generate();
>>
> Stupid internet connection dropped while sending patch 2/2
> and git send-email .. --in-reply-to="[libcamera-devel] [PATCH v6 0/2]
> Initial EXIF metadata support"
> didn't work as expected :(
To use git send-email --in-reply-to= you need to specify the 'message id'
Something like this:
git send-email \
--in-reply-to="<936f2cf3-80b4-e8a6-1708-ac03f8eca59a at uajain.com>"
--
Regards
--
Kieran
More information about the libcamera-devel
mailing list