Skip to content

Commit 83994c1

Browse files
committed
some typoos in readme
1 parent 6ccb456 commit 83994c1

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Raspberry userland repository with additional raspigemcam. raspigemcam is the proprietary camera driver for gemcam (github.com/henkrijneveld/Gemcam.git)
22

33
**Documentation**
4+
45
The documentatation of the original raspimjpeg can be found here: http://elinux.org/RPi-Cam-Web-Interface
56

67
In addition, raspigemcam offers the extra functions:
@@ -11,26 +12,38 @@ In addition, raspigemcam offers the extra functions:
1112

1213

1314
**Additional files**
14-
Directory raspgemcam contains the executable and configuration file.
15+
16+
Directory raspgemcam-bin contains the executable and configuration file.
1517

1618
New files in host_applications/linux/apps/raspicam/:
19+
1720
RaspiGCam.c
21+
1822
RaspiGCmds.c
23+
1924
RaspiGemcam.c
25+
2026
RaspiGemcam.h
27+
2128
RaspiGMotion.c
29+
2230
RaspiGUtils.c
2331

32+
2433
**Modified files**
34+
2535
in host_applications/linux/apps/raspicam/:
36+
2637
CMakeLists.txt
2738

2839
**Building**
40+
2941
Clone on a Pi, run ./buildme. Maybe you have to install utilities lik cmake first. "They" say that crosscompiling is possible, I would say: use a pi.
3042

3143
After the build, raspigemcam can be found in /opt/vc/bin on the pi. Copy this file to the raspgemcam-bin directory (after some testing, please).
3244

3345
**Acknowledgements**
46+
3447
raspigemcam is a modified version from raspimjpeg (https://github.com/roberttidey/userland). As raspigemcam will (now or in the future) not be backwards compatible, and only will be used with the HQ cam, and only for still images, a copy instead of a fork is created. To avoid confusion, the name is changed.
3548

3649
**Original Readme from raspberry/userland**

0 commit comments

Comments
 (0)