This topic contains 9 replies, has 6 voices, and was last updated by
Juan Barbini 2 months, 2 weeks ago.
-
AuthorPosts
-
May 14, 2017 at 7:06 pm #39350
The Root is a great add-on to the Robox. I really appreciate that it was released as a mature product with proper setup instructions.
Remote control works well on a Ipad, but somehow I would like to watch the Robox with a webcam in HD during printing. Does anybody already use a good USB webcam on the Raspberry Pi? What are your recommendations?
May 15, 2017 at 4:36 am #39359Use the Raspberry Pi camera board. https://www.adafruit.com/product/3099
$30 and plugs into the pi.
May 15, 2017 at 9:15 am #39363+1 I want this on the root. Hoping it comes at some point
May 21, 2017 at 9:22 am #39588I ordered a Microsoft LifeCam HD-3000. The viewing angle is OK.
Streaming from my windows laptop works well.
The instructions on using a USB Webcam with the Raspberry Pi are on: https://www.raspberrypi.org/documentation/usage/webcams/
I enabled SSH on the Raspberry Pi by writing an empty file with the name “SSH” into the boot directory of the SD card on my laptop. After a reboot of the Pi the file is deleted and SSH is switched on to active. When I try to login into the Raspberry Pi with PuTTY the login prompt of the Raspberry Pi appears, but it doesn’t accept the standard login “pi” and the password “raspberry”.
What are the correct login and password for SSH on the Root Linux system?
Attachments:
You must be logged in to view attached files.May 21, 2017 at 11:02 am #39591@enginwiz you don’t really need it if you set correct keys. Create RSA or DSA key and put public part of the key (file ending with .pub) to /home/pi/.ssh/authorized_keys file.
Then on your machine (if you are using Windows in Putty) use private part of the key along with pre-defined username (pi) to log in. Here’s one documentation how to: https://www.raspberrypi.org/documentation/remote-access/ssh/passwordless.md
After that, when you log in RPi, you can always issue:
sudo passwd pi
command and change password for pi users to anything you want.
May 22, 2017 at 9:12 am #39607This is the default Root SSH
http://www.cel-robox.com/root/#ssh
Username: pi
Password: CELRoot

For official support please visit www.cel-robox.com/support/ and create a ticketMay 22, 2017 at 7:49 pm #39642Thank you!
May 25, 2017 at 3:46 pm #39721After installing fswebcam on the Root it is possible to take pictures from the command line and save them locally as JPG on the Root.
The fswebcam motion demon as default uses port 8081 for video streaming and it seems that this port is already in use by Root or Automaker. Any recommendations for a port that doesn’t interfere with root or automaker?
May 25, 2017 at 4:51 pm #39722@enginwiz sorry to state obvious - but any greater than 1024 🙂
Anyway - I warmly recommend you have a quick look at UV4L project: https://www.linux-projects.org/uv4l/
It is quite comprehensive and well rounded project with many features. I am using it for my Robox video streaming…
July 7, 2017 at 5:04 pm #42698I use PiKrellCam with Root and it works great! It is very easy to install.
Here is a video recording with the Raspicam:
https://drive.google.com/open?id=1ygvilygYxciwXDpIjhaNgtezhVpJYLHTZA
Now I am seeing where to locate the camera inside the Robox.
-
AuthorPosts
You must be logged in to reply to this topic.




