I'm trying to use ptpcamGUI with my G12. CHDK is working great on it, but so far I've been having trouble trying to make it work with ptpcamGUI. I've installed the libusb driver successfully, but whenever I connect the camera, start it in playmode and open the application, I'm getting the following error in the console (it keeps on looping):
** init() start ...
>> version << ptpcam: 2.0
camera: 2.1 (Length: 24)
>> script-support << script-support:0x1 lua=yes (Length: 26)
>> luar not(os.stat("A/CHDK/LUALIB/lptpgui.lua")==nil) << script:1
1:ret:false (Length: 21)
>> upload lptpgui.lua A/CHDK/LUALIB/lptpgui.lua << upload failed! (Length: 14) [unexpected return code 0x2002 (Length: 29)]
** init() fail
Anyone has any idea how I can solve this please?
EDIT: Solved this problem by creating a new directory named 'LUALIB" in the CHDK folder on the sd card, and it's working great now!