I'm trying to use cnee
to record the display of a touch device we have our application on (Deployed on ubuntu server 16.04). I don't have any experience with cnee
and am willing to use a different program if it is more simple to use, so please suggest any suggestions.
I've gotten cnee
to record keyboard input to test it but that's it.
The command I am trying on my device is
cnee --record --display 0 -o displaytest.xns
I don't know if it makes any difference but my application is on a remote device. I'm using ssh
to input the command,no log or keystrokes are needed.
I understand my command may not be doing exactly what I want but I'm trying to go off the man
page, and this is the closest I've gotten to making it run after working through the error messages I was getting.
.xns
file on the remote machine?cnee
is installed on the remote machine, you have transmitted the.xns
file before runningcnee
and you gave it the correct path, didn't you? – dessert Nov 07 '17 at 18:42cnee
produce the output filedisplaytest.xns
? – dessert Nov 07 '17 at 19:24