diff options
author | cheapie <no-email-for-you@example.com> | 2017-01-18 14:42:19 -0600 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2017-01-18 14:42:19 -0600 |
commit | 496ecdae2717c3c337b770db49415668ab8f27fb (patch) | |
tree | 1dc78909ac25af05794f22a11336e3b863b3aeb1 /README | |
parent | 81b896e74a4d7853b8230dcb0c76257638f3bd82 (diff) | |
download | digistuff-496ecdae2717c3c337b770db49415668ab8f27fb.tar digistuff-496ecdae2717c3c337b770db49415668ab8f27fb.tar.gz digistuff-496ecdae2717c3c337b770db49415668ab8f27fb.tar.bz2 digistuff-496ecdae2717c3c337b770db49415668ab8f27fb.tar.xz digistuff-496ecdae2717c3c337b770db49415668ab8f27fb.zip |
Add camera
Essentially a "remote player detector", recommended uses include traffic light vehicle detection and security cameras
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -10,7 +10,7 @@ Textures WITH "adwaita" in the file name - These are icons by the GNOME Project, Depends: Required: digilines (base only) and mesecons (base only) -Only needed for craft recipes: default and mesecons_luacontroller +Only needed for craft recipes: default, mesecons_luacontroller, homedecor How to use digilines buttons: @@ -34,3 +34,8 @@ Once a channel is set, any messages sent on that channel will be shown on the "L How to use the NIC: Send a digilines signal with the URL you want to download. The HTTPRequestResult table will be sent back on the same channel. + + +How to use the camera: +Set the channel, distance, and radius. The camera will search for a node "distance" meters away and up to 10m down. +Every second while a player is within "radius" meters of that point, a table listing the players in range will be sent via digilines on the chosen channel. |