Hi Jim,
That seems good news to me. We may have it working, I'll try to get
some time for it. To have a more accurate data to work with, you can
try the following:
* create a empty text file and copy/paste the following (substitute
"X:" with the camera drive) :
Dim cp
Set cp = CreateObject("kcamserver.Camera")
cp.ConnectUSB "Coolpix 8800", "X:"
cp.Log(cp.Resolution)
cp.Log(cp.FocalLength)
cp.FocalLength = 63.0
cp.Log(cp.FocalLength)
cp.Shoot
cp.Disconnect
Set cp = Nothing
* name the file something like test.vbs
* set the camera to 'High 2816 x 2112'
* plug the camera to the computer
* when the camera shows as a drive, double-click the file test.vbs:
this will try to connect to the camera, get some information (current
resolution mode and focal length), try to zoom in, then try to shoot.
* look for a file named "log.txt" that should be generated in the same
folder as test.vbs. Please post here the contents of this file.
* check if the camera has changed the focal length and if it actually
shooted.
If the camera shooted, please repeat again but setting a different
resolution, like 'Normal 2816 x 2112', and post also the new log.txt
(the file is recreated each time you run the test.vbs).
With all the information maybe I can add support to krinnicam for this
camera model.
Good luck!
--- In krinnicam@yahoogroups.com, "Jim Davis" <jd_rover4x4@...> wrote:
>
> --- In krinnicam@yahoogroups.com, "aristarco_cjb_net" <aristarco@>
> wrote:
> >
> > Sorry for the long delay.
> >
> > I've been a bit "out" of lastest Nikon models, but I think that these
> > new cameras (S-series, P-series, etc.) are unlikely to work with
> > krinnicam. They seem to be a whole new implementation and won't
> > "speak" the same "language" that the old coolpixes (885, 995, 2500,
> > 3500, 4300, 4500, 5000, 5400, 8400, 8700 and 8800, all discontinued).
> > I haven't got any clue if these are remotelly controllable.
> >
> > Regards,
> > Aristarco
> >
> > --- In krinnicam@yahoogroups.com, "Jin Wu" <jvwu99@> wrote:
> > >
> > > Just purchased a Coolpix S4 (6MP 10x zoom) and tried version 1.06
> > > Krinnicam on both Win2000 Pro and XP. The software could not
> > > reconized the camera. Removalbe drive showed up all right. We
have 2
> > > CP995's and hope that the software work with this new model of
camera.
> > > Thanks! -Jin
> > >
> >
> Hi all. It's been a while since I visited the group (with my new at
> the time CP995!), and since then I see you've come out with v2..
> GREAT stuff!
>
> I've recently purchased a CP5000 as well as an S4 and I wanted to let
> you know that the S4 DOES connect with v2.0.0.2, and I can get the LCD
> display to toggle on/off. I will also say that I initially connected
> using the std Nikon USB cable that came with the S4, the S4 was set to
> USB "Mass Storage" mode, and Krinnicam was connected as a CP8800. When
> connecting, Krinnicam gave an error that the current focal length
> (6.3) was out of range. When I continued I got your (elegant, btw)
> error handler message but pressed continue rather than quit.
>
> After the error, I proceeded only to test the LCD display, and found
> it worked. I'm afraid to test other functions until I hear from you,
> but I would love to help get this camera working if you have the
> desire. I'll await a reply, and here is the complete error message
detail:
> -----------------------------------------------------------
> See the end of this message for details on invoking
> just-in-time (JIT) debugging instead of this dialog box.
>
> ************** Exception Text **************
> System.ArgumentOutOfRangeException: Value of '6.3' is not valid for
> 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
> Parameter name: Value
> at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
> at
>
WindowsApplication1.MainForm.ConnectBackgroundWorker_RunWorkerCompleted(Object
> sender, RunWorkerCompletedEventArgs e)
> at
>
System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEv\
entArgs
> e)
> at
>
System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
>
>
> ************** Loaded Assemblies **************
> mscorlib
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
> ----------------------------------------
> krinnicam_usb
> Assembly Version: 2.0.0.2
> Win32 Version: 2.0.0.2
> CodeBase:
> file:///D:/Program%20Files/Photography/krinnicam/krinnicam_usb.exe
> ----------------------------------------
> Microsoft.VisualBasic
> Assembly Version: 8.0.0.0
> Win32 Version: 8.0.50727.42 (RTM.050727-4200)
> CodeBase:
>
file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d5\
0a3a/Microsoft.VisualBasic.dll
> ----------------------------------------
> System
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
>
file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
> ----------------------------------------
> System.Windows.Forms
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
>
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e\
089/System.Windows.Forms.dll
> ----------------------------------------
> System.Drawing
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
>
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/Sy\
stem.Drawing.dll
> ----------------------------------------
> System.Runtime.Remoting
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
>
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c5619\
34e089/System.Runtime.Remoting.dll
> ----------------------------------------
> Interop.KCAMSERVERLib
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.0.0
> CodeBase:
>
file:///D:/Program%20Files/Photography/krinnicam/Interop.KCAMSERVERLib.DLL
> ----------------------------------------
>
> ************** JIT Debugging **************
> To enable just-in-time (JIT) debugging, the .config file for this
> application or computer (machine.config) must have the
> jitDebugging value set in the system.windows.forms section.
> The application must also be compiled with debugging
> enabled.
>
> For example:
>
> <configuration>
> <system.windows.forms jitDebugging="true" />
> </configuration>
>
> When JIT debugging is enabled, any unhandled exception
> will be sent to the JIT debugger registered on the computer
> rather than be handled by this dialog box.
>