All Projects → noshipu → UnityOpenSphericalCamera

noshipu / UnityOpenSphericalCamera

Licence: MIT License
OSC API v1.0 on Unity. Take a picture and Load the texture.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to UnityOpenSphericalCamera

Router-RePlugin
针对360的RePlugin插件化框架适配的路由Router框架
Stars: ✭ 82 (+290.48%)
Mutual labels:  360
mediapipe-osc
MediaPipe examples which stream their detections over OSC.
Stars: ✭ 26 (+23.81%)
Mutual labels:  osc
ZiggoNext
Custom component to integrate Arris DCX960 Horizon EOS Settopbox into Home Assistant
Stars: ✭ 33 (+57.14%)
Mutual labels:  360
linux-show-player
Linux Show Player - Cue player designed for stage productions
Stars: ✭ 147 (+600%)
Mutual labels:  osc
aiosc
Lightweight Open Sound Control implementation for Python using asyncio
Stars: ✭ 26 (+23.81%)
Mutual labels:  osc
tidal-looper
Different looper variants for SuperDirt to provide live sampling in TidalCycles.
Stars: ✭ 55 (+161.9%)
Mutual labels:  osc
PanoDR
Code and models for "PanoDR: Spherical Panorama Diminished Reality for Indoor Scenes" presented at the OmniCV workshop of CVPR21.
Stars: ✭ 22 (+4.76%)
Mutual labels:  360
DumpDex
基于Xposed的极简易的dump dex文件脱壳工具
Stars: ✭ 46 (+119.05%)
Mutual labels:  360
ofxPubSubOsc
bind OSC messages and values with only writing tiny codes on setup once.
Stars: ✭ 72 (+242.86%)
Mutual labels:  osc
osc-simulator
A utility to test Open Sound Control sending and receiving from the browser
Stars: ✭ 23 (+9.52%)
Mutual labels:  osc
GBVS360-BMS360-ProSal
Extending existing saliency prediction models from 2D to omnidirectional images
Stars: ✭ 25 (+19.05%)
Mutual labels:  360
3D60
Tools accompanying the 3D60 spherical panoramas dataset
Stars: ✭ 83 (+295.24%)
Mutual labels:  360
equilib
🌎→🗾Equirectangular (360/panoramic) image processing library for Python with minimal dependencies only using Numpy and PyTorch
Stars: ✭ 43 (+104.76%)
Mutual labels:  360
360-VJ
Add another dimension to your VJing with the 360-VJ effect pack! Rotate 360 and Fisheye videos, convert 360 and Flat videos to Fisheye. Great for fulldome and immersive VJing.
Stars: ✭ 81 (+285.71%)
Mutual labels:  360
HPlayer2
Modular Media Player for Raspberry Pi and more...
Stars: ✭ 28 (+33.33%)
Mutual labels:  osc
kivy service osc
simple UI/Service communication using osc on python-for-android
Stars: ✭ 53 (+152.38%)
Mutual labels:  osc
HyperSphereSurfaceRegression
Code accompanying the paper "360 Surface Regression with a Hyper-Sphere Loss", 3DV 2019
Stars: ✭ 13 (-38.1%)
Mutual labels:  360
MidiGyver
No description or website provided.
Stars: ✭ 67 (+219.05%)
Mutual labels:  osc
xiyoucircle
🐧 西邮开源社 - 开源的西邮技术社群...!
Stars: ✭ 20 (-4.76%)
Mutual labels:  osc
SketchSynth
A drawable OSC control panel
Stars: ✭ 46 (+119.05%)
Mutual labels:  osc

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].