Darren Jeacocke

Results 11 comments of Darren Jeacocke

I just tested a FLIR image, this library couldn’t get any exif, just an empty object. It would need to extract the binary thermal data (ExifTool’s is at ThermalImageRaw) and...

I guess by reading through the exiftool code, and adding the bit markers to this library: https://github.com/exiftool/exiftool/blob/master/lib/Image/ExifTool/FLIR.pm This is a python tool I’ve been using, it uses exiftool to extract...

Correction, ExifTool calls it RawThermalImage On decoding a FLIR JPG to get the metadata, more info here http://u88.n24.queensu.ca/exiftool/forum/index.php/topic,4898.0.html

But if you’re just interested in, right now, getting a temperature matrix from a FLIR JPG, use the Python tool. It even exports CSV

From what I can tell, it's a matter of handling the header of "FLIR", something like this: ```js var headerAsString = oFile.getStringAt(iOffset + 4, 28); if (headerAsString.indexOf("FLIR") != -1) {...

I see ExifReader extracts binary thumbnails, maybe it can get the FLIR binary too? https://github.com/mattiasw/ExifReader

Logging in and out is enough, don't need a full restart.

I am also having this issue. My Canon 1500D was working fine with gphoto2 (built from repo) for the past 2 days, now it’s throwing this error.

I was trying to do something similar; map Eject key to F13 to invoke Quicksilver. I installed "Command Line Tool" from the [plugins page](https://qsapp.com/plugins.php), then told PowerKey to run a...