Hi all,

I'm using setCropRect to crop my input images. However I want to input as cropping coordinates the result from a first NN, and then feed the cropped image to a second NN. So I was wondering if it was possible to change the cropping parameters dynamically while running, as I have tested that simply adjusting crop.initialConfig.setCropRect((new_values)) in the while loop after getting the first NN's results doesn't work.

Thanks!