Mahdi Eskandari

Results 3 comments of Mahdi Eskandari

Thank you very much for the response. I get camera intrinsic parameters `` Focal Length = 3.46 mm , Sensor Size=4.66*3.51 , Pixel Array Size=4160*3120 , Orintation = 90 degree``...

Hello Remove `import axios from 'axios' ` and `app.use(axios)` from `main.js` . Only use `import axios from 'axios` wherever needed in pages or views ..

In this case keep `import axios from 'axios'` and `axios.defaults.baseURL = 'http://localhost:8081'` etc. in `main.js ` , only remove `app.use(axios)` . I tested it , it worked fine not causing...