Is there a way to start the camera and the scriptand to copy & delete files from the SD-card without touching the camera,by using CHDK-PTP?
lua require("lremote").exec("A/CHDK/SCRIPTS/test.lua", false)
killscript
Question: can somebody reproduce this on a relatively new camera (note: my a3200 is also affected)?
Both rs -cont and rs -quick tend to fail shooting the requested number of photos. The first shot always succeeds, the rest mostly does not. Shooting stops, the LCD begins showing regular live view.
I'm not completely sure, but it's possible something like what you describe might happen if the USB remote hook wasn't implemented correctly (edit: i.e. wasn't ever called in the shot).
Re-tested the cameras with reyalp's new script. No failures...... and then I realised that I had to use a card with plenty free space to run the script, because the cards I normally use in these cams are rather small.Conclusion: rs -cont and rs -quick can stop prematurely when the JPEG size exceeds the available card space.
You mean when 1 jpeg exceeds card space, or the camera thinks card space decreases by the jpeg size even though the image isn't actually saved?
Quote from: KNEi on 16 / May / 2015, 16:01:47Hi!Is it possible to add in chdkptp something like "onion skin" for making stop motin movies?I want to overlay the current live view on a previous frame. Here's a photo Here's a quick hack that might help. Just replace the existing lua/gui_live.lua from chdkptp with the attached.It adds a new sub-tab where the frame rate and debug tabs are called "onion"The "grab" button makes a copy of whatever is currently displayed. The grabbed image is blended with the live display, with the amount controlled by the slider. All the way to the left shows only the live image, all the way to the right shows only the grabbed image.Clear discards the grabbed image completely.
Hi!Is it possible to add in chdkptp something like "onion skin" for making stop motin movies?I want to overlay the current live view on a previous frame. Here's a photo
!for i,lcon in ipairs(mc.cams) do con=lcon cli:print_status(cli:execute('mdl A/DCIM /some/path -fmatch=%.JPG$')) end
Started by waterwingz General Discussion and Assistance
Started by alex73 « 1 2 » General Discussion and Assistance
Started by dmitrys General Discussion and Assistance
Started by nod5 General Discussion and Assistance
Started by Caefix General Discussion and Assistance