Support OSC API v1.0 on Unity. Take a picture and Load the texture.
- Add component "OSCController"
- Set camera IP address. Gear360:192.168.107.1 / Bublcam:192.168.0.100 / RICOH THETA S or SC:192.168.1.1
- Connect to camera by WiFi.
- Call OSCController.ExecTakePictureAndLoadImage()
- 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
This project uses LitJson to read Json format. https://lbv.github.io/litjson/ Thank you very much.
MIT License Copyright (c) 2017 noshipu