Hello!
My problem is that when I send two PTP commands to camera - something like PTP_CHDK_DownloadFile while something else is in progress, say it's PTP_CHDK_GetDisplayData camera may freeze.(black screen, not responding to any of buttons, only removing the batteries will turn it off.) or, usually my program would crash with LibUsb error, or it just may also freeze.
I have no idea how to check if camera is busy or is it ready. There is ScriptStatus to check if script is runnig but I have not found a way to check if camera is busy doing something PTPish.
So my question is how to check devices status because when the camera freezes it sucks:)
And... is it right place to post this type of questioins? Sorry, just being new here:)