How to load CV from memory slot

GCV scripting for Gtuner IV and Titan Two. Configuration, examples, questions.

How to load CV from memory slot

Postby Tahsin » Thu Feb 03, 2022 6:52 pm

Hi
I have 3 cv script i want load any cv i want from memory slot
directly , is there any function because i don't want everytime presse gpc load then cv load
Thanks in advence :smile0201:
User avatar
Tahsin
Sergeant Major
Sergeant Major
 
Posts: 100
Joined: Wed May 15, 2019 7:57 am

Re: How to load CV from memory slot

Postby Scachi » Thu Feb 03, 2022 7:22 pm

You need to edit the .gpc script for that and place it in the init section to load the cv script on start of the gpc script.
Put the name of the cv script in here like that (without .py):
Code: Select all
init {
    printf("GCMD:ComputerVision.Start:YourCVScriptName");
}
User avatar
Scachi
Brigadier General
Brigadier General
 
Posts: 3044
Joined: Wed May 11, 2016 6:25 am
Location: Germany

Re: How to load CV from memory slot

Postby Tahsin » Fri Feb 04, 2022 8:34 am

Scachi wrote:You need to edit the .gpc script for that and place it in the init section to load the cv script on start of the gpc script.
Put the name of the cv script in here like that (without .py):
Code: Select all
init {
    printf("GCMD:ComputerVision.Start:YourCVScriptName");
}

Thank you so much :smile0203:
User avatar
Tahsin
Sergeant Major
Sergeant Major
 
Posts: 100
Joined: Wed May 15, 2019 7:57 am


Return to Gtuner Computer Vision

Who is online

Users browsing this forum: No registered users and 46 guests