[NTLK] Quick Take and Newton
Matej Horvat
matej.horvat at guest.arnes.si
Fri Jun 2 19:00:09 EDT 2017
On Thu, 01 Jun 2017 23:38:45 +0200, Sylvain Pilet <pilets at mac.com> wrote:
> Thank you Grant for refreshing our memory.
> Indeed, the serial port is not enough, the protocol must also be
> compatible.
I found two programs (with source code) that can download pictures from
the Fuji DS-7 - which is pretty much the same camera as the QuickTake 200.
https://web.archive.org/web/20070509235029/http://www.yk.rim.or.jp:80/~mamo/Computer/DS-7/
https://sourceforge.net/p/gphoto/code/HEAD/tree/trunk/libgphoto2/camlibs/fuji/fuji.c
So if anyone wants to try writing a Newton version, it should be doable,
but I don't see any description of the actual format (JPEG?). 66000 bytes
is a bit low for a 640 by 480 picture, but the manual says it's possible
to fit 20 high-quality pictures or 30 regular-quality pictures on a 2 MB
card, and (2 * 1024 * 1024) / 66000 = 31.7750, so I guess it's correct at
least for one type.
See also: http://www.andybaird.com/qt200/index.html
I have a QuickTake 200 but not a working SmartMedia card, and as far as I
know, the camera won't connect to a computer without a card (at least
Apple's Camera Access software wouldn't do anything if I remember
correctly).
More information about the NewtonTalk
mailing list