Skip to content

Instantly share code, notes, and snippets.

@chenigodwin
chenigodwin / Automated traffic data collection Algorithm,Godwin Micheni 5th Year,Civil Engineering, DeKUT
Last active October 14, 2015 06:10
Dedan Kimathi University,5th year project.Automatic Traffic Data Collection and Analysis Using Optical Camera and Sensor Image Recognition
% 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