memoryio / memoryio-macosx

Life logging app for macosx. Takes a picture with built in isight whenever you wake computer from sleep
8 stars 4 forks source link

QTKit depreciated #27

Closed jacobrosenthal closed 7 years ago

jacobrosenthal commented 10 years ago

our imagesnap code is all based on QTkit which is apparently on the way out. https://developer.apple.com/library/mac/releasenotes/MacOSX/WhatsNewInOSX/Articles/MacOSX10_9.html#//apple_ref/doc/uid/TP40013207-CH100

So we're going to have to re architect the whole project fairly soon. I'm still researching replacements

Quartz and IKPictureTaker take isight shots, but a user HAS to press the button https://developer.apple.com/library/mac/documentation/graphicsimaging/conceptual/ImageKitProgrammingGuide/IKImagePicker/IKImagePicker.html https://developer.apple.com/library/mac/documentation/graphicsimaging/conceptual/ImageKitProgrammingGuide/ImageKitComponents/ImageKitComponents.html#//apple_ref/doc/uid/TP40004907-CH3-SW4

imagecapturecore claims headless but haven't looked into it yet https://developer.apple.com/library/mac/documentation/Carbon/Conceptual/ImageCaptureServicesProgrammingGuide/CreatinganApplicationUsingImageCaptureCore/CreatinganApplicationUsingImageCaptureCore.html

jacobrosenthal commented 7 years ago

This was solved in 117eaae8314ff0b9bc2fa83b37912dca3214ae0b by using https://github.com/jacobrosenthal/AVCapture