motioneye-project / motioneye

A web frontend for the motion daemon.
GNU General Public License v3.0
3.86k stars 649 forks source link

Take picture with proximity sensor #2834

Open 3DFarmer opened 9 months ago

3DFarmer commented 9 months ago

Hi, I'm looking to use motioneye to create a dataset for ai training. I want to install a inductive sensor to a pi's GPIO pin and have motioneye take one picture every time the sensor is activated. This sensor will be hooked up to a 3D printer, but the machine is close source so I can't use octoprint or other 3D printer servers. I love motioneye interface and ease of use.

Could this be accomplished?

git-tail-d commented 5 months ago

+1

git-tail-d commented 4 months ago

Hello,

@3DFarmer

i found a resolution.

you can take pictures with this command:

curl -sf http://192.168.X.Y:7999/1/action/snapshot

BR