I'm trying to find out whether it's possible to remove the <ALT> mode indicator and the current script name from the bottom of the screen. All other CHDK UI elements can be disabled, but not these two. Google hasn't managed to help me so far either.
There is currently no way to hide the <ALT> message or script title. You would have to hack the existing code and compile your own custom version to do that.There have been a few requests for this "feature" so it might be something that gets added to the 1.3.0 dev release of CHDK. There is likely to be some concern about confusing the users if the <ALT> message is supressed.
I've added this Lua function to my custom builds:hide_osd(-1|0|1) -1 toggle 0 show OSD and Console 1 hide OSD and ConsoleIt hides all of CHDK by clearing the screen and then disabling the refresh. I haven't had much luck with getting things like this in the trunk, but if you'd like to see how I did it, I can strip it out and post a patch.Why do you need to trigger the camera with USB? Could the pictures be triggered with a script?
I haven't had much luck with getting things like this in the trunk, but if you'd like to see how I did it, I can strip it out and post a patch.
So, my suggestion is that you present each of your proposed changes in separate thread dedicated to that change.
Purpose: To allow scripts to draw on a totally blank screen, without interference from the CHDK OSD or script console.
The reason I'm using the USB method is that I want to be able to take my shots exactly when I choose. At the moment I have a short press of a button on my RC transmitter for a photo, and press and hold to start a video. I'm considering adding more functionality in the future to allow more precise control over the camera while it is in the air.
Edit: Would it be possible to define the hide_osd() function within a Lua script, so as to avoid making changes to the CHDK core files?
Technically, I think you want the <ALT> icon and script title removed too? Those are different from the two items you mentioned.
Quote from: jonathan.holvey on 28 / September / 2013, 07:39:35The reason I'm using the USB method is that I want to be able to take my shots exactly when I choose. At the moment I have a short press of a button on my RC transmitter for a photo, and press and hold to start a video. I'm considering adding more functionality in the future to allow more precise control over the camera while it is in the air.Sounds great! Maybe you could do a series of short presses and releases and count them, kind of like a double click, triple click, etc.
Started by TheJez « 1 2 » General Discussion and Assistance
Started by knorke Creative Uses of CHDK
Started by sgllama General Discussion and Assistance
Started by bernoulli General Help and Assistance on using CHDK stable releases
Started by robertbaldock General Help and Assistance on using CHDK stable releases