Reflective Tape Detection with OpenCV
Closed this issue · 11 comments
Determine whether or not to use the Pi, and figure out what types are retuned by common OpenCV functions in Java.
The end goal is to be able to incorporate error from the angled tape camera into a PID.
The camera stream issue is done, we have 2 cameras running on decent resolution, and 20 fps.
I have code for the GRIP reflective tape detection that returns a value indicating how much the robot should turn to line up with the tape, and follow the line. I just need to test it tomorrow.
Nice work!
Anybody know if it is possible to transfer the GRIP program output to the SmartDashBoard to display it?
You'd have to use CameraServer to push the stream to the robot if I remember correctly, @sMyn42 may have a better idea
@sMyn42 can you work with @Vultimate1 to display on the SmartDashboard during Monday's meeting?
Is vision processing still a possibility? If so, we could just use the grip file created for detecting the reflective tape, without any java code. We can still see the reflective tape through the grip file. I've made it so you see its outlined shape to detect the tape.
@Vultimate1 if you can get working offboard, then we can consider it. can you provide a more in depth explanation of your proposal?
decided against.