We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
# Create an instance of a Neosoco object from neopia import * n = Neosoco()
fd = FaceDetection() if fd.camera_open(0): while True: if fd.start_detection() > 0: print('Kimdir kirdi!!!') n.led_on() n.buzzer() n.led_off()