Search found 10 matches

by fran@servifot.com
Mon Nov 12, 2018 11:31 am
Forum: Development
Topic: How to initialize the camera properly?
Replies: 7
Views: 16374

Re: How to initialize the camera properly?

Thank you so much!!

That was exactly my problem. I don't know how I was using different DLL than the Main project.
I've changed them and now it works perfectly.

You've answered really quickly, thank you!

This project is awesome, and as soon as I finish our project I'll try to support you.
by fran@servifot.com
Mon Nov 12, 2018 10:36 am
Forum: Development
Topic: How to initialize the camera properly?
Replies: 7
Views: 16374

Re: How to initialize the camera properly?

Ok. I've tested more things. I thought that It was just the LiveView but no. I can't take a photo. I get some errors: 'Canon.Eos.Framework.EosPropertyException' en Canon.Eos.Framework.dll 'Canon.Eos.Framework.EosPropertyException' en Canon.Eos.Framework.dll 'Canon.Eos.Framework.EosException' en Cano...
by fran@servifot.com
Mon Nov 12, 2018 10:02 am
Forum: Development
Topic: How to initialize the camera properly?
Replies: 7
Views: 16374

Re: How to initialize the camera properly?

Hi All. Thanks for the reply! I've tried GetProhibitionCondition(OperationEnum.LiveView) with Canon EOS 4000 like DeviceManager.SelectedCameraDevice.GetProhibitionCondition(OperationEnum.LiveView) But it returns a blank string ""... ¿What could I test? I really need that my program works a...
by fran@servifot.com
Mon Oct 29, 2018 3:07 pm
Forum: General discussion
Topic: Nikon d5200 not recognized
Replies: 4
Views: 9851

Re: Nikon d5200 not recognized

I'm using USB cable to connect and communicate with all cameras.

Did you try it?

I mean, to use CameraControl and a Camera, the camera should be connected with USB I think.

Try it and tell something to us ^^
by fran@servifot.com
Mon Oct 29, 2018 1:50 pm
Forum: Development
Topic: How to initialize the camera properly?
Replies: 7
Views: 16374

How to initialize the camera properly?

Hi all. After a time working with DigicamControl Source Code. I've developed a simple app to take photos with an interface, something like a photo Booth. I made all my tests with a Canon EOS 1300, and everything worked correctly. But now I've tried the Canon EOS 4000, and the live view doesn't work,...
by fran@servifot.com
Thu Oct 18, 2018 2:27 pm
Forum: Testing/Bug Reports
Topic: Unable to Stop Recording Movie
Replies: 6
Views: 11064

Re: Unable to Stop Recording Movie

command&control wrote: Wed Oct 17, 2018 11:15 am
Doesn't work for me. :( I tried with the Canon EOS 200D. Unable to stop recording. Thank you for sharing though, fran@servifot.com.
¿Can you share your Methods to see what's happening? I'd have a look if you share them.
by fran@servifot.com
Wed Oct 10, 2018 10:31 am
Forum: Testing/Bug Reports
Topic: Unable to Stop Recording Movie
Replies: 6
Views: 11064

Re: Unable to Stop Recording Movie

Hi again. I finally modified the method that is used for canon recording. In Canon.Eos.Framework.EosCamera.cs the method public void StartRecord() Change the body public void StartRecord() { LiveViewqueue.Enqueue(() => { StopLiveView(); SavePicturesToCamera(); this.SendCommand(Edsdk.CameraCommand_Mo...
by fran@servifot.com
Mon Oct 08, 2018 1:42 pm
Forum: Testing/Bug Reports
Topic: Unable to Stop Recording Movie
Replies: 6
Views: 11064

Re: Unable to Stop Recording Movie

I have the same problem. Did you find any solution?
With Canon EOS 1300D
by fran@servifot.com
Mon Jun 25, 2018 9:28 am
Forum: Support
Topic: Live View with auto exposure
Replies: 2
Views: 3508

Re: Live View with auto exposure

The exposure simulation can be turned on/off in camera menu can't be changed via application Thanks for your reply. Yes in most of the cameras it is the solution, but we are using Canon eos 1300 and canon eos 2000. We can't find the configuration to set the live view simulation active all the shot....
by fran@servifot.com
Fri Jun 22, 2018 3:53 pm
Forum: Support
Topic: Live View with auto exposure
Replies: 2
Views: 3508

Live View with auto exposure

Hello. First of all, I'm in love with your program and code. I've used Canon SDK with a program that I made and it's so hard to use. Then when I see this project is like wooow! :o Well, my doubt is, do you have any function that ¿Automatically adjusts live view exposure? I've seen this option in the...