Justin McAllister
Justin McAllister
Seems like the libzbar library isn't properly installed. What OS? What actions have you taken? Were there any errors during those actions?
Also, check the [pyzbar page](https://github.com/NaturalHistoryMuseum/pyzbar), there is information there such as: 
It's been a while, but last time I tried it didn't work across all platforms from conda. If someone wants to test it on Win/Linux/Mac and make a PR, I'll...
Yes, I understand the idea. The last time I tested doing it that way, it did not work. I don't recall the specific issue, but I believe it was on...
I'm happy to check out a PR or gist if anyone has code they would like to share.
Thanks for working on this all. I have merged @JPI93's code from https://github.com/micasense/imageprocessing/pull/114 into a branch (reconcile-cli-113) and we'll plan to work from there.
Your best option is to follow the approach that is taken [here](https://support.micasense.com/hc/en-us/articles/360006368574-Modifying-older-collections-for-Pix4Dfields-support) but with the other tags that are missing. It will be necessary to update your camera firmware, take...
With respect to the capture ID as the filename. It's a little disorienting, I know, but I use this script regularly to process multiple flights worth of data where there...
cv2.MOTION_HOMOGRAPHY The example uses this setting to process altum images. https://micasense.github.io/imageprocessing/Alignment.html On Mon, Apr 27, 2020, 4:18 AM swawa wrote: > Hi, > maybe there is an alignment bug..? >...
`Image.path` is defined in the `Image` object at https://github.com/micasense/imageprocessing/blob/master/micasense/image.py#L68 `Capture.images` is a list of `Image` objects within a capture. So if you have a `Capture` object called `cap` you should...