edsdk

Canon Remote SDK Alternative?

Is there any Solution from another vendor? (With another Camera?) Canon does not want to support the SDK anylonger. The Solution shoul contain live preview, zooming and configurable Flash. A c# interface would be fine. I know, the WIA interface but it isnt powerful enough. ...

Live View with Canon EDSDK 2.5.2 VB.NET

I am trying to do 1 of two things, preference number 1: Turn on the Live View using VB.NET and the Canon EDSDK 2.5.2 and render the live output in a Windows Forms application. Currently I am trying to put it to a picture box; however, I am open to suggestions for sure. The second option would be to at least turn on the Live View and h...

Canon EDSDK MemoryStream Image

I've been fighting with the Canon EDSDK for a while now. I can successfully get the library to save a file directly to disk, however, I cannot get a hold of the image byte[] in memory. Whenever I attempt to Marshal.Copy() the EDSDK Stream to byte[], I always get the following error: AccessViolationException: Attempted to read or write...

InstallShield web based project installer cab file problem

Hi all, I have created a web based project and i have to install ActiveX Control through web by a cab file. when i build my installshield web project installer, it generate msi package and a cab file. I have to register a dll in cab file. If i install msi package locally. it works fine and installactiveX and register dll. but when i pla...

Canon EDSDK 2.8 (Xcode 3.2.2 - Snow Leopard 10.6.3)

I'm trying to build an application using the Canon EDSDK 2.8. I created a new Cocoa Application project in Xcode, and imported the headers and framework files. When I try to build and run (without writing any code), I get two warnings that say the frameworks are missing x86_64 architecture files. If I try and import the "EDSDK.h" header ...

Sample C code for Canon EDSDK Liveview ?

Is there anyone with a working piece of sample C code that implements LiveView using the Canon EDSDK? The sample code in the documentation looks great until you get to this bit: // // Display image // Yup, that's it. They don't show how to BLT an image to a window using the data retrieved from the camera. They just say, "Display...

take picture and directly save image to pc using edsdk 2.8

Hello I'm new to this EDSDK 2.8 At the moment, my program can take pictures, However, when a picture is taken, that picture is temporarily stored in a buffer in the canon camera i would like to know how we could save it directory to PC? Does anyone have any ideas? or a sample code with c# or vb.net? thanks ...

problem with download picture from canon camera to pc

hello i connected a eos canon camera to pc i have an application that i could take picture remotly ,and download image to pc, but when i remove the SD card from camera , i cant download image from buffer to pc // register objceteventcallback err = EDSDK.EdsSetObjectEventHandler(obj.camdevice, EDSDK.ObjectEvent_All, objectEventHandl...

How to start/stop video recording on Canon camera via SDK?

Hi! I have a Canon 7D digital camera and I'd like to have an ability to control video recording from PC. I've downloaded Canon SDK 2.8, read all the document it contains but still cant figure out how to start or stop video recording on the camera. Is there any possibility to control video recording via Canon SDK? Thanks. ...