Esempio n. 1
0
 /// <summary>
 /// Starts the live view with special auto focus.
 /// </summary>
 /// <param name="autoFocus">The auto focus.</param>
 /// <returns></returns>
 public EosLiveViewAutoFocus StartLiveView(EosLiveViewAutoFocus autoFocus)
 {
     this.StartLiveView();
     this.LiveViewAutoFocus = autoFocus;
     return(this.LiveViewAutoFocus);
 }
Esempio n. 2
0
 /// <summary>
 /// Starts the live view with special auto focus.
 /// </summary>
 /// <param name="autoFocus">The auto focus.</param>
 /// <returns></returns>
 public EosLiveViewAutoFocus StartLiveView(EosLiveViewAutoFocus autoFocus)
 {
     this.StartLiveView();
     //this.LiveViewAutoFocus = autoFocus;
     return(EosLiveViewAutoFocus.QuickMode);
 }