All Projects → Bloodevil → Sony_camera_api

Bloodevil / Sony_camera_api

Licence: mit
sony camera remote api

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Sony camera api

Mediadevices Camera Selection
Examples on how to switch devices with the mediaDevices API
Stars: ✭ 124 (-19.48%)
Mutual labels:  camera
Pictureselectorlight
Picture Selector Library for Android or 图片选择器
Stars: ✭ 145 (-5.84%)
Mutual labels:  camera
Nextlevel
NextLevel was initally a weekend project that has now grown into a open community of camera platform enthusists. The software provides foundational components for managing media recording, camera interface customization, gestural interaction customization, and image streaming on iOS. The same capabilities can also be found in apps such as Snapchat, Instagram, and Vine.
Stars: ✭ 1,940 (+1159.74%)
Mutual labels:  camera
Fullscreencamera
A Full Screen Camera App written in Swift
Stars: ✭ 131 (-14.94%)
Mutual labels:  camera
Androidcamera
🔥🔥🔥自定义Android相机(仿抖音 TikTok),其中功能包括视频人脸识别贴纸,美颜,分段录制,视频裁剪,视频帧处理,获取视频关键帧,视频旋转,添加滤镜,添加水印,合成Gif到视频,文字转视频,图片转视频,音视频合成,音频变声处理,SoundTouch,Fmod音频处理。 Android camera(imitation Tik Tok), which includes video editor,audio editor,video face recognition stickers, segment recording,video cropping, video frame processing, get the first video frame, key frame, v…
Stars: ✭ 2,112 (+1271.43%)
Mutual labels:  camera
Jeelizfacefilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 2,042 (+1225.97%)
Mutual labels:  camera
C4
Open IP cameras in IPv4
Stars: ✭ 123 (-20.13%)
Mutual labels:  camera
Smartopencv
🔥 🔥 🔥 SmartOpenCV是一个OpenCV在Android端的增强库,解决了OpenCV Android SDK在图像预览方面存在的诸多问题,且无需修改OpenCV SDK源码,与OpenCV的SDK解耦
Stars: ✭ 1,869 (+1113.64%)
Mutual labels:  camera
Mobilecameratemplate
A HTML5, JS, CSS Camera interface template. Feel free to use it in your next Computer Vision or AI project.
Stars: ✭ 145 (-5.84%)
Mutual labels:  camera
Swiftycam
A Snapchat Inspired iOS Camera Framework written in Swift
Stars: ✭ 1,879 (+1120.13%)
Mutual labels:  camera
Wslivedemo
音视频,直播SDK,rtmp推流,录制视频,滤镜。百万用户,线上迭代半年,已经稳定。
Stars: ✭ 1,782 (+1057.14%)
Mutual labels:  camera
Imageprocessing
MicaSense RedEdge and Altum image processing tutorials
Stars: ✭ 139 (-9.74%)
Mutual labels:  camera
Ngx Webcam
A simple Angular webcam component / pure & minimal, no flash-fallback
Stars: ✭ 148 (-3.9%)
Mutual labels:  camera
React Native Qrcode Scanner
A QR code scanner component for React Native.
Stars: ✭ 1,796 (+1066.23%)
Mutual labels:  camera
Sltk
An OpenCV-based structured light processing toolkit.
Stars: ✭ 151 (-1.95%)
Mutual labels:  camera
Privacy Indicator App
🔔 Get the famous "Recording Indicators" feature of iOS14 to android. Get notified every time a third-party app or a service uses camera or microphone.
Stars: ✭ 124 (-19.48%)
Mutual labels:  camera
Hybridcamera
Video and photo camera for iOS
Stars: ✭ 145 (-5.84%)
Mutual labels:  camera
Mipi csi receiver fpga
MIPI CSI-2 Camera Sensor Receiver verilog HDL implementation For any generic FPGA. Tested with IMX219 on Lattice MachXO3LF. 2Gbps UVC Video Stream Over USB 3.0 with Cypress FX3
Stars: ✭ 154 (+0%)
Mutual labels:  camera
Mmalsharp
C# wrapper to Broadcom's MMAL with an API to the Raspberry Pi camera.
Stars: ✭ 152 (-1.3%)
Mutual labels:  camera
Imagecapture Polyfill
MediaStream ImageCapture polyfill. Take photos from the browser as easy as .takePhoto().then(processPhoto)
Stars: ✭ 150 (-2.6%)
Mutual labels:  camera

Build Status

Pysony

python sony camera api

Install

using pip:

pip install pysony

using repo:

git clone https://github.com/Bloodevil/sony_camera_api.git
python setup.py install

Running tests

You will likely want to set up a virtualenv first and complete the following steps inside it.

Install requirements:

pip install -r test-requirements.txt

Run tests:

python -m unittest discover

(The run_tests.sh script does both of these automatically)

By default, the test suite verifies behavior locally using dummy services.

If you want to run tests live against your real camera, connect to the camera's wireless access point and set the TEST_LIVE_CAMERA environment variable. For example:

TEST_LIVE_CAMERA=1 python -m unittest discover

CAUTION: Use with your camera at your own risk. This is free software that offers no warranty. For details, see LICENSE.

Usage

simple example:

>>> api = pysony.SonyAPI()
>>> api.getAvailableApiList()

api_list

there api list that you can use.

branches

  • develop : please request merge here.
  • master : pip live

examples

liveview

  • can see the photo via liveview

timer

  • take a picture every n seconds

dump_camera_capabilities

  • show every supported api list

pyLiveView

  • Released under the GPL v2 (or later) by Simon Wood ([email protected])
  • Sample application to connect to camera, and start a video recording
  • with or without a GUI LiveView screen
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].