function [im,stamp] = aviread_helper(filename,f,fps)
if numel(f) == 2,
M = aviread_rawy8(filename,f(1):f(2)); % JAB 8/6/17 - I don't know if aviread_rawy8() ever existed,
% or where it came from if it did. This code hasn't worked
% since 2016 at the latest.
else
M = aviread_rawy8(filename,f);
end
--
You received this message because you are subscribed to the Google Groups "ctrax" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ctrax+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ctrax/025d552f-47ec-455d-98a5-d469494393e5n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ctrax/bf2afb11-2883-41ba-9555-b1465b68684dn%40googlegroups.com.