Open ravilich86 opened 6 months ago
I figured out how to switch lenses and take images. However, the images I get are in the dual-fisheye format. Could someone please advise on how to convert a dual-fisheye image to a rectangular (equirectangular) format? Has anyone already implemented this?
In the INSCameraImageStitcher class, there is a method
- (nullable UIImage *)stitchFisheyeImageWithData:(NSData *)imageData;
but it formats the image not into a rectangular one but into a concave shape, with black semi-ovals on the left and right edges.
I need to capture HDR photos with a time shift, meaning to take a photo initially with one lens and then after a specified interval with another. How can I achieve this? Please advise if anyone has encountered this 🙏