All Projects → mogoson → Mgs Camera

mogoson / Mgs Camera

Licence: mit
Unity plugin for control camera in scene.

Projects that are alternatives of or similar to Mgs Camera

Pixelsdk
The modern photo and video editor for your iPhone / iPad app. A fully customizable image & video editing iOS Swift framework.
Stars: ✭ 192 (+190.91%)
Mutual labels:  camera, rotate
Iot camera
IoT Camera with Wi-Fi, RT-Thread
Stars: ✭ 62 (-6.06%)
Mutual labels:  camera
Keera Posture
Alleviate your back pain using Haskell and a webcam
Stars: ✭ 48 (-27.27%)
Mutual labels:  camera
Mtbbarcodescanner
A lightweight, easy-to-use barcode scanning library for iOS 8+
Stars: ✭ 1,085 (+1543.94%)
Mutual labels:  camera
Gopro Py Api
Unofficial GoPro API Library for Python - connect to GoPro via WiFi.
Stars: ✭ 1,058 (+1503.03%)
Mutual labels:  camera
Camerabackground
Show camera layer as a background to any UIView
Stars: ✭ 57 (-13.64%)
Mutual labels:  camera
Extended image
A powerful official extension library of image, which support placeholder(loading)/ failed state, cache network, zoom pan image, photo view, slide out page, editor(crop,rotate,flip), paint custom etc.
Stars: ✭ 1,021 (+1446.97%)
Mutual labels:  rotate
Ofxmvg
OFX plugins for Multiple View Geometry
Stars: ✭ 64 (-3.03%)
Mutual labels:  camera
App Media
Elements for accessing data from media input devices and visualizing that data for users
Stars: ✭ 60 (-9.09%)
Mutual labels:  camera
Spherelayout
a layout which supports 3d rotate and enable its childview has z-depth for android
Stars: ✭ 55 (-16.67%)
Mutual labels:  camera
Esp32 Ov7670 Hacking
Based on https://github.com/igrr/esp32-cam-demo extended with an ILI9341 display, with a Telnet interface to change OV7670 settings on the fly. Streams BMP files from RGB565 and YUV422 (encoded to RGB565) picture formats. Compile with latest esp-idf. Check out new telnet command "video 1" to auto capture to LCD as fast as possible for videocam mode, "video 0" to stop or "video Z" where Z is delay in ms between each capture / LCD refresh.
Stars: ✭ 55 (-16.67%)
Mutual labels:  camera
Pixi Cull
a library to visibly cull objects designed to work with pixi.js
Stars: ✭ 51 (-22.73%)
Mutual labels:  camera
Rpindvi
Raspberry PI NDVI Code
Stars: ✭ 57 (-13.64%)
Mutual labels:  camera
Defold Orthographic
Orthographic camera functionality for the Defold game engine
Stars: ✭ 50 (-24.24%)
Mutual labels:  camera
Cameramanager
Simple Swift class to provide all the configurations you need to create custom camera view in your app
Stars: ✭ 1,130 (+1612.12%)
Mutual labels:  camera
V4l2test
v4l2 camera test for android platform.
Stars: ✭ 47 (-28.79%)
Mutual labels:  camera
Node Blink Security
This is an npm module for communicating with Blink Home Security System
Stars: ✭ 54 (-18.18%)
Mutual labels:  camera
Opengl4android
OpenGL运用在Android上的Demo,结合Camera和MediaCodec实现预览和渲染,用于实现视频的裁剪,翻转,缩放,滤镜功能。
Stars: ✭ 56 (-15.15%)
Mutual labels:  camera
Onvifcamera
Pod and example on how to connect to an ONVIF camera
Stars: ✭ 66 (+0%)
Mutual labels:  camera
Sitting Posture Recognition
Detects the sitting position of a person
Stars: ✭ 64 (-3.03%)
Mutual labels:  camera

MGS-Camera

Summary

  • Unity plugin for control camera in scene.

Demand

  • Translate camera by mouse pointer drag.
  • Camera rotate around target gameobject.
  • Camera smooth align to mark gameobject.

Environment

  • Unity 5.0 or above.
  • .Net Framework 3.5 or above.

Scheme

  • Calculate camera position base on mark center gameobject.
  • Calculate camera position and rotation base on mark target gameobject.
  • Smooth lerp position and rotation of camera.

Achieve

  • MouseTranslate : Translate gameobject by mouse pointer drag.
  • AroundCamera : Camera rotate around target gameobject.
  • AroundAlignCamera : Camera rotate around target gameobject and align to mark gameobject.
  • MouseFocus : Align camera to gameobject on mouse pointer double click it.
  • AlignMark : Mark gameobject as align target and config align parameters.

Demo

  • Demos in the path "MGS-Camera/Scenes" provide reference to you.

Preview

  • Around

Around

  • Align Preview

Align Preview

  • Focus

Focus

Contact

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].