Load image sequence

that’s another problem.

create a window using cv.namedWindow("somename", cv.WINDOW_NORMAL). that makes it resizable

next problem.

image sequences are not handled by ffmpeg. don’t go there. this is purely reading of image files, like imread would do.

the code you gave in the first post should display all frames. if it doesn’t, I need more information.

  • post a list of all image file names
  • insert statements into your code. insert print("ret:", ret) in the loop after imSeq.read(). run the code. post the text output.