15827 shaares
249 liens privés
249 liens privés
18 résultats
taggé
camera
Dans ce guide, vous apprendrez à mettre en place un serveur web de streaming vidéo avec un Raspberry Pi et une caméra à l'aide d'un simple script avec la bibliothèque Picamera2. Vous pourrez accéder au serveur web de streaming sur n'importe quel navigateur web de votre réseau local.
pour prendre une vidéo sur un site web.
1) Create a Applescript by AppleScript Editor and save it (e.g. QTRecord.scpt):
tell application "QuickTime Player"
activate
start (new movie recording)
end tell
2) Open Terminal and run the script in command line:
osascript QTRecord.scpt
Or the whole thing as an one-liner:
osascript -e 'tell application "QuickTime Player" to activate' -e 'tell application "QuickTime Player" to start (new movie recording)'
photobooth like