Somtimes the canon camera live view func set to disable. and i cant start live view from my program. I need to enable that settings from the program. I try to run that code and I get error "EOSDigital.API.ExecutionException: 'DEVICE_BUSY'".
MainCamera.SetSetting(PropertyID.Evf_OutputDevice, (int)EvfOutputDevice.PC);
While the camera not busy.
The EOS Utility using EDSDK and there is enable option from there.

How can i Enable that setting from my C# program using EDSDK?
I found the solution
this the prop that i look for: public const uint PropID_Evf_Mode = 0x00000501;
need to make sure that this setting set to 1 before setting Evf_OutputDevice