• Stars
    star
    1,154
  • Rank 40,425 (Top 0.8 %)
  • Language
    Objective-C
  • License
    Other
  • Created about 12 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Live Syphon Camera

v002 Camera Live

Introduction

v002 Camera Live provides a Syphon server for a connected camera, allowing it to be used as a live video feed.

Currently the only supported cameras are Canon DSLRs, see CAMERAS.md for a list.

You can download the app from the releases page.

Typical latency of a Canon 7D is 120 ms (between 3 and 4 frames at 30 FPS), which is comparable to the latency of the same camera's HDMI output connected to a capture device.

Installation and Use

v002 Camera Live is a Mac app. Download the app. If you like you can move it to your Applications folder. Some users (notably of Chrome) have reported the download appearing as a folder instead of an app. Try downloading with a different browser, and make sure you haven't followed a link to the source code.

v002 Camera Live provides output through a Syphon server. This is not a video camera driver. If you want to use Camera Live with video calling software that doesn't support Syphon, you will need a virtual video camera driver with Syphon support. CamTwist is a popular choice.

Troubleshooting

  • Connect your camera via USB, not HDMI. HDMI capture requires an HDMI capture device.
  • If your camera model was released after the latest build of Camera Live, it probably isn't supported yet.
  • Make sure your camera's firmware is up to date. Firmware updates are available from Canon in your region.
  • Quit Canon's EOS Utility if you have it open.
  • If your camera has a Wi-Fi/NFC mode, disable it before using Camera Live.
  • Unplug all other USB devices, connect the camera directly to the computer (not via a USB hub or extension cable), and try different USB cables.
  • The camera sends the image used for Live View - the dimensions will not match the camera's movie recording settings.
  • An alpha version is available - some users have reported it solves issues they see.

Changes

See the change log for details of changes between released builds.

Building From Source

To build the project yourself, you must acquire your own copies of the necessary libraries:

  • The Canon EDSDK is available from Canon in your region. Place the Framework and Header folders from the SDK in the EDSDK folder alongside this file.

  • libjpeg-turbo is available from http://libjpeg-turbo.virtualgl.org. Install using the libjpeg-turbo installer, and then perform the following operations to make a copy suitable for embedding (note the thinning stage is necessary for codesigning to succeed):

    cd <project dir>
    cp /opt/libjpeg-turbo/lib/libturbojpeg.0.dylib libturbojpeg.0.dylib
    # id to location in app bundle
    install_name_tool -id @executable_path/../Frameworks/libturbojpeg.0.dylib libturbojpeg.0.dylib
    # link against system libgcc_s
    install_name_tool -change /opt/local/lib/libgcc/libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib libturbojpeg.0.dylib
    # discard architectures for other platforms
    lipo -thin x86_64 libturbojpeg.0.dylib -o libturbojpeg.0.dylib
  • Syphon is available from http://syphon.v002.info. Place Syphon.framework in the Syphon folder alongside this file.

More Repositories

1

v002-Film-Effects

v002 Film Effects brings emulation of classic film looks to Quartz Composer. Add vignetting, emulate the classic black and diffused white look, Technicolor 1, 2, 3 additive/subtractive film strip process emulation, bleach bypass emulsion processing, and use lomography inspired filters in realtime on your images, video or 3D scenes.
Objective-C
33
star
2

v002-Open-Kinect

libfreenect based Kinect Plugin for Quartz Composer. Performs auto-depth calibration, allows for multiple kinects, servo control, infra red and color image output.
C
26
star
3

v002-Rutt-Etra

v002 Rutt/Etra attempts to emulate the Rutt/Etra raster-based analog synthesizer.
Objective-C
23
star
4

v002-Media-Tools

Objective-C
12
star
5

v002-FXAA

Implementation of FXAA as image processor for Quartz Composer.
Objective-C
12
star
6

v002-Optical-Flow

GPU based Horn-Schunke Optical Flow Implementation for Quartz Composer
Objective-C
11
star
7

v002-Oculus-Rift

Oculus Rift Plugins for Quartz Composer
C++
10
star
8

v002-Model-Importer

3D Model Loader for Quartz Composer, supporting Animation, texture loading, and materials. Leverages Open Asset Import Library for format support, allowing for 30+ model formats.
C++
9
star
9

v002-Blurs

v002 Blurs are replacement gaussian, motion and zoom blurs in Quartz Composer, optimized for realtime use. They respect alpha channels and are drop in replacements for standard blurs
Objective-C
7
star
10

v002-Morphology

GPU Dilate and Erode image morphology processors for Quartz Composer
Objective-C
6
star
11

v002-Utilities

v002 Common headers , classes, and re-usable implementations.
Objective-C
5
star
12

v002-Network

TCP and UDP socket servers and client for Quartz Composer
Objective-C
5
star
13

v002-FTGL

Lib FTGL based 3D Text rendering for Quartz Composer (alpha)
C
4
star
14

v002-ISF

Library of ISF ports of various v002 and 3rd party shaders.
C
4
star
15

v002.github.com

Organization Page.
3
star
16

v002-Half-Tones

Fast Half Tone, Dither and Cross Hatch image processors for QC
Objective-C
3
star
17

v002-Image-Loader

Image Loader that fully supports 32 bit images
Objective-C
3
star
18

v002-Glitch

Objective-C
3
star
19

v002-Color-Controls

Local Contrast, Vibrance, Levels and Channel Mixer image processors for Quartz Composer
Objective-C
2
star
20

v002-Packet-Capture

Packet Capture plugin for QC (Alpha)
Objective-C
2
star
21

v002-D-Fuser

Quartz Composer Plugin to remotely control yourSpark* D-Fuser Video Mixer
Objective-C
2
star
22

v002-String-Tools

Some String Tools....
Objective-C
1
star
23

v002-RTFD

Rich Text and Rich Text Attachment renderer for Quartz Composer. Outputs image from text document, with fonts, colors, inline attachments.
Objective-C
1
star