mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 00:39:15 -04:00
20D, and 5D. Multican allows scripted remote control of multiple cameras; it is possible to control up to six cameras attached at the same time. Multican communicates with camera directly, without generic library such as provided by gPhoto2, and currently has no GUI, which makes it no replacement for Canon's EOS Utility, but it can be useful nonetheless in various setups, e.g. for astrophotography. WWW: http://multican.sourceforge.net/
11 lines
395 B
C
11 lines
395 B
C
--- usbio.h.orig 2006-12-18 09:11:04.000000000 +0100
|
|
+++ usbio.h 2009-06-24 10:59:54.000000000 +0200
|
|
@@ -182,6 +182,8 @@ static struct {
|
|
{0x04a9, 0x3113, 6, "EOS 30D"},
|
|
{0x04a9, 0x3114, 6, "EOS 30D (ptp)"},
|
|
{0x04a9, 0x311a, 4, "PowerShot S3 IS"},
|
|
+ {0x04a9, 0x3145, 6, "EOS 450D"},
|
|
+ {0x04a9, 0x3199, 6, "EOS 5D Mark II"},
|
|
{0, 0, 0, NULL}
|
|
};
|
|
|