Sunday, June 2, 2013

Reality check

Every now and then, I have the urge to buy a professional lens because my compromise lens works up an itch hard to get rid of.  I actually went on Kijiji and Craigslist to find a used Nikon 17-55mm f/.8.  A used copy could go for about $800 or a bit less if one is lucky.  Anyways, at the Henry's Exposure show this weekend, I had  the opportunity to test out a Nikon 17-55mm and as I feared, I could not make the best use of it.  Hand-held, it's not too easy to get a nice, sharp picture, and when I managed to get a sharp picture at f/2.8 there were some purple fringing (see below).  It's not too much but there is definitely purple fringing.  The Nikkor 18-200mm VR lens gets me a sharper picture, but not the image effects of an f/2.8 aperture.

Nikkor 17-55mm at f/2.8, centre crop

Nikkor 18-200mm at f/6.3, centre crop

Saturday, May 4, 2013

Nature in the backyard

Sharing a meal?  Not so quick!
Quite rare of a sight of two birds taking care of their nest.  I thought the male bird was going to share his grub, but no, it ended up having it all for himself.  Such is nature.

I realized this weekend that the Tokina 80-400mm is darn sharp at f/14 with manual focus!

Maybe I will get to use my 500mm lens when the eggs start to hatch.

Friday, May 3, 2013

Let nature come to you

Turquoise eggs
Ok, it's not often that one gets to enjoy nature right in your backyard, but every now and then, luck strikes.  I have always wanted to see a hummingbird in my backyard, but short of that, a nest is equally as fun to observe as a hummingbird.  So, I've got a nest on the trellis in our backyard.  I had to remove the window screen on my second floor window to have a clear view of the eggs.  I tore the window screen in the process but it is worth it, I guess.
Mommy bird:  a blackbird?

For these shots, I used my Tokina 80-400mm lens.  It was a bit hard to shoot hand-held in the late afternoon light as the Tokina does not have VR, but it turned out not too bad.

I cannot wait for the eggs to hatch!

Tuesday, April 9, 2013

BlackBerry Z10's camera

Well, I have been taking the subway to go to work over the last two weeks, ever since the parking lot I used to park decided to hike up their fees.  It already did not make much sense for me to drive into work over the last couple of years but because the parking lot was a lot cheaper than many others, I decided for convenience sake to drive the 30km everyday.

Anyhow, since I have been taking the subway, I had more opportunities to use my BlackBerry Z10 and its crappy camera.  I have to say crappy since I have yet to see any photo with good IQ.  The best so far could be this photo here:

New Toronto TTC Subway Cars.
Here I was standing still while taking this photo.  Colour reproduction is not bad.  I thought it was sharp at first.  It looked quite fine on the small screen of the Z10 but displayed on a notebook screen, it was clear my hands were shaking.  I had taken some other photos inside a subway car while it was moving and I wish BlackBerry invested in some vibration reduction technology in the Z10 camera!

Well, the best camera is the one you have with you.  So, the best camera was my Z10, but that won't stop me from complaining about it. :-)

Friday, March 29, 2013

Flash gels

Until yesterday, I never thought of using flash gels.  All I cared was the colour temperature on my subjects and not so much the background.  When shooting indoors with incandescent lights, I never saw a problem with the background being a little orange.  It adds some warmth to the picture.  However, after chatting with a work colleague, I think I will give gels a try now.

The idea with the gels is to make the effective flash light output (which is daylight balanced, naked) similar to the ambient light and with the camera's white balance set to match the ambient light, everything (and not just the subject) would be well balanced.  The next time I do indoor shooting, I will remember to bring the gels with me.

D7000 mode dial, again and again

I complained about the shooting mode dial before and I cannot stop complaining about it.  Just yesterday, I was at a gathering and a number of shots were underexposed.  The mode dial got changed to the "M" position by accident.  I guess on my way from one location to another, I must have scraped the dial against my hip where the camera dangled to.  It was a good thing I checked the LCD from time to time or I would have walked out with dark pictures only

D7100 mode dial.  Image from Nikon's website.
Nikon has heard enough from their customers.  The Nikon D7100 was released recently with a brand new mode dial lock button!  This is absolutely one of the best designs I have seen since the days of the D80, when I started complaining about the dial.  Seven years late but at least it is available now.  I so want to upgrade just because of this button but I just cannot really justify it.  So, I will keep on complaining about the dial until my D7000 dies or until I sell it.

Maybe I could use gaffe tape around the dial to smoothe out the side.  The tape will not last but should be good enough for one setting.

Sunday, February 10, 2013

Flickr to Picasa Web

We have a Toshiba Blu-Ray BDX-2300 player.  It is a Linux based machine tailored for multimedia purposes.  In addition to local media file support, it has support for Internet-based services like Netflix and YouTube for videos, and Picasa Web for photos.  It is the latter service that I am interested in.

I use Flickr Pro to store my many thousand copies of my photos.  I do not want to use Picasa Web but it looks like I would have to store photos there if I want to display on my TV using this Toshiba player.

I have not familiarized myself with Picasa (the desktop software) to manage photos in Picasa Web and the Picasa Web interface seems to lack a feature to auto-resize photos before uploading them.  So, I thought I'd find a tool to transfer photos from Flickr to Picasa Web--my photos in Flickr are already resized.

I found this Python script called "migrate-flickr-to-picasa-nokey.py" that will do just that.  For installation instructions, visit http://www.edparsons.com/2011/06/migrating-from-flickr-to-picasaweb/.  If installing in a Windows environment, you also need to install Python 2.7.3 from http://www.python.org/getit/ first and then "easy_install.exe" which comes from the following package:  http://pypi.python.org/pypi/flickrapi.  Download it, expand it, and run "distribute_setup.py".  The "easy_install.exe" will be found in C:\Python27\Scripts\easy_install.exe.

By default, the migrate-flickr-to-picasa-nokey.py script will transfer everything you have from Flickr to Picasa Web.  I want to transfer only selected ones, so I modified the Python script to allow me to specify the Flickr album name I want to transfer on the command line.  I also hardcoded my Flickr username and password in the script.  I could then execute the script as follows:

migrate-flickr-to-picasa-nokey.py New-Year-Eve-20121231

Well, it works well with only one small issue.  It looks like the script would download each photo from Flickr first then upload it to Picasa Web one at a time.  I thought there was a way to transfer from Flickr to Picasa Web directly through some API calls.  Anyways, it is an unattended process so I guess it's not a big deal.

For anyone interested in the modifications, find below the UNIX diff output between the original and my modifications.  My code is not the most efficient as I have forgotten most of the Python language but it does what I need it to.

25a26,28
> import getopt
> args_opts, album_title_to_move = getopt.getopt(sys.argv[1], '')
> print "Will copy " + album_title_to_move + "..."
115a119
> picasa_username._value = "YOUR_PICASA_USERNAME"
116a121
> picasa_password._value = "YOUR_PICASA_PASSWORD"
118a124
> flickr_api_key._value = "YOUR_FLICKR_API"
119a126
> flickr_api_secret._value = "FLICKR_SECRET_VALUE"
159c166,174
<     sets = FLICKR.photosets_getList().find('photosets').getchildren()
---
>     tmp_sets = FLICKR.photosets_getList().find('photosets').getchildren()
>     sets = []
>     for aset_id in range(len(tmp_sets)): # go through each flickr set
>         aset = tmp_sets[aset_id]
>         set_title = aset.find('title').text
>         # Transfer only this one photo set ...
>       if set_title == album_title_to_move:
>             sets = [ aset ]
>             break
336c351
<
\ No newline at end of file
---
>

Wednesday, December 26, 2012

Photo Album

https://itunes.apple.com/ca/app/photo-table/id455322208
I recently purchased an iPad and I find myself using it more often than I do with my notebook, although, for things like this (blogging or any fair amount of typing) I still prefer my notebook.  Actually, Blogger does not like the iPad.  I cannot open this window in iPad without some error, so I don't have much of a choice anyway! :-)

Anyhow, on the iPad, there are a number of free photo album apps that can be downloaded from the Apple Store.  This one that I downloaded yesterday is called Photo Table.  It is neat.  It supports a number of features I have not started to use yet, including creating collages that you can share via Facebook, Twitter and e-mail, as well as printing and shipping postcards.  It also has support for the iPhone.

I only use the app to download some Flickr albums--the download is quick because my Flickr photos have been downsized already.  It can also download photos from Facebook but I do not store any photos on Facebook.  The "neat" thing about it is how photos are laid out on the virtual table.  The photos are strewn on the virtual table as if you had dropped a bunch of photos onto it.  From there, you use your fingers to go through the photos.

There are finger gestures to expand, shrink, rotate, and discard (throw to the bottom) photos.  There is also a quick way to start up a photo slide.  I find this app fun to use.  The virtual table looks a little messy but it is a fun way to show photos to families and friends.

The app is free.  Try it out at https://itunes.apple.com/ca/app/photo-table/id455322208?mt=8

Happy Holidays!

Sunday, December 2, 2012

Storage

I have been storing my camera gears in a bottom drawer of a (clothes) dresser in my bedroom.  At first, it worked well as I have only a few equipment.  For about a year now or possibly more, I have been keeping most of my equipment on top of a table.  I then place a foam board on top to protect it from dust.  The table looked pretty messy and recently, a friend's house got broken into and some valuables were stolen.  I thought, if my house got broken into and the thief goes straight to the bedrooms, the first thing they will see are my camera gears.  It was time to do something about my camera equipment.

$16 Sterilite 3-Drawer Tower
Today, I went to Walmart and bought this Sterilite 3-drawer plastic tower.  It does not look exactly what is shown on the right as mine has three same drawers and the frame is white while the compartments have a dark blue tint so if there are any sunlight, it will keep the interior somewhat cool and dark, and away from prying eyes.  The tower is all plastic so it does bend and wobble when you pull out a drawer, but it is sturdy enough for my cameras and lenses and various other gears.  The tower also has casters so it can be rolled around although the wheels are also all plastic so it does not roll around as smoothly as rubber and steel casters.

Anyways, I managed to fit most of my equipment in one tower.  I placed the silica gel I bought from ebay into the compartments where the camera bodies and lenses are.

I still have batteries and small accessories sitting on the table, and there are other stuff still in my dresser.  I will go back to Walmart tomorrow to pick up another tower.

Sunday, November 25, 2012

Dust bunnies at macro level

Macro shot of my hair.
Talk about dirty!  This morning while I was combing my hair, I picked out one strand of hair from my comb.  It was interesting looking because the tip of the hair was white (yeah, I have gray hair since I was 24) and the base of the hair was black!  This was a second time I saw one of these hair strands like that.  Am I getting younger???

In any case, it was interesting enough I had to take a shot of it to document the anomalous growth.  I decided to use the Nikkor 105mm lens.  I thought it could do 1:1 reproduction but for some reason I could not get really close to the hair so I added an extension tube.

What came out was a little surprising.  Yes, I got my shot to demonstrate the weird change in colour but I also got a ton of dust dunnies in the photo!  All those really dark spots in the photo are dust bunnies!  They do appear at f/32 on my 18-200mm lens but they are a lot more apparent at the macro level.  Holy molly, I initially thought they were black spots on the paper that the hair was taped on but no, those were on my sensor!  Ok, time to do another wet cleaning.

Why do I get so much dust inside my camera???