Skip to content

Pattern matching with pylon SDK and OpenCV on embedded Jetson Nano

License

Notifications You must be signed in to change notification settings

florianbecker/PatternMatching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

# Debugging of build steps
set(CMAKE_VERBOSE_MAKEFILE ON)

Qt6

You can switch from Qt5 to Qt6 - default: Qt5

# Enable Qt build - use Qt5 or Qt6
set(QtVERSION Qt6)