Search found 3 matches

by cguijarro
Sun Jun 04, 2017 10:34 pm
Forum: Spring 2017
Topic: Proj 5 Final Research Project
Replies: 21
Views: 15731

Re: Proj 5 Final Research Project

My Final Project will be focusing on Kurt Kaminski's Melange Project. It was shown at the End of The Year Show at MAT a few weeks back. The 2d simulation uses a depth camera to know when a hand is in motion. It senses the hand move and knows to run the visualization on the screen. I have already con...
by cguijarro
Mon May 08, 2017 11:28 am
Forum: Spring 2017
Topic: Proj 3 - Camera Image Capture
Replies: 7
Views: 5100

Re: Proj 3 - Camera Image Capture

Group 6 import time import picamera import os, sys import pipan # center the camera p = pipan.PiPan() p.neutral_pan() p.neutral_tilt() time.sleep (1) with picamera.PiCamera() as camera: from random import randint pan_position = randint(100,160) tilt_position = randint(100,160) p.do_pan(pan_position)...
by cguijarro
Mon Apr 17, 2017 7:54 pm
Forum: Spring 2017
Topic: Proj 1- Intro - (Due April 17)
Replies: 18
Views: 16386

Re: Assignment 1 Due April 17

I'm really interested in working with the kinect in the future. It has an RGB camera, a depth sensor that consists of an infrared laser projector mixed with a monochrome sensor, and a multi-array microphone. The idea is that one can take images that show people's unique physical structure using diff...