Displaying 2 results from an estimated 2 matches for "sx10".
Did you mean:
0x10
2009 May 20
5
Video on (video-capable digital) still camera not accessible
I'm looking for any intelligent commentary on this - it may be a
little off topic, but I'm wondering if anyone knows about this. This
isn't short, so bear with me.
Yesterday, I tried to download a video off of one of my digital still
cameras that also takes videos (Canon Powershot SX10 iS) on my CentOS
x86_64 5.3 system. When I plugged the camera into a USB port and
turned it on, it showed no images available, AND no device showed up
mounted for it. Now, this is not entirely unusual.
I know there's a .mov on the camera, two actually, so I tried putting
the SD card in a car...
2009 Mar 17
11
Refactoring module
Dear all
Please see the following module, In module SX3 SX4 and SX5 have similar
class Tasklist, but inherit from different class.
I will use the following code to connect to different data sources
RemoteSX3Model.establish_connection sx3_hash
RemoteSX4Model.establish_connection sx4_hash
RemoteSX5Model.establish_connection sx5_hash
How can I refactor my code in module to look simpler? Thank you