3d scanner with Arduino and laser pointer

@paulgoux hi

i do have this part of code how to replace it using ketai library can ketai works instead of video library?


import processing.video.*;
import nervoussystem.obj.*;
import processing.serial.*;
Capture cam ;
Serial myPort;


void setup() {
  size(800, 600);
  
 
  
    cam = new Capture(this, 640, 480);
    cam.start();
  }

i try to follow this code but could not

Open Android Camera