From IOS 11 (if Im not wrong) iPhone increased the use of HEIC format but OPENCV is still not supporting this format.
Maybe you can suggest what is the best practice for sending HEIC to OpenCV from cpp code?
What I have tried
Libheif - external and a bit heavy convertor
Pillow - It's python and I need CPP
opencv_videoio_ffmpeg430_64.dll - Some talking about this .dll but I can't find any other info
The main thoughts are can I convert it to some other more generic format rather to JPEG and etc., is there another way to send HEIC to opencv and maybe some internal info about OpenCV future plans to support heic natively?