Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
31 views

I have a Canon Eos R8 using EDSDK on Windows11. If I Open a session and leave it alone for 1 mins I sometimes get a shutdown event triggered. Why does it always call shutdown? I didn't turn off the ...
Tars's user avatar
  • 1
0 votes
0 answers
65 views

i have an app (.NET 8.0, WPF) that display the liveview of the camera so the people can see themsefl before and during the recording of a small video. It work perfectly fine one time but if i use it ...
thomas's user avatar
  • 1
0 votes
1 answer
418 views

I have come across a python wrapper for the EDSDK library. It exposed an API with multiple different functions that can easily be called from my own code. The provided example file works without an ...
maycookie's user avatar
2 votes
0 answers
207 views

I'm using Canon EOS SDK version V13.14.40 with a Canon EOS 700D camera. I have a C# desktop application that I use for live view and image capture. Both live view and image capture works fine. I need ...
FluffyBike's user avatar
  • 2,801
0 votes
0 answers
1k views

Is it possible to control a Canon Camera on the latest .NET, currently .NET 6, or Core or Standard using their EDSDK.dll version 13.15.10.3 or any other lib via C#? Control = snap a pic, save the ...
TheDev6's user avatar
  • 882
1 vote
3 answers
861 views

I am using Canon ccapi to download the last image taken. I am trying to find it by getting the list of all the photos from contents request and then download the last one http://<camera-ip>:8080/...
Serob's user avatar
  • 1,091
0 votes
1 answer
453 views

I'm working on a asp.net (.Net 5) application that hosts a signalR hub to allow to clients to communicate with canon cameras (eg. taking photos, capture videos and live streaming) using the official ...
Gergely Kucsera's user avatar
1 vote
1 answer
1k views

I'm in the process of implementing a remote camera control app with Canons EDSDK. My camera is a Canon PowerShot SX 70 HS. So far everything seems to work, except for the functionality to save the ...
Tim Hilt's user avatar
  • 725
0 votes
1 answer
774 views

It is quite easy to obtain the Image during live view operation using the method EdsDownloadEvfImage(CameraRef, ImageRef); This is quite handy to perform further image processing (with OpenCV etc) In ...
Anthony M Benedict's user avatar
-1 votes
2 answers
485 views

There's an event for camera being disconnected, but is there a way to detect that a new camera was connected to the system? Or repeatedly asking for camera list is my best bet?
elena's user avatar
  • 111
0 votes
1 answer
487 views

I have a Delphi program built around the edsdk. I can take the picture, download the direct jpg of raw files. But when I get a raw (CR2)-file, I can't display the result. Any solution to achieve this ...
resurrected user's user avatar
0 votes
1 answer
113 views

I am trying to take photos while the camera is connected to the computer. As soon as the camera is connected to to PC the camera changes it's mode to busy. I would like trigger the camera to take ...
Nesan Mano's user avatar
  • 2,188
0 votes
0 answers
219 views

I've already figured how to understand EDSDK error, but now I want to show an error message instead of manually looking it up in the documentation. Is there a function that would give me a meaningful ...
elena's user avatar
  • 111
0 votes
1 answer
306 views

I have update the Canon.EDSDK to V 3.6.1,. I have tried couple of solution but non seems to remedy the situation. Here it the image of error I am getting
Khuram Rehman's user avatar
0 votes
1 answer
2k views

I started learning C# a few weeks ago, n order to use the Canon EDSDK for a stop-motion program. Howerver I have no idea how to get live view function, as the Canon documentation is bereft of ueful ...
Link_Aran's user avatar
1 vote
1 answer
3k views

I want to convert a .CR3 file (camera is a Canon PowerShot SX70 HS) to a .JPG file using Python. I found a project on GitHub which actually should do the desired task: https://github.com/lclevy/...
Benjamin Fischer's user avatar
0 votes
1 answer
962 views

I'm currently using gphoto2 to interface to my Canon EOS M100 and remotely control it. One feature that I really need is the ability to display images on the camera's lcd screen so it can be previewed....
tyleax's user avatar
  • 1,840
0 votes
1 answer
310 views

just tried to install the EDSDK framework into the Xcode project framework folder. However I cannot run anything, as I am getting a lot of error messages. for example at this position in the EDSDK.h ...
EmminentFront's user avatar
1 vote
1 answer
770 views

I'm trying to do high speed shooting with the EOS 40D. When hand-operated with drive mode set to "high speed continuous" in the UI, this camera sustains about 6 fps. How can I replicate this using ...
Roofus's user avatar
  • 646
0 votes
1 answer
445 views

I am able to use canon sdk using this library found in codeproject Canon EDSDK Library Using SDK and the library mentioned above, I have to move the zoomed live view up/down/left/right. I can zoom ...
smoothumut's user avatar
  • 3,511
0 votes
2 answers
2k views

I'm remote controlling a Canon EOS 1000D using EDSDK 3.6.1 and C#. Sometimes after (successfully) taking a photo and downloading the images (RAW+L) the camera seems to "hang". Live view doesn't work ...
Spock's user avatar
  • 269
1 vote
2 answers
228 views

I want to capture RAW images from a Canon Camera (EOS 550D and EOS 1300D) and convert them to RGB without saving them on disk. I was assuming that this should be possible, given the fact that ...
Michael Schmidt's user avatar
0 votes
1 answer
328 views

I am very new to the EDSDK so sorry for maybe weird question in some places. Is it possible to access a video stream and perform some operations on it using the SDK? I need this to capture very thin ...
Michael's user avatar
  • 1,180
0 votes
0 answers
905 views

I am using EDSDK for application and it is working fine with EOS1200D but giving not supported Error while calling OpenSession() using EOS 1300D I am getting below Error NOT_SUPPORTED Stack Trace: ...
Vijay Kumbhoje's user avatar
1 vote
1 answer
283 views

I'm writing a package to control a Canon DSLR using their EDSDK DLL from Go. This is a personal project for a photo booth to use at our wedding at my partners request, which I'll be happy to post on ...
iamacarpet's user avatar