urbste / OpenImuCameraCalibrator

Camera calibration tool
GNU Affero General Public License v3.0
197 stars 43 forks source link

Remove SSE2 on ARM64 #10

Closed SKioresku closed 2 years ago

SKioresku commented 2 years ago

I am trying to compile without SSE2 but I get errors.

urbste commented 2 years ago

Hi, first you would need to be a bit more specific: Where does the error occur? Is it in the OpenICC or another library?

Second I never tried to compile on ARM. Why would you want to do that?

SKioresku commented 2 years ago

Hi. I am building a library on nvidia jetson nano B1 to use it as a base for a robot

SKioresku commented 2 years ago

An error occurred in the vlfeat library in the TheiaSFM

SKioresku commented 2 years ago

I want to transfer data from android to Nvidia Jetson to calibrate sensors

urbste commented 2 years ago

Ok. Could you not calibrate the sensors on a Laptop or a desktop PC?

I do not have the capacity to update any third party libraries sorry :/

SKioresku commented 2 years ago

I need to have the opportunity for the one who buys the robot to calibrate with it ))) I will try to disable SSE2 myself. It seems to be possible there, I just thought that TheiaSFM should have an option. Thanks))