since today I am proud owner of a OpenMV Pure Thermal. Still waiting for the delivery of the Flir Lepton 3.5.
Today I played around with the OV5640, the LCD and the VL53L0X Laser Range Finder. It’s amazing how easy everything can be programmed and all is working very well.
Is there an example program available for the overlay of the OV5640 with the Flir image using the VL53L0X Laser Range Finder to avoid the parallax effect (right offset and scaling) in near distance?
Howdy, I don’t have an example to avoid the parallax effect.
There’s a few things blocking in the firmware that we need to add for the system to be at 100%.
We need fast generic image remapping.
We need fast generic lens correction.
I’ll be pushing over the holidays to make these new features happen. I am working on OpenMV full-time now and have known we’ve need this forever. Once they are available you’ll be able to generically transform the image by a 3x3 array like with OpenCV’s warp perspective.
Once we have these features the offset correction and lens correction can then be done. The reason for needing these is that it’s not a simple translation and scale that has to be done on the thermal image to overlay it perfectly on the visual image. We have support for that now… but. that’s not enough.
Thank you for buying the OpenMV Pure Thermal though. The concept idea of the system has really pushed us to make our firmware and system much more capable.