You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you considered allowing arguments for setting up parameters?
For example, it'd be convenient if I could specify the media file and upper/lower labels, etc. in a single line command when I run CARMA.exe: e.g., CARMA -media c:/path/to/the/video/vid.mov -upperlab "High Arousal" -lowerlab "Low Arousal" -samplerate 30 -maxval 100 -minval 0 -steps 11 -exportformat csv -exportloc c:/path/to/output And the program would start with these prespecified parameters.
This function will allow one to, for example, make a batch file (.bat) to write such a command in text so they tell their raters to simply run the batch file (instead of CARMA.exe) program; which will allow them to collect the rating data remotely without having to use one local computer with all the correct parameters.
I imagine this function to be simple for you (although may not be super easy) to incorporate. I would love that function and I'm sure many other users will too.
Thank you for consideration.
The text was updated successfully, but these errors were encountered:
dongwonoh
changed the title
settings as argument
customizing settings via arguments
Jun 22, 2020
[FEATURE REQUEST]
First of all, thanks for the fantastic tool.
Have you considered allowing arguments for setting up parameters?
For example, it'd be convenient if I could specify the media file and upper/lower labels, etc. in a single line command when I run CARMA.exe: e.g.,
CARMA -media c:/path/to/the/video/vid.mov -upperlab "High Arousal" -lowerlab "Low Arousal" -samplerate 30 -maxval 100 -minval 0 -steps 11 -exportformat csv -exportloc c:/path/to/output
And the program would start with these prespecified parameters.This function will allow one to, for example, make a batch file (.bat) to write such a command in text so they tell their raters to simply run the batch file (instead of CARMA.exe) program; which will allow them to collect the rating data remotely without having to use one local computer with all the correct parameters.
I imagine this function to be simple for you (although may not be super easy) to incorporate. I would love that function and I'm sure many other users will too.
Thank you for consideration.
The text was updated successfully, but these errors were encountered: