Skip to content

A C++ wrapper for Raspberry PI camera library, including callbacks, streaming, and encoding.

License

Notifications You must be signed in to change notification settings

EwingKang/rpicam-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raspicam-cpp

A C++ wrapper for Raspberry PI camera library, including callbacks, streaming, and encoding. It can dump accurate timestamp from ISP (Image signal processor) within the RPi4's Broadcom BCM2711 CPU. This is intended to be used as the source for sensor fusion project such as VIO, V-SLAM, etc...

Dependencies

This library is intended to be used as a submodule of other projects. However, it still can be compile with some modification. You can include this repo as submodule with cmake add_subdirectory() function.

TODO

  • [o] Finish secondary TODOs in raspicam_camcontrol.cpp/ hpp
  • [o] Isolate raspicam CPP to a stand alone project
  • [o] (Maybe?) get a better name then raspi_encamode. Call it CppRaspiVid maybe?

About

A C++ wrapper for Raspberry PI camera library, including callbacks, streaming, and encoding.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published