Skip to content

Demonstration of how to operate the Raspberry Pi camera using C and C++

License

Notifications You must be signed in to change notification settings

jeffmachyo/Raspberry-Pi-Camera-C-and-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry-Pi-Camera-C-and-CPP

Demonstration of how to operate the Raspberry Pi camera using C and C++. You may incorporate this code into your existing C/C++ code.

C++ compilation: g++ -o main main.cpp cam.cpp

C compilation: gcc -o main main.c cam.c

About

Demonstration of how to operate the Raspberry Pi camera using C and C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published