Search found 6 matches

by mfargas53
Fri Jun 08, 2018 9:59 pm
Forum: Spring 2018
Topic: Final Project Documentation
Replies: 8
Views: 23968

Re: Final Project Documentation

Scavenger Hunt


Attached are documentation and codes for our project.

Thanks for an amazing quarter and all the guidance. Good luck in your future endeavors, Rodger!

-Kara Newman and Margie Fargas
by mfargas53
Wed Apr 18, 2018 11:16 pm
Forum: Spring 2018
Topic: Robotic Art Research Presentation
Replies: 20
Views: 12010

Stelarc: The Man with Three Ears

Stelarc is a performance artist who chooses to focus his work on experimenting and enhancing the human body. The Third Ear in particular is an experiment on creating a realistic prosthetic of a human ear on an arm. This would serve nothing more than to have a microphone on your arm that would connec...
by mfargas53
Wed Jun 14, 2017 1:42 pm
Forum: Spring 2017
Topic: Proj 1- Intro - (Due April 17)
Replies: 18
Views: 16287

Re: Proj 1- Intro - (Due April 17)

I was interested in the articles and discussions in class on the daguerreotype and camera obscura. I have previously taken Art History of Photography at UCSB and went into greater depth on the daguerreotype and how photography has evolved over time since the invention was created. Daguerreotypes wer...
by mfargas53
Wed Jun 14, 2017 9:14 am
Forum: Spring 2017
Topic: Proj 5 Final Research Project
Replies: 21
Views: 15619

Re: Proj 5 Final Research Project

Final powerpoint pdf
by mfargas53
Wed Jun 07, 2017 12:02 pm
Forum: Spring 2017
Topic: Proj 5 Final Research Project
Replies: 21
Views: 15619

Re: Proj 5 Final Research Project

For my final project, I am exploring Programming and Art through the use of Processing 3. I would like to explore the visualization of the Mandelbrot Set through Processing and figure out a way to zoom in and out of the graph. The Mandelbrot Set is an imaginary fractal set in math that continues to ...
by mfargas53
Mon May 15, 2017 11:28 am
Forum: Spring 2017
Topic: Proj 3 - Camera Image Capture
Replies: 7
Views: 5055

Re: Proj 3 - Camera Image Capture

#This code captures an image and send back to server import time import picamera import os, sys import pipan from random import randint # CENTER print "Neutral the pan and tilt servos" # create PiPan object p = pipan.PiPan() # neutral the pan servo p.neutral_pan() time.sleep (2) # neutral the tilt ...