3

I'm developing an iOS app for 360 panorama like the street view app made by Google, I want to developed the camera feature but I haven't find any resources or help.

How the logic behind the camera is?

How the dot are displayed on the screen?

Please I really need some help about the logic behind the app.

Peter O.
  • 32,158
  • 14
  • 82
  • 96
lafi raed
  • 113
  • 2
  • 13

1 Answers1

0

Checkout this project on github you can get a clear picture of the 360 degree photo's

You need to process the images into a equirectangular image

Aravind
  • 379
  • 4
  • 17
  • he include a camera feature(take photo with camrea) ot i have to select photo from my gallery?? – lafi raed Apr 23 '17 at 17:48
  • Yo have to stich your photos manually using OpenCVSwiftStitch visit the below listed links you can get a clear picture [OpenCVSwiftStitch](https://github.com/foundry/OpenCVSwiftStitch), [OpenCVStitch](https://github.com/foundry/OpenCVStitch), [360CamCode](https://github.com/Open360cam/360CamCode) – Aravind Apr 23 '17 at 18:43
  • i mean it can allow the user to take photo from his phone?? – lafi raed Apr 23 '17 at 20:14
  • @Aravind I need to capture same like google street view capture the sphere. Can this [project](https://github.com/robbykraft/Panorama) does same? – Chirag Shah May 12 '21 at 10:23