Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - sig_cor

#1
General Development / Lens Focus error on "lv"
July 24, 2013, 11:02:56 AM
Hi to all!
I'm getting an error when I try to move the focus of some step, it's simply two instructions:


int ret = LensFocus(-2);
lens_take_picture(64, 0);


the LensFocus function (lens_focus) stop and return at the first control:


if (!lv) return 0;


at the start of the function:


int lens_focus(
    int num_steps,
    int stepsize,
    int wait,
    int extra_delay
)
{
   if (!lv) return 0;
[...]


This return also happens with the Liveview active. I'm making some error?
My question is: can you move the af without liveview active?

Thanks!
Sigfrido
#2
Scripting Q&A / Re: Missing Script Menu
July 22, 2013, 02:33:12 PM
Quote from: a1ex on July 22, 2013, 02:10:04 PM
Or, download some older nightly (not sure when they were disabled).

Thanks for the suggestion!
Now I will try the older nightly, but it's a lot, if someone in the forum have some idea of the version number would be a great help!

Sig
#3
Scripting Q&A / Missing Script Menu
July 22, 2013, 02:05:31 PM
Hi to all!
I've a Canon 5d MarkII and I've installed on the CF the last nightly, but I don't have the "Script" menu (between "Prefs" and "Debug")!
I'm missing something?



Sig