From 6d278b27c0e2de54e3571334f4a2b7d8e1dcdd78 Mon Sep 17 00:00:00 2001
From: Jakub Wlodek
Date: Fri, 25 Jul 2025 16:03:41 -0400
Subject: [PATCH 1/3] Add clang format and pre commit configuraiton
---
.clang-format | 10 ++++++++++
.pre-commit-config.yaml | 24 ++++++++++++++++++++++++
uvcApp/src/ADUVC.h | 12 ------------
3 files changed, 34 insertions(+), 12 deletions(-)
create mode 100644 .clang-format
create mode 100644 .pre-commit-config.yaml
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..c0a5c54
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,10 @@
+BasedOnStyle: Google
+IndentWidth: 4
+TabWidth: 4
+UseTab: Never
+ColumnLimit: 100
+
+# pointers/references are aligned to the type
+PointerAlignment: Left
+# Include space after C-style cast
+SpaceAfterCStyleCast: true
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
new file mode 100644
index 0000000..dc5bec7
--- /dev/null
+++ b/.pre-commit-config.yaml
@@ -0,0 +1,24 @@
+exclude: ^uvcSupport/
+repos:
+ # General pre-commit hooks
+ - repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v4.5.0
+ hooks:
+ - id: trailing-whitespace
+ - id: end-of-file-fixer
+ - id: check-merge-conflict
+ - id: check-added-large-files
+ - id: check-case-conflict
+ - id: check-executables-have-shebangs
+ - id: check-shebang-scripts-are-executable
+ - id: check-yaml
+ - id: check-json
+ - id: check-xml
+ - id: mixed-line-ending
+ args: ['--fix=lf']
+
+
+ - repo: https://github.com/pre-commit/mirrors-clang-format
+ rev: v14.0.6
+ hooks:
+ - id: clang-format
diff --git a/uvcApp/src/ADUVC.h b/uvcApp/src/ADUVC.h
index 6bd8a06..c998e54 100644
--- a/uvcApp/src/ADUVC.h
+++ b/uvcApp/src/ADUVC.h
@@ -273,18 +273,6 @@ class ADUVC : ADDriver{
// UVC Functions - Camera functions
//-----------------------------------------
- // Functions that set image processing and acquisiton controls
- asynStatus setExposure(int exposureTime);
- asynStatus setGamma(int gamma);
- asynStatus setBacklightCompensation(int backlightCompensation);
- asynStatus setBrightness(int brightness);
- asynStatus setContrast(int contrast);
- asynStatus setGain(int gain);
- asynStatus setPowerLineFrequency(int powerLineFrequency);
- asynStatus setHue(int hue);
- asynStatus setSaturation(int saturation);
- asynStatus setSharpness(int sharpness);
-
// Functions that allow for PTZ (Pan/Tilt/Zoom) control for supported devices
asynStatus processPanTilt(int panDirection, int tiltDirection);
asynStatus processZoom(int zoomDirection);
From 64ac3e9d7a1f54320dd90147614421e2aca8fd9f Mon Sep 17 00:00:00 2001
From: Jakub Wlodek
Date: Fri, 25 Jul 2025 16:06:46 -0400
Subject: [PATCH 2/3] Apply pre-commit formatting
---
LICENSE | 52 +-
README.md | 2 +-
RELEASE.md | 12 +-
configure/CONFIG | 2 +-
configure/CONFIG_SITE | 2 +-
configure/Makefile | 2 +-
configure/RELEASE | 2 +-
configure/RULES | 2 +-
configure/RULES.ioc | 2 +-
configure/RULES_DIRS | 2 +-
configure/RULES_TOP | 2 +-
docs/ADUVC/ADUVC.rst | 12 +-
docs/ADUVC/lsusb.rst | 32 +-
docs/assets/lsusb.txt | 32 +-
docs/index.html | 10 +-
docs/scripts/insertMarkdown.py | 63 --
docs/scripts/updateReleaseNotes.sh | 12 -
docs/uvcDoc.css | 2 +-
iocs/uvcIOC/configure/CONFIG | 1 -
.../uvcIOC/iocBoot/iocADUVC/auto_settings.req | 1 -
iocs/uvcIOC/iocBoot/iocADUVC/autosave/README | 2 +-
iocs/uvcIOC/iocBoot/iocADUVC/st.cmd | 10 +-
iocs/uvcIOC/uvcApp/src/Makefile | 1 -
iocs/uvcIOC/uvcApp/src/uvcAppMain.cpp | 10 +-
uvcApp/Db/ADUVC.template | 2 -
uvcApp/Db/Makefile | 2 +-
uvcApp/op/opi/ADUVC.opi | 6 +-
uvcApp/src/ADUVC.cpp | 779 ++++++++----------
uvcApp/src/ADUVC.h | 402 +++++----
uvcApp/src/UVC_DTYPES.md | 2 +-
30 files changed, 660 insertions(+), 803 deletions(-)
delete mode 100755 docs/scripts/insertMarkdown.py
delete mode 100755 docs/scripts/updateReleaseNotes.sh
diff --git a/LICENSE b/LICENSE
index 7781cc8..7af7d9f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,8 +1,8 @@
Copyright (c) 2018 Brookhaven Science Associates, as Operator
of Brookhaven National Laboratory
-
+
All Rights Reserved
-
+
Area detector USB Video Class (UVC) device driver implementation
Photon Sciences Division
@@ -16,41 +16,41 @@ EXCEPTIONS
OPEN SOURCE LICENSE
-
-Redistribution and use in source and binary forms, with or without
+
+Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer. Software changes,
- modifications, or derivative works, should be noted with comments and
+
+1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer. Software changes,
+ modifications, or derivative works, should be noted with comments and
the author and organization's name.
-
+
2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
+ this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
-
+
3. Neither the names of Brookhaven Science Associates, Brookhaven National
Laboratory, or the Department of Energy nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
-
-4. The software and the end-user documentation included with the
+
+4. The software and the end-user documentation included with the
redistribution, if any, must include the following acknowledgment:
-
- "This product includes software produced with the support of the
+
+ "This product includes software produced with the support of the
Brookhaven National Laboratory Photon Sciences division."
-
+
****************************************************************************
-
+
DISCLAIMER
-
+
THE SOFTWARE IS SUPPLIED "AS IS" WITHOUT WARRANTY OF ANY KIND.
-
-Neither the United States GOVERNMENT, nor the United States Department
-of Energy, NOR Brookhaven National Laboratory, LLC, nor any of their employees, makes
-any warranty, express or implied, or assumes any legal liability or
-responsibility for the accuracy, completeness, or usefulness of any
-information, data, apparatus, product, or process disclosed, or
+
+Neither the United States GOVERNMENT, nor the United States Department
+of Energy, NOR Brookhaven National Laboratory, LLC, nor any of their employees, makes
+any warranty, express or implied, or assumes any legal liability or
+responsibility for the accuracy, completeness, or usefulness of any
+information, data, apparatus, product, or process disclosed, or
represents that its use would not infringe privately owned rights.
-
-****************************************************************************
\ No newline at end of file
+
+****************************************************************************
diff --git a/README.md b/README.md
index 9b40243..8bfe206 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
An [EPICS](www.aps.anl.gov/epics) [areaDetector](https://github.com/areaDetector/areaDetector/blob/master/README.md) driver for communicating with USB Video Class (UVC) devices, including consumer webcams and some industrial cameras, using the open source [libuvc library](https://github.com/libuvc/libuvc).
-The driver has been tested on 64 bit linux only, but it is possible that it will also work on windows and other architectures as well.
+The driver has been tested on 64 bit linux only, but it is possible that it will also work on windows and other architectures as well.
It was tested with many devices, including the following:
diff --git a/RELEASE.md b/RELEASE.md
index 5429e95..0b6c91e 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,6 +1,6 @@
# ADUVC RELEASES
-Author: Jakub Wlodek
+Author: Jakub Wlodek
ADUVC requires libusb, libuvc, epics-base, epics-modules, ADCore, and ADSupport. Further installation information can be found in the README file.
@@ -30,7 +30,7 @@ R1-7 (27-January-2023)
* Fixes
* Minor bug with continuous acquisition mode fixed
* Avoid "Auto Adjust" as default behavior
-
+
R1-6 (1-December-2020)
----
@@ -64,9 +64,9 @@ R1-4 (18-August-2020)
* Allow for helper utilities to compile with non-system installed libuvc
* Known Issues
- * `libuvc` relies on `libusb-1.0`, not `libusb`.
+ * `libuvc` relies on `libusb-1.0`, not `libusb`.
* When camera is not connected, driver segmentation faults - should be handled more gracefully.
-
+
R1-3 (06-September-2019)
-----
@@ -113,7 +113,7 @@ R1-1 (28-January-2019)
* Updated documentation with params[in]/[out]
* Added LICENSE
* Code formatting cleaned up (removed all tab characters)
-
+
R1-0 (7-December-2018)
-----
@@ -131,7 +131,7 @@ R1-0 (7-December-2018)
R0-1 (Beta) (5-November-2018)
-----
-* Key detector features implemented:
+* Key detector features implemented:
* Image Acquisition supported and tested.
* Acquisition mode selection supported and tested
* Diagnostic information acquisition
diff --git a/configure/CONFIG b/configure/CONFIG
index 6054d1a..331fd70 100644
--- a/configure/CONFIG
+++ b/configure/CONFIG
@@ -25,4 +25,4 @@ include $(TOP)/configure/CONFIG_SITE
ifdef T_A
-include $(TOP)/configure/CONFIG_SITE.Common.$(T_A)
-include $(TOP)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A)
-endif
\ No newline at end of file
+endif
diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE
index dc6e104..4df968f 100644
--- a/configure/CONFIG_SITE
+++ b/configure/CONFIG_SITE
@@ -39,4 +39,4 @@ CHECK_RELEASE = YES
ifdef T_A
-include $(AREA_DETECTOR)/configure/CONFIG_SITE.Common.$(T_A)
-include $(AREA_DETECTOR)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A)
-endif
\ No newline at end of file
+endif
diff --git a/configure/Makefile b/configure/Makefile
index e9e1078..9254309 100644
--- a/configure/Makefile
+++ b/configure/Makefile
@@ -5,4 +5,4 @@ include $(TOP)/configure/CONFIG
TARGETS = $(CONFIG_TARGETS)
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))
-include $(TOP)/configure/RULES
\ No newline at end of file
+include $(TOP)/configure/RULES
diff --git a/configure/RELEASE b/configure/RELEASE
index be6b9c3..e835000 100644
--- a/configure/RELEASE
+++ b/configure/RELEASE
@@ -4,4 +4,4 @@
-include $(TOP)/../configure/RELEASE_LIBS_INCLUDE
-include $(TOP)/RELEASE.local
--include $(TOP)/configure/RELEASE.local
\ No newline at end of file
+-include $(TOP)/configure/RELEASE.local
diff --git a/configure/RULES b/configure/RULES
index b0054ec..6d56e14 100644
--- a/configure/RULES
+++ b/configure/RULES
@@ -3,4 +3,4 @@
include $(CONFIG)/RULES
# Library should be rebuilt because LIBOBJS may have changed.
-$(LIBNAME): ../Makefile
\ No newline at end of file
+$(LIBNAME): ../Makefile
diff --git a/configure/RULES.ioc b/configure/RULES.ioc
index 151337e..901987c 100644
--- a/configure/RULES.ioc
+++ b/configure/RULES.ioc
@@ -1,2 +1,2 @@
#RULES.ioc
-include $(CONFIG)/RULES.ioc
\ No newline at end of file
+include $(CONFIG)/RULES.ioc
diff --git a/configure/RULES_DIRS b/configure/RULES_DIRS
index ad50f9a..3ba269d 100644
--- a/configure/RULES_DIRS
+++ b/configure/RULES_DIRS
@@ -1,2 +1,2 @@
#RULES_DIRS
-include $(CONFIG)/RULES_DIRS
\ No newline at end of file
+include $(CONFIG)/RULES_DIRS
diff --git a/configure/RULES_TOP b/configure/RULES_TOP
index 334a29f..2b8cbc6 100644
--- a/configure/RULES_TOP
+++ b/configure/RULES_TOP
@@ -1,2 +1,2 @@
#RULES_TOP
-include $(CONFIG)/RULES_TOP
\ No newline at end of file
+include $(CONFIG)/RULES_TOP
diff --git a/docs/ADUVC/ADUVC.rst b/docs/ADUVC/ADUVC.rst
index 1e0cde4..76380dc 100644
--- a/docs/ADUVC/ADUVC.rst
+++ b/docs/ADUVC/ADUVC.rst
@@ -17,7 +17,7 @@ An EPICS driver for USB Video Class (UVC) devices
.. _libuvc: https://github.com/ktossell/libuvc
.. _ADUVC: https://github.com/epicsNSLS2-areaDetector/ADUVC
.. _areaDetector: https://github.com/areaDetector
-
+
Overview
--------
@@ -56,7 +56,7 @@ Issues with root ownership of UVC devices
-----------------------------------------
The USB camera device is typically owned by root, which prevents EPICS IOC from running as softioc user, and automatic startup using procServer. To grant access to USB camera device by other users, such as softioc, we wrote udev rules::
-
+
kgofron@xf17bm-ioc2:/etc/udev/rules.d$ more usb-cams.rules
# cam1 f007
SUBSYSTEM=="usb", ATTRS{idVendor}=="f007", OWNER="softioc", GROUP="softioc", MODE="0666", SYMLINK="cam1"
@@ -160,7 +160,7 @@ Release Notes
- Allow for helper utilities to compile with non-system installed libuvc
- Known Issues
-
+
- libuvc relies on libusb-1.0, not libusb.
- When camera is not connected, driver segmentation faults; should be handled more gracefully.
@@ -293,9 +293,9 @@ Known Issues and pull requests
------------------------------
- To submit an issue or a pull request for ADUVC, please do so at the source fork on `Github `__.
-- Many low end vendors do not assign Serial Numbers (S/N), and such cameras must be started using Product Number instead.
+- Many low end vendors do not assign Serial Numbers (S/N), and such cameras must be started using Product Number instead.
- Some vendors assign same S/N for the same model, and such multiples of such cameras do not work well when connected to same computer USB hub.
-- USB cameras have to be accessed by root, and access by other users is enabled by modifying /etc/udev/rules.
+- USB cameras have to be accessed by root, and access by other users is enabled by modifying /etc/udev/rules.
Important links
---------------
@@ -303,5 +303,3 @@ Important links
- libuvc_, is a cross-platform library for USB video devices.
- ADUVC_ driver on Github.
- areaDetector_ on Github.
-
-
diff --git a/docs/ADUVC/lsusb.rst b/docs/ADUVC/lsusb.rst
index abe8bff..8d09b9f 100644
--- a/docs/ADUVC/lsusb.rst
+++ b/docs/ADUVC/lsusb.rst
@@ -2,13 +2,13 @@
kaz@kaz-VirtualBox:~/src/git/camera/pandac$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
- Bus 001 Device 003: ID 80ee:0030 VirtualBox
+ Bus 001 Device 003: ID 80ee:0030 VirtualBox
Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
kaz@kaz-VirtualBox:~/src/git/camera/pandac$ lsusb -s 001:003 -v
- Bus 001 Device 003: ID 80ee:0030 VirtualBox
+ Bus 001 Device 003: ID 80ee:0030 VirtualBox
Couldn't open device, some information will be missing
Device Descriptor:
bLength 18
@@ -19,11 +19,11 @@
bDeviceProtocol 1 Interface Association
bMaxPacketSize0 16
idVendor 0x80ee VirtualBox
- idProduct 0x0030
+ idProduct 0x0030
bcdDevice 1.00
- iManufacturer 1
- iProduct 2
- iSerial 3
+ iManufacturer 1
+ iProduct 2
+ iSerial 3
bNumConfigurations 1
Configuration Descriptor:
bLength 9
@@ -31,7 +31,7 @@
wTotalLength 487
bNumInterfaces 2
bConfigurationValue 1
- iConfiguration 0
+ iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 500mA
@@ -42,8 +42,8 @@
bInterfaceCount 2
bFunctionClass 14 Video
bFunctionSubClass 3 Video Interface Collection
- bFunctionProtocol 0
- iFunction 2
+ bFunctionProtocol 0
+ iFunction 2
Interface Descriptor:
bLength 9
bDescriptorType 4
@@ -52,8 +52,8 @@
bNumEndpoints 1
bInterfaceClass 14 Video
bInterfaceSubClass 1 Video Control
- bInterfaceProtocol 0
- iInterface 2
+ bInterfaceProtocol 0
+ iInterface 2
VideoControl Interface Descriptor:
bLength 13
bDescriptorType 36
@@ -70,7 +70,7 @@
bTerminalID 1
wTerminalType 0x0201 Camera Sensor
bAssocTerminal 0
- iTerminal 0
+ iTerminal 0
wObjectiveFocalLengthMin 0
wObjectiveFocalLengthMax 0
wOcularFocalLength 0
@@ -87,7 +87,7 @@
bControlSize 3
bmControls 0x00000001
Brightness
- iProcessing 0
+ iProcessing 0
bmVideoStandards 0x 9
None
SECAM - 625/50
@@ -99,7 +99,7 @@
wTerminalType 0x0101 USB Streaming
bAssocTerminal 0
bSourceID 2
- iTerminal 0
+ iTerminal 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
@@ -118,8 +118,8 @@
bNumEndpoints 1
bInterfaceClass 14 Video
bInterfaceSubClass 2 Video Streaming
- bInterfaceProtocol 0
- iInterface 0
+ bInterfaceProtocol 0
+ iInterface 0
VideoStreaming Interface Descriptor:
bLength 14
bDescriptorType 36
diff --git a/docs/assets/lsusb.txt b/docs/assets/lsusb.txt
index e43d44b..1829031 100644
--- a/docs/assets/lsusb.txt
+++ b/docs/assets/lsusb.txt
@@ -1,12 +1,12 @@
kaz@kaz-VirtualBox:~/src/git/camera/pandac$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
-Bus 001 Device 003: ID 80ee:0030 VirtualBox
+Bus 001 Device 003: ID 80ee:0030 VirtualBox
Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
kaz@kaz-VirtualBox:~/src/git/camera/pandac$ lsusb -s 001:003 -v
-Bus 001 Device 003: ID 80ee:0030 VirtualBox
+Bus 001 Device 003: ID 80ee:0030 VirtualBox
Couldn't open device, some information will be missing
Device Descriptor:
bLength 18
@@ -17,11 +17,11 @@ Device Descriptor:
bDeviceProtocol 1 Interface Association
bMaxPacketSize0 16
idVendor 0x80ee VirtualBox
- idProduct 0x0030
+ idProduct 0x0030
bcdDevice 1.00
- iManufacturer 1
- iProduct 2
- iSerial 3
+ iManufacturer 1
+ iProduct 2
+ iSerial 3
bNumConfigurations 1
Configuration Descriptor:
bLength 9
@@ -29,7 +29,7 @@ Device Descriptor:
wTotalLength 487
bNumInterfaces 2
bConfigurationValue 1
- iConfiguration 0
+ iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 500mA
@@ -40,8 +40,8 @@ Device Descriptor:
bInterfaceCount 2
bFunctionClass 14 Video
bFunctionSubClass 3 Video Interface Collection
- bFunctionProtocol 0
- iFunction 2
+ bFunctionProtocol 0
+ iFunction 2
Interface Descriptor:
bLength 9
bDescriptorType 4
@@ -50,8 +50,8 @@ Device Descriptor:
bNumEndpoints 1
bInterfaceClass 14 Video
bInterfaceSubClass 1 Video Control
- bInterfaceProtocol 0
- iInterface 2
+ bInterfaceProtocol 0
+ iInterface 2
VideoControl Interface Descriptor:
bLength 13
bDescriptorType 36
@@ -68,7 +68,7 @@ Device Descriptor:
bTerminalID 1
wTerminalType 0x0201 Camera Sensor
bAssocTerminal 0
- iTerminal 0
+ iTerminal 0
wObjectiveFocalLengthMin 0
wObjectiveFocalLengthMax 0
wOcularFocalLength 0
@@ -85,7 +85,7 @@ Device Descriptor:
bControlSize 3
bmControls 0x00000001
Brightness
- iProcessing 0
+ iProcessing 0
bmVideoStandards 0x 9
None
SECAM - 625/50
@@ -97,7 +97,7 @@ Device Descriptor:
wTerminalType 0x0101 USB Streaming
bAssocTerminal 0
bSourceID 2
- iTerminal 0
+ iTerminal 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
@@ -116,8 +116,8 @@ Device Descriptor:
bNumEndpoints 1
bInterfaceClass 14 Video
bInterfaceSubClass 2 Video Streaming
- bInterfaceProtocol 0
- iInterface 0
+ bInterfaceProtocol 0
+ iInterface 0
VideoStreaming Interface Descriptor:
bLength 14
bDescriptorType 36
diff --git a/docs/index.html b/docs/index.html
index 1268e7a..6dc7e5f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -16,7 +16,7 @@ Corresponding author: Kazimierz Gofron
Introduction:
- UVC, or USB Video Class is an open Video connection standard used for USB based cameras and webcams. Almost all consumer webcams support
+ UVC, or USB Video Class is an open Video connection standard used for USB based cameras and webcams. Almost all consumer webcams support
UVC, along with a large number of other consumer USB cameras of different form factors, ranging from pencil cameras to micro cameras.
Some industrial cameras support the format as well. ADUVC is an area detector driver that adds support for UVC based cameras.
It also includes some useful test programs to check if your UVC device is being recognized correctly.
@@ -28,8 +28,8 @@
Installation:
file. To install ADUVC, you must first install libuvc and its dependancies. The simplest way to do this is to run the provided
bash script in the adUVCSupport directory of the repository. This installs libusub, libjpeg, and cmake, clones the
libuvc repository on github, and then builds it using cmake. The dynamic library files
- resulting from the build are placed in the /usr/local directory (on Linux), and include files must be placed in adUVCSupport/include.
- From here you may compile the support programs or the driver itself by entering the appropriate directory (the top ADUVC dir. for the
+ resulting from the build are placed in the /usr/local directory (on Linux), and include files must be placed in adUVCSupport/include.
+ From here you may compile the support programs or the driver itself by entering the appropriate directory (the top ADUVC dir. for the
driver), and compiling by switching to root and typing 'make'. The driver is now installed.
@@ -37,7 +37,7 @@ Driver Contents:
- install-libuvc.sh -> Installation script for libuvc and its dependancies.
- cameraDetector -> C++ program that detects all connected UVC devices. Useful for finding serial/product number for IOC
- - imageCaptureTest -> C++ program that uses OpenCV to capture 200 frames from the camera to test if libuvc has been installed and the
+
- imageCaptureTest -> C++ program that uses OpenCV to capture 200 frames from the camera to test if libuvc has been installed and the
camera is connected.
- ADUVC driver -> The source code for the area detector driver itself in the uvcApp/src directory.
@@ -286,6 +286,6 @@ Important links:
- ADUVC on Github
- areaDetector on Github
-
+