blob: 8b43818878e1bab1a490f281561de1abe3bdf3d1 [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;
double timestamp;
}