blob: 51b156f6704740012ad529c59ab13fa4a98d5412 [file] [log] [blame]
package org.frc971;
import edu.wpi.first.wpijavacv.WPIColorImage;
/** Small helper class for associating images and timestamps. */
public class ImageWithTimestamp {
WPIColorImage image = null;
double timestamp;
}