I have searched and searched to find answers to my question.
And that is how to get control over my Camera Module inside Octolapse.
Like changing White balance and thoose kind of settings.
I found that i should change
#camera_http_webroot="./www-octopi"
#camera_http_options="-n"
to this:
camera_http_webroot="./www"
camera_http_options=""
This is inside "boot/octopi.txt".
But the problem is that i do not have an Octopi version of octoprint. I have it installed on Raspbian Stretch with desktop as a venv. According to this "Setting up OctoPrint on a Raspberry Pi running Raspbian"
How do i find thoose settings with this install ? Where is that .txt file that i can change settings in so that i can turn on the advanced settings ?
I am using the latest Octolapse and Latest octoprint. Actually installed octolapse 5 days ago.