Code Monkey home page Code Monkey logo

rcdcamera's Introduction

RCDCamera : Remote Color Depth Camera

Simple iOS remote camera app to send color and depth images that can be received by the socket, without any 3rd-party dependencies. It is implemented to replace Intel RealSense.

Dependencies and requirements

Features

2 mode is available, RGBD and RGB. You can switch to each other in runtime.

  • RGBD

    • Send color and depth image to socket.
    • Intrinsic matrix viewer
    • Current fov viewer
    • Current color templerature viewer
  • RGB

    • Send color image only to socket.
    • Manual ISO and exposure controller
    • Manual color gain controller

Usage

Device's IP address is required to get images. RCDCamera uses port 12345 by default.

  • RGB image : Send UTF-8 encoded "rgb" string to the address, PNG image itself will be returned.
  • Depth image(in RGBD mode only) : Send UTF-8 encoded "depth" string to the address, binary of the depth ARRAY will be returned. You have to convert it to an image in some way.

Note that UTF-8 encoded __TAIL_TAIL_TAIL__ is added to the end of the data in both mode. It can be used to separate images/data from received binary.

Please refer client_example.py for example. It receives color or depth image from the connected socket.

  1. Check IP address of your device and run application.
  2. Set IP address as device's in client_example.py and run script. It may requires few dependencies.

Screenshots

RGBD mode

IMG_8894

RGB mode

output-onlinepngtools-2

Credits

  • Resizing UIImage by Vasily Bodnarchuk in stack overflow. link
  • Adding padding to String by Gustavo Seidler in stack overflow. link
  • UIButton+.swift written by namsoo5.

rcdcamera's People

Contributors

namsoo5 avatar pjessesco avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

rcdcamera's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.