Skip to content

Commit e82f68b

Browse files
committed
docs: Add documentation to libraries file.
1 parent 0f8ad88 commit e82f68b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libraries/Camera/library.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=Camera
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=Camera library for Portenta H7 Vision Shield
6-
paragraph=
7-
category=Other
5+
sentence=Library to capture pixels from supported cameras on Arduino boards.
6+
paragraph=The Arduino camera library is a C++ library designed to capture frames from cameras on supported Arduino products. It is currently compatible with three camera models, namely OV7670, Himax HM0360, Himax HM01B0, and GC2145. This library captures pixels and stores them in a frame buffer. The frames can then be retrieved continuously for processing.
7+
category=Device Control
88
url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/Camera
9-
architectures=mbed,mbed_portenta,mbed_nicla
9+
architectures=mbed,mbed_portenta,mbed_nicla,mbed_giga

0 commit comments

Comments
 (0)