Nov
02
2008
0

USB Remote Completed

I’ve made my remote, it’s as simple as it gets, with a momentary push switch.

Behold the monstrosity that is my USB camera remote:

It does look like a detonator but I’m hoping when plugged into two cameras it will look less suspicious. At least it doesn’t have a big red button on it!

It’s been tested and appears to be working properly but I’m still yet to get my final setup of the camera software working.

I’ve done a little bit of handywork around one of the usb plugs so I can bend it earlier to get the cameras closer together. I can get the lenses about 100mm apart which should be OK.

I hope to get the software setup on the cameras then I’ll be able to take my first dual camera 3D Stereo Photograph.

Written by John Burns in: 3D Photography,Projects |
Nov
02
2008
0

Flush DNS Cache on Mac OS X

Go to a terminal window and type:

dscacheutil -flushcache

Written by John Burns in: Mac OS X Tips |
Nov
01
2008
0

Editing your hosts file in Mac OS X

So you need to edit your hosts file?

It’s path is /etc/hosts but being a system file, you’ll need to use sudo to get to it.

Open a terminal and type:

sudo vim /etc/hosts

Now, you’re using the vim text editor.  Press i to go into insert mode.  You will know you are in insert mode because of the — INSERT — at the bottom of the window.

Make your changes and hit ESC to exit insert mode.

:w[enter] will write the changes to file.
:wq[enter] will write the changes to file and quit.
:q[enter] will quit if no changes have been made.
:q![enter] will quit and ignore changes that have been made.

Job done

Written by John Burns in: Mac OS X Tips |