openpnp-capture/QtCaptureTest
2025-03-18 17:49:18 +00:00
..
main.cpp Move QtCaptureTest out of Mac folder + buildable for all platforms 2017-10-05 13:02:28 +11:00
mainwindow.cpp QTCaptureTest: Add support for disabling autofocus 2019-01-05 23:04:41 +01:00
mainwindow.h QTCaptureTest: Add support for disabling autofocus 2019-01-05 23:04:41 +01:00
mainwindow.ui QTCaptureTest: Add support for disabling autofocus 2019-01-05 23:04:41 +01:00
QtCaptureTest.pro No longer require manually setting include path in dependants 2025-03-18 17:49:18 +00:00
README.md Create README.md 2022-03-17 19:19:11 -05:00

Dependencies

  • Qt 4+.
  • C++ compiler.
  • make

Build

qmake
make

macOS

To run on macOS I had to include the build path for openpnp-capture:

> DYLD_LIBRARY_PATH=../build ./QtCaptureTest