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. ...
0
votes
0answers
16 views
Read Isight ligthsensor on Ubuntu
I have installed Lubuntu on my Macbook Air and I want the screen brightness to be set automatically. How can I read the data from the ISight brightness sensor? I would prefer to use python, but any ...
1
vote
0answers
154 views
Are there any barcode scanner SDK's that use the iSight camera on a Mac with OS X 10.8? [closed]
I know that ZBar has one here that is open source, but it's really slow and the barcode has to be exactly positioned for the camera to scan.
Are there any other known barcode scanners that use iSight ...
1
vote
0answers
148 views
In need of basics of AVFoundation to capture images from device camera
I want to know that how can we capture image using AVFoundation framework, I have managed to activate the camera and my Cocos2D view is over the camera and is tranparent. I have tried using some ...
0
votes
0answers
153 views
What process uses my camera (Macbook)
How to detect what process uses my cam on MacOS? I get an error when I want to take a photo:
DVFreeThread - CFMachPortCreateWithPort hack = 0x206fde0, fPowerNotifyPort= 0x206fd30
FATAL: setting data ...
0
votes
0answers
331 views
How to Configuring OpenCV for java in windows 7 64 bit?
I'm using OpenCV 1.0 in windows 7 that i bootcamp-ed from my iMac.
My question is, i can successfully run my code without any exception but the image won't show and left me with black screen and ...
0
votes
1answer
260 views
Is it possible to programmically 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 ...
4
votes
1answer
363 views
iSight Ambient Sensor
I realize there is not any public documentation about the use of the isight light sensor, however programs such as ShadowBook (shown here) are able to access the the brightness data and I was simply ...
0
votes
1answer
296 views
Accessing iSight via Java on OSX
So after doing a lot of digging around here, and elsewhere, there is no good, simple, CURRENT way to grab images from iSight in Java. So first of all I would love if someone could point me to a good ...
1
vote
1answer
372 views
OSX Lion - iSight camera terminal usage triggers wake from display sleep?
I have 3 Macs - a MacBook Pro 15", MacBook Pro 13" & MacBook Air 11".
The 15" stays home all the time, the other 2 are used for mobile usage, so I want to use the 15" for remote video capture or ...
3
votes
1answer
560 views
how can I get information from every pixel from a CVImageBufferRef type?(OSX)
I'm trying to extract pixel data from individual frames of a QT Movie.
I think I need to use CV, because QTKit and NSImage would
be too slow...
I need to compare each pixel of the image in the ...
1
vote
0answers
371 views
Isight Camera + OpenCV + VMWARE
I'm running VMWARE on OS X to run Windows 7, and Visual Studio 2010. I'm using OpenCV to do some image and video processing software. I want to try and start doing processing to real time video.
...
2
votes
0answers
639 views
Trouble with the ffmpeg -ss flag when capturing one frame from a Macbook iSight webcam
For about five years I've used ffmpeg in a shell script to grab one frame from my linux'd-up Macbook's iSight:
ffmpeg -f video4linux2 -s 640x480 -r 15 -i /dev/video0 -an -vframes 1 -vcodec mjpeg -y ...
0
votes
1answer
476 views
What is the best way to pass a jbyteArray from (objective-c) JNI to Java?
I'm currently retrieving image data from an iSight camera and I'd like to hand it over to Java for processing. I originally tried to put the data in a jbyteArray and return the jbyteArray. This works ...
0
votes
1answer
839 views
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) ...
4
votes
1answer
1k views
How to capture frames from Apple iSight using Python and PyObjC?
I am trying to capture a single frame from the Apple iSight camera built into a Macbook Pro using Python (version 2.7 or 2.6) and the PyObjC (version 2.2).
As a starting point, I used this old ...
4
votes
0answers
809 views
What would be the equivalent to /dev/video0 in OSX Snow Leopard on a MacBook Pro (integrated iSight Camera) [closed]
I'm trying to do a live video stream of the webcam with ffserver and ffmpeg. I've found some resources on the net (#1 and #2), which more or less do the same thing.
I'm on a MacBook Pro running OS X ...
0
votes
2answers
963 views
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 ...
4
votes
5answers
3k views
Get webcam stream on Mac Os X in Java
I would like to get the webcam stream of my Macbook (the integrated iSight webcam).
I use Java, and I don't know anything about Objective-C so I'm looking for a "full-java" solution. I found some ...
1
vote
1answer
480 views
Saving data with dataWithPDFInsideRect: just makes a black pdf
I have a QTCaptureView and Im trying to save the view as a picture. So far I have this:
NSRect rect = [outputView bounds];
NSData *viewData = [outputView dataWithPDFInsideRect:rect];
[viewData ...
1
vote
1answer
2k views
Is there a way to test HTTP Live Streaming via an iSight camera?
I'm working on an iPhone app that will use HTTP Live Streaming. Using Apple's provided tools (particularly mediafilesegmenter), I'm able to successfully segment and serve an archived video. Now I want ...
0
votes
0answers
363 views
QTCaptureView corrupting iSight?
I've been programming using OpenCV on the iSight feed and after building and running from Xcode 10 or so times somewhat quickly the MacBook Pro starts to not recognize the iSight (as in completely, ...
2
votes
1answer
885 views
Using QCView and iSight to capture image
I have a QCView that loads a Quartz file which gives you iSights feedback (basically like a QTCaptureView)
Everything displays fine
The button simply takes a snapshot using the following simple ...
5
votes
2answers
2k views
How can I capture iSight frames with Python in Snow Leopard?
I have the following PyObjC script:
from Foundation import NSObject
import QTKit
error = None
capture_session = QTKit.QTCaptureSession.alloc().init()
print 'capture_session', capture_session
device = ...
2
votes
3answers
2k views
Exposure Lock in iSight
I am creating object-detection program on Mac.
I want to use iSight in manual exposure mode to improve detection quality.
I tried iGlasses & QTKit Capture to do that and it worked but program ...
5
votes
7answers
9k views
Accessing iSight programatically?
Is it possible to access the iSight camera on a macbook programatically? By this I mean I would like to be able to just grab still frames from the iSight camera on command and then do something with ...