Forskjell mellom versjoner av «3D Printer Camera»

Fra Bitraf
Hopp til navigering Hopp til søk
(Ny side: === Setting up a Raspberry Pi as a camera server in the 3D printing room === <h5>Notes and tips from testing (24.11.2019)</h5> * [https://github.com/ccrisan/motioneyeos motionEyeOs] see…)
 
Linje 7: Linje 7:
 
** The distro seems to be very light with fast bootup speed (also because of the power of Pi 4).
 
** The distro seems to be very light with fast bootup speed (also because of the power of Pi 4).
 
** There does not seem to be a `xyz.local` hostname to easily access the Pi, so finding the IP address is the only way. There are several ways, the laziest of which is to hook it up to a display while it is booting and read the bootup messages.
 
** There does not seem to be a `xyz.local` hostname to easily access the Pi, so finding the IP address is the only way. There are several ways, the laziest of which is to hook it up to a display while it is booting and read the bootup messages.
** The web UI is where all the config is done, though it can be a bit clunky.
+
** The web UI, where all the config is done, can be a little clunky.
  
 
@TODO
 
@TODO
 
* Test the tool with several cameras and explore the different available settings.
 
* Test the tool with several cameras and explore the different available settings.
 
  
 
[[Category:camera]] [[Category:3D printing]]
 
[[Category:camera]] [[Category:3D printing]]

Revisjonen fra 24. nov. 2019 kl. 23:57

Setting up a Raspberry Pi as a camera server in the 3D printing room

Notes and tips from testing (24.11.2019)
  • motionEyeOs seems to be a popular Linux distro to turn single-board computers into camera surveillance servers.
  • Following the installation instructions and this video resulted in a successful setup using a Raspberry Pi 4.
  • Initial impressions:
    • The distro seems to be very light with fast bootup speed (also because of the power of Pi 4).
    • There does not seem to be a `xyz.local` hostname to easily access the Pi, so finding the IP address is the only way. There are several ways, the laziest of which is to hook it up to a display while it is booting and read the bootup messages.
    • The web UI, where all the config is done, can be a little clunky.

@TODO

  • Test the tool with several cameras and explore the different available settings.