Files
motion/raspicam
popoviciri 2eabcfc371 Update mmal raspicam (#1005)
* update raspicam files with latest from raspberrypi/userland

* document changes to "RaspiCamControl.c" file
2019-09-20 11:46:20 -06:00
..
2019-09-20 11:46:20 -06:00
2019-09-20 11:46:20 -06:00
2019-09-20 11:46:20 -06:00
2019-09-20 11:46:20 -06:00

The files in this directory are used in the MMAL/RaspberryPI camera
support code. The files were taken from the Raspberry PI userland git
repository:

https://github.com/raspberrypi/userland

The files are mostly a straight copy from the userland versions. Only
the "RaspiCamControl.c" file was altered to include the
"mmal_status_to_int" function defined in the helper module
"RaspiHelpers.h". The callout to the helper module was therefore
removed. The inserted "mmal_status_to_int" function is an exact copy
from the helper module.

They are used to parse an options string and setup the camera
parameters appropriately. The format of the string is the same as
other raspberry pi camera tools.