tnc-ca-geo / animl-email-relay

Lambda service for extracting camera trap images from email attachments
Other
0 stars 0 forks source link

Cuddelink parser #8

Closed nathanielrindlaub closed 1 year ago

nathanielrindlaub commented 1 year ago

Implement extracting images from Cuddelink emails/attachments and passing them into the animl-ingest bucket

nathanielrindlaub commented 1 year ago

Cuddelinks don't have Serial Number fields in the EXIF, so users will have to manually set their cameras CAM ID fields in the "Device Settings" in the Cuddeback portal. The ID can then be found in the EXIF user comments (in this camera's case it's the ID=B part):

User Comment : MR=C.1,AD=11/6/2020,LD=607,BT=11,RD=0,LH=0,LI=828,BL=8320,BP=75%,BS=Ext,BD=352,BI=2426,CF=Enabled,EX=Centered,ID=B,LO=002,MA=120BCB5A916E,SM=EZ,DD=10sec,DI=1,DV=OFF,DL=OFF,ND=10sec,NI=1,NV=OFF,NL=OFF
nathanielrindlaub commented 1 year ago

Done