Hello,
I develop an application on my computer using Opencv. The application read Images and videos on windows 10 with Opencv 3.2.0 . On my computer both work properly.
I try to deploy the application on my other computer. So I take my exe file and the dll from Opencv and I put all this file on my computer. There is no Opencv install on it. When I try to execute my program, the images are readable but the video crash with that error:
opencv error assertion failed (scn == 3 scn == 4) in cvtcolor
Where that error could come?