Ubuntu Mate USB Cam
So my 11 year old niece built a ToyRep (with my help) and I helped her put Ubunto Mate on her Kano with a Raspberry Pi. We got Repetier-Server Aeolus-86 working on it piece of cake but we cannot get the webcam to work like my version of Repetier-Server Hades-98. I notice that in the Hades-98 it uses the path http://127.0.0.1:8081/?action=stream for video and http://127.0.0.1:8081/?action=snapshot for images. To get the webcam working in Ubuntu Mate I had to install and use Motion and enable it for any network, but that only got me video by using http://repetier-server:8081. I cannot figure out how to get the image capture to work without having it continuosly capture images until the drive is full.
Does anyone know what I can use in Ubunto Mate to mimic the webcam settings in the Hades-98 version of repetier server?
Does anyone know what I can use in Ubunto Mate to mimic the webcam settings in the Hades-98 version of repetier server?
Comments
What we do is using mjpg_streamer to get the mjpg streams. The software does not save anything to disk. On our images it is preinstalled with scripts automatically starting it.
https://www.repetier-server.com/setting-webcam-repetier-server-linux/
shows how to add the same configuration your self to other linux distributions.