Nick Garay

Results 4 comments of Nick Garay

Forgive the ignorance, what should the version be for compatibility amongst these three: ``` embeddedImpl group: 'org.bytedeco', name: 'javacv-platform', version: '1.5.7' embeddedImpl 'org.bytedeco:javacpp-presets:1.5.7' embeddedImpl group: 'org.bytedeco.javacpp-presets', name: 'opencv', version: '4.0.1-1.4.4'...

I changed my dependencies to: ``` embeddedImpl group: 'org.bytedeco', name: 'opencv-platform', version: '4.5.5-1.5.7' embeddedImpl group: 'org.bytedeco', name: 'opencv-platform-gpu', version: '4.5.5-1.5.7' embeddedImpl group: 'org.bytedeco', name: 'cuda-platform-redist', version: '11.6-8.3-1.5.7' ``` How do...

Ok, I was able to limit some dependencies, I am adding this information in hopes it may also help others. Dependencies for project are now: ``` dependencies { implementation 'org.sensorhub:sensorhub-core:'...

I am trying to build and deploy on an Nvidia Jetson TX2 dev kit. I have used these libraries before on Windows and Linux and was hoping for a quick...