Can anybody explain to me what this plist is set to do:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BonjourNetwork</key>
<dict>
<key>_ptp._tcp.</key>
<array/>
</dict>
<key>device info version</key>
<string>3.0</string>
<key>devices</key>
<dict>
<key>Canon PowerShot SD430 WIRELESS</key>
<dict>
<key>iconFile</key>
<string>Canon PowerShot SD430 WIRELESS.icns</string>
<key>mediaFormats</key>
<dict>
<key>AVI</key>
<dict>
<key>sizes</key>
<array>
<dict>
<key>duration</key>
<integer>180</integer>
<key>height</key>
<integer>480</integer>
<key>width</key>
<integer>640</integer>
</dict>
</array>
<key>supportedFeatures</key>
<array>
<string>download</string>
<string>erase</string>
</array>
</dict>
<key>JPG</key>
<dict>
<key>sizes</key>
<array>
<dict>
<key>height</key>
<integer>1944</integer>
<key>width</key>
<integer>2592</integer>
</dict>
<dict>
<key>height</key>
<integer>1536</integer>
<key>width</key>
<integer>2048</integer>
</dict>
<dict>
<key>height</key>
<integer>1200</integer>
<key>width</key>
<integer>1600</integer>
</dict>
<dict>
<key>height</key>
<integer>480</integer>
<key>width</key>
<integer>640</integer>
</dict>
</array>
<key>supportedFeatures</key>
<array>
<string>download</string>
<string>erase</string>
</array>
</dict>
</dict>
<key>modelName</key>
<string>Canon PowerShot SD430 WIRELESS</string>
<key>physicalTransports</key>
<array>
<string>USB</string>
<string>TCP/IP</string>
</array>
<key>supportingSoftwares</key>
<array>
<string>ImageCapture</string>
</array>
<key>vendorName</key>
<string>Canon</string>
<key>wifiSecurities</key>
<array>
<dict>
<key>authentication</key>
<string>0</string>
<key>encryption</key>
<string>0</string>
</dict>
<dict>
<key>authentication</key>
<string>1</string>
<key>encryption</key>
<string>1</string>
</dict>
<dict>
<key>authentication</key>
<string>1</string>
<key>encryption</key>
<string>2</string>
</dict>
<dict>
<key>authentication</key>
<string>2</string>
<key>encryption</key>
<string>1</string>
</dict>
<dict>
<key>authentication</key>
<string>2</string>
<key>encryption</key>
<string>2</string>
</dict>
<dict>
<key>authentication</key>
<string>4</string>
<key>encryption</key>
<string>4</string>
</dict>
<dict>
<key>authentication</key>
<string>4</string>
<key>encryption</key>
<string>8</string>
</dict>
</array>
</dict>
<key>NIKON D2X</key>
<dict>
<key>iconFile</key>
<string>NIKON D2X.icns</string>
<key>mediaFormats</key>
<dict>
<key>JPG</key>
<dict>
<key>sizes</key>
<array>
<dict>
<key>height</key>
<integer>1424</integer>
<key>width</key>
<integer>2144</integer>
</dict>
<dict>
<key>height</key>
<integer>2136</integer>
<key>width</key>
<integer>3216</integer>
</dict>
<dict>
<key>height</key>
<integer>2848</integer>
<key>width</key>
<integer>4288</integer>
</dict>
</array>
<key>supportedFeatures</key>
<array>
<string>download</string>
<string>erase</string>
<string>take picture</string>
</array>
</dict>
<key>NEF</key>
<dict>
<key>sizes</key>
<array>
<dict>
<key>height</key>
<integer>1424</integer>
<key>width</key>
<integer>2144</integer>
</dict>
<dict>
<key>height</key>
<integer>2136</integer>
<key>width</key>
<integer>3216</integer>
</dict>
<dict>
<key>height</key>
<integer>2848</integer>
<key>width</key>
<integer>4288</integer>
</dict>
</array>
<key>supportedFeatures</key>
<array>
<string>download</string>
<string>erase</string>
<string>take picture</string>
</array>
</dict>
<key>TIFF</key>
<dict>
<key>sizes</key>
<array>
<dict>
<key>height</key>
<integer>1424</integer>
<key>width</key>
<integer>2144</integer>
</dict>
<dict>
<key>height</key>
<integer>2136</integer>
<key>width</key>
<integer>3216</integer>
</dict>
<dict>
<key>height</key>
<integer>2848</integer>
<key>width</key>
<integer>4288</integer>
</dict>
</array>
<key>supportedFeatures</key>
<array>
<string>download</string>
<string>erase</string>
<string>take picture</string>
</array>
</dict>
</dict>
<key>modelName</key>
<string>NIKON D2X</string>
<key>physicalTransports</key>
<array>
<string>TCP/IP</string>
<string>USB</string>
</array>
<key>supportingSoftwares</key>
<array>
<string>ImageCapture</string>
</array>
<key>vendorName</key>
<string>NIKON</string>
</dict>
</dict>
<key>manualConnect</key>
<string>1</string>
<key>movie extensions</key>
<array>
<string>MP4</string>
<string>MOV</string>
<string>AVI</string>
</array>
<key>raw extensions</key>
<array>
<string>CRW</string>
<string>CR2</string>
<string>MRW</string>
<string>NEF</string>
<string>SRF</string>
</array>
</dict>
</plist>
Is it taking photos and videos and sending them in AVI format to devices online?
iMac, Mac OS X (10.5.8), OS X 10.5.8