Hello there,
I've viewed a discussion from 2015 but wanted to make absolutely sure I am doing everything right. I have a ton of photos from Bushnell Trail cameras (32mp core ds-4k) and I want to extract the temperature and moon phase which is printed on the photo on the bottom banner. I use Timelapse via Saul Greenberg to tag wildlife species in the photos which has integrated Exif to be able to extract available metadata.
However, I can't figure out how to extract temperature or lunar phase. I also tried the Exif tool downloaded to my windows computer and still don't see temperature metadata. I'm attaching two raw photo files as well as my readouts through the exif tool on my desktop as well as through Timelapse. Sorry if this is redundant to previous posts and thank you in advance for any help!
08200001.JPG
Exif_viaTimelapse.jpg
ExifReadout.jpg
I see a MakerNoteUnknownText which can be listed with the -b (-binary) option (https://exiftool.org/exiftool_pod.html#b---b--binary---binary). I don't know if any of that is helpful
C:\>exiftool -G1 -a -s -MakerNoteUnknownText -b Y:\!temp\x\y\08200001.JPG
lock AE
PreAdjustCB[13] luma:0,target:0,0,exp|agc:[97:32][113:48],bv:0,step:0,p:1
AdjustCB[13] luma:9622,target:9825,1,exp|agc:[97:32][113:48],bv:32,step:0,p:1
AdjustCB[16] luma:64323,target:9984,0,exp|agc:[97:32][113:48],bv:32,step:42,p:1
AdjustCB[17] luma:64323,target:9984,0,exp|agc:[97:32][113:48],bv:32,step:42,p:1
unlock AE
AdjustCB[18] luma:64323,target:9984,0,exp|agc:[112:17][123:16],bv:32,step:42,p:3
AdjustCB[21] luma:43583,target:10000,0,exp|agc:[125:0][129:0],bv:62,step:34,p:3
AdjustCB[24] luma:11884,target:10000,1,exp|agc:[128:0][128:0],bv:92,step:3,p:3
Capture Done
PreAdjustCB[39] luma:11884,target:10000,1,exp|agc:[128:0][128:0],bv:92,step:3,p:1
AdjustCB[39] luma:9689,target:10000,1,exp|agc:[128:0][128:0],bv:95,step:0,p:1
AdjustCB[40] luma:9693,target:10000,1,exp|agc:[128:0][128:0],bv:95,step:0,p:1
AdjustCB[41] luma:9695,target:10000,1,exp|agc:[128:0][128:0],bv:95,step:0,p:1
AdjustCB[42] luma:9697,target:10000,1,exp|agc:[128:0][128:0],bv:95,step:0,p:1
AdjustCB[43] luma:9696,target:10000,1,exp|agc:[128:0][128:0],bv:95,step:0,p:1
AdjustCB[44] luma:9697,target:10000,1,exp|agc:[128:0][128:0],bv:95,step:0,p:1
AdjustCB[45] luma:9700,target:10000,1,exp|agc:[128:0][128:0],bv:95,step:0,p:1
AdjustCB[46] luma:9700,target:10000,1,exp|agc:[128:0][128:0],bv:95,step:0,p:1
AdjustCB[47] luma:9704,target:10000,1,exp|agc:[128:0][128:0],bv:95,step:0,p:1
The UserComment and ImageDescription contain... something
C:\>exiftool -G1 -a -s -usercomment -imagedescription Y:\!temp\x\y\08200001.JPG
[ExifIFD] UserComment : C[P] R0S9 T61F:P0000 RM031 M3
[IFD0] ImageDescription : B02[34:52] TT[618] (24)E:G[128:0] BV[92:3] IR[M:F:80] AL:[0:0]
The -u (-unknown) option (https://exiftool.org/exiftool_pod.html#u--unknown) doesn't pull up any unknown tags.
Looking at the file in detail with the -v3 (-verbose3) option (https://exiftool.org/exiftool_pod.html#v-NUM--verbose) doesn't show any unknown chunks of data.
Phil will have to verify, but if none of the above data is what you are looking for, then I don't think it's been embedded in the file. Even though it's been hard-coded onto the image itself, that doesn't mean the camera embeds the data in the file.
The "T61F" in the UserComment looks like it's the temperature. "RM031" is also there and on the image. So that leaves "C[P] R0S9", ":P0000", and "M3" as unknowns in that data.
Do you have some shots from different phases of the moon? Would the M3 value change between them?
I can't see anything that StarGeek has missed.
- Phil