The Archive

Update 10/30/16

I have been gathering more data to find the optimal number of keyframes for various types of videos.  The videos with larger file sizes take a long time to compress.

Daily Work Log [11-1]

I have decided to implement the AIML, Python, MySQL architecture and have been looking at setting up an environment to run them all.

Daily work log 11/1/16

Couldn’t get OpenCV to install properly on my laptop so I asked the CS admins to create a cluster account for me. By sshing to the cluster I will be able to use OpenCV. Tomorrow I expect to get the … Read More

Compiling the Program

After a good amount of online searching and experimentation, I finally got my Makefile to compile a working program. There is no audio output for my main program yet, but I am going to try out a different beat detection … Read More

Daily Work Log 11/1/16

Heading to home depot to talk to someone knows about voltage splitters or where else to measure voltage from.  Heres hoping someone knows something.

Daily Work Log 10/31/16

Just wrapping the wires around the cord, doesn’t work, neither does attaching the wires to the prongs of the plug.  I am thinking about going to an electrician or home depot to find someone who knows where to measure the … Read More

Daily Work Log 10/28/16

With measuring voltage figured out, i have moved on to determining where to attach the wires to measure the voltage.

Daily Work Log 10/27/16

work on voltage monitoring, found 2 ways to determine voltage, the first measures 0-5V, the second measures higher voltages using voltage dividers and multiple resistors.

Testing PortAudio

I don’t know what took me so long to do it, but I finally installed PortAudio so that I can actually use it in my prototype program. To make sure it works, I ran one of the example programs, “paex_sine”, … Read More

Halloween Update

Accomplished since 10/28 post: Completed the IRB form, pending approval by Charlie (most likely it will need revised but could be submitted by class on Wednesday) Drew a design of the minimal version of the program, more comprehensive design pending … Read More

Daily Work Update [10-31]

I worked on an architecture for my program which is based on AIML with Python and MySQL in the backend.

Daily Work Update [10-30]

I have been looking at different ways to integrate a database into AIML

Update 10/30/16

I’m still trying to get the libraries for OpenCV installed in order to compile facedetect.cpp.

Update 10/29/16

Continuing to gather data to evaluate ffmpeg.

Update 10/28/16

Continuing to work on gathering data for the speeds and compression ratios of ffmpeg.

Update 10/28/16

Currently still trying to compile the OpenCV facedetect.cpp file from the samples directory. I keep getting an error saying it cannot locate the libraries in the OpenCV.pc file. I am trying to get this resolved as soon as possible so … Read More