We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Is it possible to write a code in command line through processing? For example I want to write "raspivid -o video.h264 -t 10000" to the Terminal/CLI of the raspberry pi 3.
Answers
I am thinking it could be possible using launch() or exec(). You can check previous examples showing how to use them: https://forum.processing.org/two/search?Search=launch
Kf
See also:
...and exec isn't in the reference, but it is in the JavaDoc: