Skip to content
Snippets Groups Projects
Commit cda2ef96 authored by 윤현준's avatar 윤현준
Browse files

code controlling camera and rgbled

parent 390b3ae6
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ void camera()
{
FILE *fp;
system("raspistill -t 1000 -o captures/cam.jpg");
sleep(3);
sleep(2);
/* Python 스크립트 실행 */
fp = popen("python3 get_distance.py", "r");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment