Skip to content

Commit

Permalink
Merge pull request #24 from Coastal-Imaging-Research-Network/development
Browse files Browse the repository at this point in the history
Frames Issue
  • Loading branch information
burritobrittany authored Jul 17, 2020
2 parents 0453c52 + 07f9e31 commit 1a3b096
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions A0_movie2frames.m
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@
ts= (t-vto)+to; % Make sure time is referenced to user specified time
% useful in case video encoded time is incorrect.

%Because of the way Matlab defines time.
if k==numFrames
ts=ts+1./v.FrameRate;
end

% Record Time in millisecons (Avoid '.' in file names)
ts=round(ts.*1000);

Expand All @@ -126,6 +131,8 @@
% Save timing information
T(count)=ts/1000; % In Seconds
count=count+1;


end


Expand Down
Binary file modified X_UASDemoData/collectionData/uasDemo_2Hz/uasDemo_1443742159000.tif
Binary file not shown.
Binary file not shown.

0 comments on commit 1a3b096

Please sign in to comment.