애초에 이게 처음이라 잘 모르겠다.

 

// This is the camera pin connection. Connect the camera TX
// to pin 2, camera RX to pin 3
NewSoftSerial cameraconnection = NewSoftSerial(2, 3);

// Set the picture size - you can choose one of 640x480, 320x240 or 160x120
// Remember that bigger pictures take longer to transmit!
cam.setImageSize(VC0706_640x480);        // biggest
//cam.setImageSize(VC0706_320x240);        // medium
//cam.setImageSize(VC0706_160x120);          // small

//  Motion detection system can alert you when the camera 'sees' motion!
cam.setMotionDetect(true);           // turn it on
//cam.setMotionDetect(false);        // turn it off   (default)

 

 

일단 카메라 사이트는 https://learn.adafruit.com/ttl-serial-camera/using-the-camera

요기얌

 

저기서 했을때 세번째줄부터 오류나는데 뭐 깔아야하는거야?

지문인식 했을때도 뭔가를 깔긴 했는데 기억이안나

 

내가 무엇이 틀렸는지,

어떻게 고쳐야하는지,

무언가를 깔아야하면 뭘 깔아야하는지좀 알려줄 수 있을까?ㅠㅠㅠ??