arkceajin / PylonCamQtDemo

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

NVIDIA Jetson ARM Support (GCC/NVCC) #1

Open MatthewAwesome opened 3 years ago

MatthewAwesome commented 3 years ago

Hi there,

I've tweaked your repo and made it useable with and NVIDIA Jetson Nano device. Let me know if you're interested in updating this repo. Happy to drop a pull request if you still want to maintain this code.

Be Awesome!

arkceajin commented 3 years ago

Hi @MatthewAwesome

I am very happy to know you update it. Please push the update.

MatthewAwesome commented 3 years ago

Pull request added.

Upon looking at your project a bit more, it looks like the directory structure for the more recent Pylon releases has changed a bit. In my version, 6.2.0, there are no /pylon/lib/x86 or /pylon/lib/win32 directories. All libraries are seem to live in /pylon/lib/, with the flavor ascribed to the package downloaded from Basler.

Thus, my guess is that build on windows machine may fail with more recent version of pylon.

Don't have immediate access to a windows machine, but will test when able.

arkceajin commented 2 years ago

@MatthewAwesome Thank you, I also don't have the Windows Pylon SDK, if there is any Qt issue, I can help to update this repo. but if any Pylon API changes, I cannot help anymore. I shared the access of the repo with you, if you have any updates, please feel free to push it.