Skip to content

Commit

Permalink
Fix WPILib VisionPipeline import (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCarlberg authored Dec 31, 2016
1 parent 9693260 commit ada49ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import java.util.stream.Collectors;
import java.util.HashMap;

#if($implementVisionPipeline)
import edu.wpi.first.wpilib.vision.VisionPipeline;
import edu.wpi.first.wpilibj.vision.VisionPipeline;

#end
import org.opencv.core.*;
Expand Down

0 comments on commit ada49ce

Please sign in to comment.