Hi, so it's fair to say I'm a complete noob at coding but I have managed to change some apps just for test purpose by finding text in the code and replacing parts of code with other parts successfully.
I have an app that takes images from videos. It has an auto option to take pictures at selected time intervals. I'd like to try and do one of two things - 1:When the app first starts, the time is always set at 2 Sec interval, I'd like to change that to 1 Sec. OR 2:change the value of the "1 Sec" interval to something shorter like half a second.
I think I can see where these events are happening but I don't understand how or where these time values are obtained.
Any suggestions would be great, thanks
I have an app that takes images from videos. It has an auto option to take pictures at selected time intervals. I'd like to try and do one of two things - 1:When the app first starts, the time is always set at 2 Sec interval, I'd like to change that to 1 Sec. OR 2:change the value of the "1 Sec" interval to something shorter like half a second.
I think I can see where these events are happening but I don't understand how or where these time values are obtained.
Any suggestions would be great, thanks