ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Can ImageEN get/set camera serial number

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
anbangs Posted - Sep 13 2022 : 02:40:50
Can ImageEN get/set camera serial number?

10   L A T E S T    R E P L I E S    (Newest First)
anbangs Posted - Sep 16 2022 : 03:20:05
thanks
xequte Posted - Sep 15 2022 : 22:18:24
Hmmm, we made a lot of improvements to TIEDictionary in 11.0.0. Perhaps that type of recursion is not supported in 10.2.0.

Nigel
Xequte Software
www.imageen.com
anbangs Posted - Sep 15 2022 : 20:01:53
It's the same mistake as the newspaper. What's wrong?
V10.2.0




xequte Posted - Sep 15 2022 : 18:25:33
This code does not work for you with the above file?

ImageEnView1.IO.LoadFromFile( 'D:\20229142345_0002.jpg' );
memo1.Text := ImageEnView1.IO.Params.Dict.GetDictionary( 'XMP' ).GetDictionary( 'MicrosoftPhoto:CameraSerialNumber' ).GetString( '#text', True );


What version of ImageEn are you using?

Nigel
Xequte Software
www.imageen.com
anbangs Posted - Sep 15 2022 : 01:46:29
it
raised exception class EIEException with message 'Key "MicrosoftPhoto:CameraSerialNumber" not found'.
xequte Posted - Sep 14 2022 : 21:51:03
Hi

In this case the serial number is MicrosoftPhoto tag in the XMP:

edtSerial.Text := ImageEnView1.IO.Params.Dict.GetDictionary( 'XMP' ).GetDictionary( 'MicrosoftPhoto:CameraSerialNumber' ).GetString( '#text', True );

Nigel
Xequte Software
www.imageen.com
anbangs Posted - Sep 14 2022 : 02:04:26

xequte Posted - Sep 13 2022 : 22:50:33
Sorry, I mean can you email me 0002.jpg

Nigel
Xequte Software
www.imageen.com
anbangs Posted - Sep 13 2022 : 20:15:18
i have no samples, just to write it with windows file detail properties
xequte Posted - Sep 13 2022 : 17:05:38
Hi

The camera notes are stored in the maker notes:

https://www.imageen.com/help/TIOParams.EXIF_MakerNote.html

ImageEn can read them, but not modify them.

Can you upload your sample file.

Nigel
Xequte Software
www.imageen.com