Questions tagged [isight]

iSight is a webcam, both external and internal, developed and marketed by Apple Inc. The external iSight was connected to a computer via a FireWire cable, and came with a set of mounts to place it atop any then-current Apple display, laptop computer, all-in-one desktop computer, or flat surface. Currently iSight camera are

The iSight is programmable via QTKit.

37 questions
0
votes
1 answer

Isight program did not read .inp file but read .cae file

I want to use Abaqus component in Isight, but it can not read .inp files. When I try to read .cae file, it reads but gives an error about rewriting input file when I run model. The error message is: I tried to example file which is already in…
0
votes
1 answer

OpenCV capture from USB not iSight (OSX)

I am having trouble accessing the external USB camera instead of the built-in iSight when using OpenCV with a MacBook Pro under Mac OSX. When passing an argument to the cvCaptureFromCAM(index) function other than 0 or -1 I will always get a Warning:…
Thomas Morke
  • 51
  • 1
  • 3
0
votes
2 answers

Capture MacBook Pro iSight video with C++

I'd like to grab a frame from my MacBook Pro iSight in C++ and do some elaborations on it. I already know how to do that in ObjC with QTKit, but is there any way to do the same thing in C++? NOTE: I tried to install OpenCV with macports, but the…
Simone Margaritelli
  • 4,584
  • 10
  • 45
  • 70
0
votes
1 answer

Display AVCaptureDevice live stream video in Mac Os with Swift

I would like to display a live stream video from my iSight camera. I was able to detect the AVCaptureDevice that match with the iSight camera, but I don't know how can display the iSight live stream. I found some examples for iOS…
Juan Lago
  • 960
  • 1
  • 10
  • 20
0
votes
1 answer

How to read iSight camera current focus distance (focal length)?

Let's say you're holding your hand two feet away from a Mac's iSight camera and it's the thing in focus. I would like to be able to read this distance (either directly or by getting some other focus data that allows me to calculate the distance)…
iopener
  • 547
  • 1
  • 9
  • 24
0
votes
1 answer

Is it possible to programmatically turn on the iSight camera?

I want to set up automatic camera capture on my mac, I am using isightcapture program. However, I need to turn on the camera, do you know how I should do this ? I have very limited skills in Objective-C and RubyCocoa is not working in my environment…
Baptiste Pernet
  • 3,318
  • 22
  • 47
-1
votes
1 answer

What's the most up-to-date way to capture an iSight/FaceTime camera image on the Mac?

I would like to present a camera preview in my app, that takes a photo when you click a button. The documentation for AVFoundation looked largely iOS-specific, even on the Mac docs site. QTKit looked like it would do what I need, but it's also an…
Dov
  • 15,530
  • 13
  • 76
  • 177
1 2
3