Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/florianbecker/patternmatching

Pattern matching with pylon SDK and OpenCV on embedded Jetson Nano
https://github.com/florianbecker/patternmatching

camera cpp cpp11 cpp14 cpp17 embedded matching opencv pattern pylon qt qt5 qt5-gui qt5-widgets

Last synced: 11 days ago
JSON representation

Pattern matching with pylon SDK and OpenCV on embedded Jetson Nano

Awesome Lists containing this project

README

        

# PatternMatching
Pattern matching with pylon SDK and OpenCV on embedded Jetson Nano

## User-defined build variables
Inside cmake/env.cmake you will find some user-defined build variables for particular purposes.

### Debugging
You can log the verbose build output.
```cmake
# Debugging of build steps
set(CMAKE_VERBOSE_MAKEFILE ON)
```

### Qt6
You can switch from Qt5 to Qt6 - default: Qt5
```cmake
# Enable Qt build - use Qt5 or Qt6
set(QtVERSION Qt6)
```