Christopher Mahoney

Results 45 comments of Christopher Mahoney

Here is my vision for implementing this: - Add a 'crop' tab (`pipe`) to each pipeline. - Crop parameters are x, y, width, and height as expected. - These parameters...

I think there is value in static cropping and dynamic cropping. I think most teams could use static cropping today if we shipped it. You could remove a portion of...

My vision: 1. A static crop (yellow box). Pixels outside of which are never evaluated. 2. A dynamic crop (red box) that can be controlled via robot code or the...

I think removing is the right choice since that is what was done in #6673. > Once we decide which of removing and deprecating we want to do, this would...

Ah - I misunderstood the scope of the change. I understand what you are looking for now.