cool I didn't know about this feature.
What is difference between this two functions electronically and physically in terms of power consumption/dissipation?
Will it affect CHDK motion detection function in any way?
In general I have created many different functions for my project with more reliability compared to scripts/functions published in this forum. I'm sure they can be helpful.
Unfortunately, I don't have possibility to review this forum periodically and I would appreciate if moderators and permanent members would send me personal message and ask me to help and publish my version. those function are related to almost everything, shooting, video, zooming, motion detector, write/delete files, night shooting, day shooting...
Unfortunately, I don't have possibility to review this forum periodically and I would appreciate if moderators and permanent members would send me personal message and ask me to help and publish my version.
Please post your complete script. It is very hard to help debug a script fragment.
It's very hard to post whole script because it's 30 kB in size
Attach it?
Ok, I will publish the whole script.
The script itself doesn't make any sense on the following reasons.
The only thing that I can do is to explain particular function one by one if somebody will ask me. But I suspect that nobody will even look at the script and will not ask me without a reason. In this case I can propose to do the following: I can briefly itemize my functions and explain - what kind of problem I had and what kind of solution I implemented. Based on this summary somebody can ask me questions and I can publish more detailed explanation.
--fout = io.open ....
I would appreciate if somebody would give me idea (not precise instruction) how to bypass this feature or how to to overload or block temperature measurement.In my project I also try to use external fan but still don't have an answer how it cools down the sensor temperature. I also don't know if there is any variation from camera to camera.
sleep(3000)set_lcd_display(0)set_record(1) sleep (3000)for i = 0,1800 dofout = io.open("A/out.txt", "a") fout:write(tostring(get_temperature(0))," ",tostring(get_temperature(1))," ",tostring(get_temperature(2))," ",os.date("%X"),"\n") fout:close()sleep(1000)endpress("video") sleep(3000)release("video") sleep(1700000)press("video") sleep(1000) release("video")sleep(1000)for i = 0,1800 dofout = io.open("A/out.txt", "a") fout:write(tostring(get_temperature(0))," ",tostring(get_temperature(1))," ",tostring(get_temperature(2))," ",os.date("%X"),"\n") fout:close()sleep(1000)endset_record(0) sleep (6000)
Started by macewindu General Help and Assistance on using CHDK stable releases
Started by stronge General Help and Assistance on using CHDK stable releases
Started by CMC68 « 1 2 3 » General Help and Assistance on using CHDK stable releases
Started by waterwingz « 1 2 ... 16 17 » LUA Scripting
Started by jorjor General Help and Assistance on using CHDK stable releases