I’m curious if the built-in camera on MacBooks running Snow Leopard can be accessed from the terminal. A simple example on linux would be to
cat /dev/video0/ > file.blah
Mac’s don’t expose the camera as /video0/, so I’m wondering if its a differently named device or if its not exposed?
MacFuse used to do that. You’re better off with a programmatic solution using something like OpenCV+python for instance with a script like: