From 66067fa900fa5caf8f01fdc0b5d0b5995b86a91c Mon Sep 17 00:00:00 2001 From: PGP 2F93D5AF Date: Mon, 13 Aug 2018 23:25:34 +0200 Subject: [PATCH] Add '2B' model to the compatibility hardware list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b957b3..5954518 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Screenshots produced using `CameraDummy` that produces unicolor images. ### Technical specifications * Many camera models supported, thanks to interfaces to [gPhoto2](http://www.gphoto.org/), [OpenCV](https://opencv.org/), [Raspberry Pi camera module](https://projects.raspberrypi.org/en/projects/getting-started-with-picamera) -* Tested on Standard x86 hardware and [Raspberry Pi](https://raspberrypi.org/) models 1B+, 3B, 3B+ +* Tested on Standard x86 hardware and [Raspberry Pi](https://raspberrypi.org/) models 1B+, 2B, 3B and 3B+ * Flexible, modular design: Easy to add features or customize the appearance * Multi-threaded for responsive GUI and fast processing * Based on [Python 3](https://www.python.org/), [Pillow](https://pillow.readthedocs.io), and [Qt5](https://www.qt.io/developers/)