kivy/examples
Mathieu Virbel c94501aeff avfoundation/camera: add a new Camera provider for OSX, based on avfoundation. Should work on OSX >= 10.7.
This is a base for a future work, such as iOS support (AVFoundation is
still the same, so it should works out of the box, we just need to
activate setup.py for iOS as well.)

Also, capabilities are globally missing in Kivy, so we cannot query the
device for some informations. Once we improved the core base, we can
activate the code related to capabilities here.

This part of the code has been first written using Pyobjus, but
objc-protocol was not implemented, i started to rewrite from scratch
using AVFoundation tutorial. Then i found OpenCV implementation, on
which some part of this initial code is based.
2013-12-28 01:59:44 +01:00
..
3Drendering Making it compatible with py27 and py33 2013-06-30 20:39:30 +02:00
RST_Editor
android example: add version to takepicture 2013-07-04 18:14:42 +02:00
animation
application
audio gstplayer: update audio example to test deallocation of gstplayer, as well as loop. 2013-12-21 20:26:46 +01:00
canvas texture: fix repeating texture which is lost when GL reloading mechanism is used (like window resizing). closes #1393 2013-10-21 16:50:52 +02:00
demo examples:Showcase fix higherchy navigation. 2013-12-16 03:30:52 +05:30
frameworks/twisted
gestures py3: fix few more print 2013-05-31 11:12:21 +02:00
guide Minor grammar and punctuation fixes. 2013-08-11 05:38:58 +00:00
kinect first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict 2013-03-18 17:39:56 -06:00
kv py3: fix few more print 2013-05-31 11:12:21 +02:00
shader sync (no tested) 2013-05-30 18:01:39 +02:00
tutorials tutorial: add final example of notes. now we have to have for the steps 2013-07-07 13:58:22 +02:00
widgets avfoundation/camera: add a new Camera provider for OSX, based on avfoundation. Should work on OSX >= 10.7. 2013-12-28 01:59:44 +01:00