Hi everyone, I'm running this code on iOS
imwrite("currentimg.jpg", capturedFrameOutImg);
And not getting any errors, however if I go into the photos app I don't see my Mat there. The Mat is a 3 channel image in the program but it doesn't seem to be saving. Is this functionality working on iOS or is this method not implemented? And if it is, where might I find my file?
Thanks!