Does anyone know whether PROS has any way to take a snapshot of what the vision sensor is viewing at a given time? Has PROS even implemented anything like this? Vex Coding Studio has something that does this.
When you use the vision sensor API, the latest “image” from the Vision Sensor is used, there’s no need to take snapshots.
If you’re interested in capturing many signatures and filtering them later, you can use [
](https://pros.cs.purdue.edu/v5/api/cpp/vision.html#read-by-size).