arkceajin / PylonCamQtDemo

Basic Pylon Camera demo using Qt/C++
MIT License
4 stars 4 forks source link

Linux compatible: aarch64 and x86 functionality. #2

Closed MatthewAwesome closed 3 years ago

MatthewAwesome commented 3 years ago

Edited the PylonCameraDemo.pro and QPylonCamera.h files to broaden functionality beyond windows machines.

Builds and runs on NVIDIA Jetson Nano (aarch64) and Ubuntu 18.04.4 LTS (x86; Intel i7).

arkceajin commented 3 years ago

LGTM, thank you