Thank you. I must admit I'm puzzled since I don't see anything wrong in the log file. Can you try the lastest version (v1.06, Files Section)? This one uses a...
... Well, I Was send commands as follow: send 0x00 until answer 0x15 send 0x1B,0x53,0x06,0x00,0x00,0x11,0x02,0x00,0x00,0x00,0x13,0x00 answer 0x06 send...
Comments follow... ... No problem with this part. Just have a look on what the code does if 0xFF packets are received (typically you will receive two of them ...
Not quite. When the button is pressed in the remote, it sends the 2 commands to open the shutter. At 19200bps, the time required is about 5ms, this time serves...
... Your assembly ... My remote shutter sometimes shot until first press, sometimes until second one. I start to think about this like "feature" or "known...
... My goal is to create an utility that enables me multiple exposure with different shutter speeds or max +-EV brackets. If I understood Digisnap is dedicated...
... That's consistent with my results. As the camera is in bulb mode, and the MC-EU1 protocol emulates shutter button press & release, I actually wouldn't...
... I was try to add 2 second delay between full an half press. And, with focus set to infinity, gives not much better results. ... How long exposure times are...
... with focus ... Bad news. I tried several 8 seconds exposures using krinnicam with the serial cable and MC-EU1 mode, focus at infinity, obtaining consistent...
Hi, Ive been using krinnicam for a while to take 360 degree shots of objects on a stepper controlled turntable(via a xylotex board). Ive been doing this by...
I took a look at the xylotex datasheet. It connects to the parallel port. Six of the data pins are broken up into three step and direction pairs as follows: ...
Hi, What kind of software are You using for controll Your XYLOTEX? Some of CNC software uses another pins of LPT port to do operations like turn "on/off...
Hi, Im using Mach 2 to control the board so I could send information via the pins that arent being used. I havent come across kShutter before, seen a few posts...
Hi Glen, Ive got acces to a a pc with linux on it but I was hoping on making something work on XP. Im still gonna look into what youve sent me. ... resource ...
In "files" section of this forum You can find an schematic of kShutter based on Microchip PIC microcontroller. Maybe, better idea is to create dedicated...
I try to find externall power source for my Coolpix 4500, cause often batery exhausting, but dedicated device is epensive one. Fortunally I was found an AC...
Hi Roland, I'm about to release a new component of krinnicam which can be used in scripts to control the camera, something like this (vbscript): Dim cp Set cp...
Nice tip! I've been using a 12V lead-acid battery and made myself a regulator which outputs the voltage needed by the camera. For those interested, the...
The DigiSnap 2800 can control the Coolpix 4500, as well as a stepper motor, allowing you to tell the motor to take a configurable number of steps between...
Well, the component I've developed can control the camera (via serial or USB ports) from a script. But if you find a way to control the LTP port in the same...
Are You using Inpout32.dll library to controll seriall port with your krinnicam software? If I remember using LPT with this library looks like sending byte...
Is this question about a handle in Your software for an external LPT driver? I am not an programer so I try to understand how to make recall from Your scripts....
Hi to the group - I was following the thread for problems with the coolpix 4300 which ended on message #572 it then jumped to message #577 What was the end...
Hi Gavin, that thread was more related to problems with windows xp - krinnicam compatibility than the CP4300 itself. We continued it privately but solutions...
In the script you attached, a camera object is created and then used to change some parameters and take a picture. To integrate parallel port control you...
Hi, I think it's a really silly problem because I didn't find it on previous posts. At the second shoot it fails to write on disk. Didn't I mind to something?...