コード例 #1
0
 @Override
 protected void shutdown() {
   System.out.println("Shutdown cam " + camId);
   cam.release();
   while (cam.isOpened()) {}
 }