Hacker News new | ask | show | jobs
by stephenr 3568 days ago
The article only includes the word "Video" once in the summary, but then mentioned screen captures every 30 seconds.

I'm guessing that is what the summary is referring to when it says "video capture", because there is no other reference to video or camera.

1 comments

The list of source files include avfsession.mm which is likely a C++ wrapper around AVCaptureSession[0], Cocoa's audio and video capture class.

[0]https://developer.apple.com/library/ios/documentation/AVFoun...

The article itself makes no other mention to capturing video from the camera. Is it possible that they use that class purely to capture audio?