Hello
Are you aware of a way to record videos using r programming?
I working on a small project where we have to capture short videos and the recommendation was to use python. Since I am not that familiar with python codes, and before digging into python, I wanted to check if there is a way to do the same thing in r.
what I am trying to do is:
when the code is run, record a video from a usb webcam into r
then export it into .avi or any other format.
I read a bit over the last 3 days and there are packages in r such as av, opencv, videoplayR but I could not find a way to do this specific task.
there is also a shiny module called shinysense, but it mainly captures images not vidoes.