Trying to resize video from ipCapture - Processing (AndroidMode)

The error says no such method. I looked into the class on github, and I couldn’t find a method resize. So I think you have to find out a work around.
Just a wild guess. Declare PImage img;
img = cam.read();
img.resize(800,400);