Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 808 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 808 Bytes

UnityOpenSphericalCamera

Support OSC API v1.0 on Unity. Take a picture and Load the texture.

Alt Text

How to use

  1. Add component "OSCController"
  2. Set camera IP address. Gear360:192.168.107.1 / Bublcam:192.168.0.100 / RICOH THETA S or SC:192.168.1.1
  3. Connect to camera by WiFi.
  4. Call OSCController.ExecTakePictureAndLoadImage()
  5. You can take a picture and load the image texture.

Sample script is here! https://github.com/noshipu/UnityOpenSphericalCamera/blob/master/Assets/UnityOpenSphericalCamera/_Demo/Scripts/TakePictureManagerSample.cs

Third party

This project uses LitJson to read Json format. https://lbv.github.io/litjson/ Thank you very much.

License

MIT License Copyright (c) 2017 noshipu