planktoscope/pipeline/focus.php
2019-12-10 22:29:42 -08:00

9 lines
232 B
PHP

<?php
$nb_step = $_REQUEST["nb_step"];
$orientation = $_REQUEST["orientation"];
$toggler = $_REQUEST["toggler"];
$output = shell_exec('/usr/bin/python3 /var/www/html/pipeline/focus.py '.$nb_step.' '.$orientation.' '.$toggler);
?>