Hello,
grabber.getTexture().drawSubsection(0,0,960,1080,cropped_x, cropped_y, cropped_width, cropped_height);
should do the trick without using getPixels() that sends pixels back to the CPU...
Hello,
grabber.getTexture().drawSubsection(0,0,960,1080,cropped_x, cropped_y, cropped_width, cropped_height);
should do the trick without using getPixels() that sends pixels back to the CPU...