I want volumouse to only work in bottom right corner, so I think I have to set 0 to the question
Please enter the number of the card you want to use for the 'Top Right' corner's side of the screen :
But that ends in an error - see below...
$ python3 ~/volumouse/volumouse.py --configure
Do you want to use the default screen resolution which is : (1280, 1024) ? (Y/n)
y
Resolution stored in /home/autodarts/volumouse/temp/screen_resolution.txt
Please provide a size for the area's detection in the corners :
Default size is 30
75
You have entered : 75
Corner's size stored in /home/autodarts/volumouse/temp/corner_area_size.txt
Please enter the number of the card you want to use for the 'Top Right' corner's side of the screen :
0- No Soundcard
1- Active soundcard
2- alsa_output.pci-0000_00_1f.3.analog-stereo
0
An error occured, look at the error message bellow :
list index out of range
I want volumouse to only work in bottom right corner, so I think I have to set
0to the questionPlease enter the number of the card you want to use for the 'Top Right' corner's side of the screen :But that ends in an error - see below...