Does anybody know how to save the last fed data from the camera, when our shooter turns on the camera losses track of the target, so we were wondering if there is a way to save the distance when the camera last sees the target, our team is in need of some help, please.
Some questions:
- What language?
- What Camera?
- Are you processing on the robot, or the DS?
I’ll post back with some ideas as soon as you can get some more concrete info. Although, your camera shouldn’t be shutting off when the shooter comes on, as the PDB can easily source that much current from a good battery…
our camera isnt shutting off its when we turn our shooter on the robot shakes and the camera losses track of the target, it doesnt shut off, we have the m1011 axis camera using it with the labview frc control system, we were wondering if we could save the distance value to tell the shooter how fast to shoot. we are doing the processing on the crio
you don’t want to save the image, rather you want to latch the array that comes out of the processing VI while the shooter is running. just put a while loop out to the right of your main vision loop to latch the value into a shift register whenever you turn on your shooter.