planktoscope/pipeline/focus.php

9 lines
232 B
PHP
Raw Normal View History

2019-12-11 06:51:01 +01:00
<?php
$nb_step = $_REQUEST["nb_step"];
$orientation = $_REQUEST["orientation"];
$toggler = $_REQUEST["toggler"];
2019-12-11 07:29:42 +01:00
$output = shell_exec('/usr/bin/python3 /var/www/html/pipeline/focus.py '.$nb_step.' '.$orientation.' '.$toggler);
2019-12-11 06:51:01 +01:00
?>