This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% PART A | |
%linking camera with rasperry pi | |
%creating a camera board object | |
clear rpi; | |
rpi= raspi(); | |
cam = cameraboard(rpi,'Resolution','640x480'); | |
%PART B | |
% code to start the camera and to capture image | |
Clear all | |
Close all |