Skip to content

Instantly share code, notes, and snippets.

View willpatera's full-sized avatar

Will willpatera

View GitHub Profile
@willpatera
willpatera / marker_detector.py
Created April 11, 2014 03:33
Hacky modification of marker_detector plugin to demonstrate how one could save gaze positions on surface
'''
(*)~----------------------------------------------------------------------------------
Pupil - eye tracking platform
Copyright (C) 2012-2014 Pupil Labs
Distributed under the terms of the CC BY-NC-SA License.
License details are in the file license.txt, distributed as part of this software.
----------------------------------------------------------------------------------~(*)
'''
@willpatera
willpatera / Readme.md
Last active January 2, 2016 14:49
Debugging marker tracker plugin from Pupil forum post
@willpatera
willpatera / gsettings-desktop-schemas.rb
Last active June 24, 2020 12:22
GStreamer 1.0 + Python Tests
require 'formula'
class GsettingsDesktopSchemas < Formula
homepage 'http://ftp.gnome.org/pub/GNOME/sources/gsettings-desktop-schemas/'
url 'http://ftp.gnome.org/pub/GNOME/sources/gsettings-desktop-schemas/3.10/gsettings-desktop-schemas-3.10.1.tar.xz'
sha256 '452378c4960a145747ec69f8c6a874e5b7715454df3e2452d1ff1a0a82e76811'
depends_on 'xz' => :build
depends_on 'pkg-config' => :build
depends_on 'intltool' => :build