interactive charuco application fails...
Hi, i have built the sample app opencv_interactive-calibration.exe
and it will run ok on a webcam (although every frame is rejected, I assume the webcam is too low res)
I have a higher resolution video that i am trying to run, but when i run:
opencv_interactive-calibration.exe -v bmCalib.mov
in a cmd prompt, I get:
Hot keys:
esc - exit application
s - save current data to .xml file
r - delete last frame
u - enable/disable applying undistortion
d - delete all frames
v - switch visualization
Unable to open video source
The mov is in the same folder as the exe. i have tried converting to an avi, and I get the same issue. Can anyone help me out here?
Thanks!
try:
-v=bmCalib.mov
(the=
is important, similar for all other cmdline params)hi, thanks for your reply. I am using
opencv_interactive-calibration.exe -v=bmCalib.mov -t=charuco -pf=defaultConfig.xml -w=5 -h=7 -l=100 -s=10 -d=16 -sl=0.032 -ml=0.017
and see the same error.".. the same error" -- which is ? you never mentioned any
Ah sorry, I mean that it just returns
Unable to open video source
.