-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mgsam error - Expected input type different (Matlab2015b Windows) #15
Comments
hi, Teja |
Hi!
Error in mgvideosample (line 42) |
I run it ok.But your question is important... |
It could be something like if you reuse sampled mg to down sample it again without giving sampled video new name, matlab can not read videoframe from the sampled video, since the function by default initiate new vieo named samplevideo.avi again. |
the problem seems to be with progmeter, as you said, although the progmeter I tried to run passing the 'newvideo.aiv' also, but it didn't work, neither Tried setting current time to 0 also, it just seems to reset itself after i On Mon, Jun 13, 2016 at 2:40 PM, benlyyan [email protected] wrote:
|
It should be nothing to do with progmeter. Other functions like mgvideocrop, mgvideoadjust, etc have progmeter called inside. You can simply run other functions(mgvideocrop) to see if progmeter has problem. I see that the problem is VideoWriter failing to write. |
mgsam = mgvideosample(mg,'Sampling',[2,2]);
Error using mgvideosample (line 35)
Expected input to be one of these types:
char
Instead its type was double.
The text was updated successfully, but these errors were encountered: