isight Questions

1

I need to receive an event when some process starts using the camera. I did this through CMIOObjectGetPropertyData. But it does not work correctly, the correct value is only the first time it is a...
Gualtiero asked 8/3, 2017 at 20:17

2

Solved

Since a couple of days I can't open my iSight camera from inside an opencv application any more. cap = cv2.VideoCapture(0) returns, and cap.isOpened() returns true. However, cap.grab() just returns...
Sanderling asked 27/9, 2013 at 20:23

2

Solved

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 St...
Embrace asked 3/2, 2011 at 22:37

3

Solved

So to record webcam video with ffmpeg on linux you may use something like... ffmpeg -f video4linux2 -s 640x480 -i /dev/video0 out.avi But on a mac this doesn't work, so i was wondering how do yo...
Marshy asked 23/9, 2013 at 19:13

4

Solved

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...
Plumbago asked 20/9, 2010 at 10:34

1

Solved

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 simpl...
Hynes asked 8/4, 2012 at 7:5

1

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) fun...
Differentiate asked 18/2, 2011 at 13:18

0

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 runn...
Theall asked 19/1, 2011 at 18:15

7

Is it possible to access the iSight camera on a macbook programmatically? 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 wi...
Anarthrous asked 12/8, 2008 at 15:31

2

Solved

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 devic...
Nickienicklaus asked 16/10, 2009 at 7:16
1

© 2022 - 2024 — McMap. All rights reserved.