Gtuner IV 1.07 PUBLIC RELEASE: Computer Vision

Official news and announcements from the ConsoleTuner team.

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

Postby Mad » Wed Mar 11, 2020 8:56 am

Here's what the new donate button looks like:
button.png
button.png (4.72 KiB) Viewed 3972 times

Authors can re-upload their scripts with a donation link. If you have a personal script you think the community would like why not upload it and use this feature. :joia:

Note: You must be using the latest Gtuner IV beta to add a link.
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord (2K / FPS)
Mad
Major General
Major General
 
Posts: 4533
Joined: Wed May 22, 2019 5:39 am

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

Postby J2Kbr » Wed Mar 11, 2020 9:06 am

Thank you Mad for illustrate this new feature.

Similarly as shortdesc, keywords and docurl, the donation link can also be included in the GPC script file within the tag <donate> ... </donate>.

Mad wrote:Note: You must be using the latest Gtuner IV beta to add a link.

Correct, Gtuner IV 1.07 is needed to add the donation URL. However, once added the donation button will be shown on current and all previous releases of Gtuner IV. :smile0517:
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

Postby Ketechi » Fri Mar 13, 2020 12:05 am

Hello,

I am having a bit of an issue. So far I installed all my libraries but I am getting an error# 111. Here is a picture of the error:
Image

I believe the error is because I haven't set up a script with the __init__ properly but the issue is I do not know how to set up or where to place scripts. I already downloaded the apex_legends scripts as shown here:
Image

But I cannot see any option under the "Computer vision" tab to select the script.

Where or in what folder am I supposed to save the scripts?
User avatar
Ketechi
Staff Sergeant
Staff Sergeant
 
Posts: 13
Joined: Thu Feb 22, 2018 8:13 pm

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

Postby Mad » Fri Mar 13, 2020 12:14 am

Ketechi wrote:But I cannot see any option under the "Computer vision" tab to select the script.

Where or in what folder am I supposed to save the scripts?

Save the script in any folder and then navigate to that folder with the file explorer and set it as your working directory.
wd.png
wd.png (6.71 KiB) Viewed 3797 times
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord (2K / FPS)
Mad
Major General
Major General
 
Posts: 4533
Joined: Wed May 22, 2019 5:39 am

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

Postby laloalmada » Fri Mar 13, 2020 1:45 am

I have the same problem as ketechi. And how I do set it as my working directory? What is that means? Iam new, Iam sorry for my dum question
User avatar
laloalmada
Sergeant First Class
Sergeant First Class
 
Posts: 21
Joined: Fri Feb 07, 2020 10:15 pm

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

Postby Mad » Fri Mar 13, 2020 2:09 am

laloalmada wrote:I have the same problem as ketechi. And how I do set it as my working directory? What is that means? Iam new, Iam sorry for my dum question

You set the working directory to where the script is located using Gtuners built in file explorer.

Navigate to the folder the script is saved in and press set as working directory. I have highlighted this in the image above your post :smile0517:
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord (2K / FPS)
Mad
Major General
Major General
 
Posts: 4533
Joined: Wed May 22, 2019 5:39 am

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

Postby laloalmada » Fri Mar 13, 2020 2:14 am

Thank you! I already did that, now it throws me another error, I don't know how to put the image so I'll copy here:

GCV Error: ('invalid syntax', ('', 2, 17, 'from apex legends scrips import GCVWorker\n')) SyntaxError: ('invalid syntax', ('', 2, 17, 'from apex legends scrips import GCVWorker\n'))

Computer Vision: ERROR: Gpython process exited with error code 111

Any idea?
User avatar
laloalmada
Sergeant First Class
Sergeant First Class
 
Posts: 21
Joined: Fri Feb 07, 2020 10:15 pm

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

Postby J2Kbr » Fri Mar 13, 2020 9:02 am

The GCV Script cannot have spaces in the file name (it is treated as Python module), yours seems to be "apex legends scrips.py", rename to:

apex_legends_scrips.py
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

Postby laloalmada » Fri Mar 13, 2020 10:39 pm

J2Kbr wrote:The GCV Script cannot have spaces in the file name (it is treated as Python module), yours seems to be "apex legends scrips.py", rename to:

apex_legends_scrips.py

Thank you!

Now another error after renaming "apex_legends_script.py". This is the error:

GCV Error: __import__ not found

GCV Error: Traceback (most recent call last):
   File "", line 1, in

GCV Error: ImportError: __import__ not found

Computer Vision: ERROR: Gpython process exited with error code 111

What am I doing wrong? =(
User avatar
laloalmada
Sergeant First Class
Sergeant First Class
 
Posts: 21
Joined: Fri Feb 07, 2020 10:15 pm

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

Postby Soichi » Sat Mar 14, 2020 2:37 am

We need let Titan Two connect PC for using Computer Vision.
When I use Titan Two with Keyboard & Mouse , All usb port is already used(KB, Mouse, PS4, PS4 Controller).

So, when I use ComputerVision with Keyboard & Mouse, I need to connect 5 devices(KB, Mouse, PS4, PS4 Controller, PC).
Titan Two has only 4 usb port.
How can i solve this problem?
User avatar
Soichi
Corporal
Corporal
 
Posts: 5
Joined: Fri Feb 07, 2020 2:10 pm

PreviousNext

Return to News and Announcements

Who is online

Users browsing this forum: Google [Bot], SmiteFan and 89 guests