AzWhaleLab / AragoJ

Official repo for AragoJ releases and issue tracking.
Apache License 2.0
8 stars 3 forks source link

Camera Calibration not working in all systems #34

Closed ruiprieto closed 5 years ago

ruiprieto commented 5 years ago

Camera Calibration module window not opening in a test machine:

Intel i7-8550U, 1.8GHz 2.0 GHz 8 GB RAM 64-bit, W10 Pro JAVA jre-8u201-windows-x64

franciscoaleixo commented 5 years ago

This is because OpenCV is probably missing in your test machine. You should have 'opencv_java342.dll' in the libs folder.

I will try to incorporate OpenCV somehow in the next versions.

ruiprieto commented 5 years ago

Great tip. Will add that to the manual.

On Sun, 3 Mar 2019, 12:30 Francisco Aleixo, notifications@github.com wrote:

This is because OpenCV is probably missing in your test machine. You should have 'opencv_java342.dll' in the libs folder.

I will try to incorporate OpenCV somehow in the next versions.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/franciscoaleixo/AragoJ/issues/34#issuecomment-469023151, or mute the thread https://github.com/notifications/unsubscribe-auth/Aem1ZeJUXBJxaN5LdpyDHoqEqhRhaiG3ks5vS86RgaJpZM4bR86N .

ruiprieto commented 5 years ago

The information was added to the Wiki and manual