Hello all, I am using the load function in opencv to load a big size file (about 64MB). It works well without error. However, when the application is loading the file, I cannot use any other task. Do we have any way to check that the file is loading? I want to show in the console that "File is loading"
. If it is finished, I want to show "Done"
. Could you suggest to me one way to do it? Thanks in advance.