Is there a more general option than fir.draw_ir() in combination with img.blend() to blend/overlay two images when working without the supported ir sensors. One image is smaller than the other.
The API was updated for these in the latest release. All line ops are powered by our GPU backend. So, you can scale, rotate, transpose, blend, crop, and more. See the updated documentation. You can pretty much do anything now. You don’t have to match the image size or pixformat anymore.
1 Like