Guest User

Untitled

a guest
Dec 17th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. shell_exec("/usr/bin/raspistill -rot 180 -q 70 -w 1920 -h 1080 -o /media/64GB/www/timelapse/image_image.jpg 2>&1")
  2.  
  3. php php_script.php
  4.  
  5. Defaults:www-data !requiretty
  6.  
  7. www-data ALL=(ALL) NOPASSWD: ALL
  8.  
  9. echo 'SUBSYSTEM=="vchiq",GROUP="video",MODE="0660"' > /etc/udev/rules.d/10-vchiq-permissions.rules
  10.  
  11. usermod -a -G video www-data
Add Comment
Please, Sign In to add comment