Skip to content

Instantly share code, notes, and snippets.

View kayleema's full-sized avatar
😸

Kaylee kayleema

😸
View GitHub Profile
@kayleema
kayleema / msteams-webcam-support.sh
Created November 12, 2020 01:40
How to make Microsoft Teams support Virtual Webcams on OSX
sudo codesign --remove-signature "/Applications/Microsoft Teams.app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper.app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (GPU).app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (Plugin).app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (Renderer).app"
@kayleema
kayleema / tracker.py
Last active December 21, 2016 03:35
Motion Tracking Export Script for Blender
from __future__ import print_function
import bpy
from functools import reduce
D = bpy.data
OUT_DIR = '/tmp'
f2=open(OUT_DIR+'/markers.log', 'w')
for clip in D.movieclips:
#define NEW_BYTE_HANDLER handle_data
#include "serial-tiny10.h"
int main(){
serial_setup();
//Set debug pin as output
DDRA |= _BV(1);
while(1){