How to add support for any webcam to Ender 3 v3 ke

By default, no webcam other than the original Nebula can be added to the ender.

I just happened to have an old webcam, so I searched on reedit and found a simple script to fix the operation of other webcams.

  1. In the ender settings, enable root access.
  2. In putty connect via ssh to the ender by local IP and the login credentials are displayed in the root tab on the printer.
  3. type the following commands one by one in the terminal:

cd /etc/init.d
wget http://openk1.org/static/k1/scripts/S50non_creality_webcam
chmod 755 S50non_creality_webcam
/etc/init.d/S50non_creality_webcam restart

Source:
Ender 3 V3 KE Camera : r/Creality (reddit.com)

Leave a Reply