Loading src/php_top/raw.php +4 −2 Original line number Original line Diff line number Diff line Loading @@ -3,10 +3,12 @@ $help = <<<HELP $help = <<<HELP Description: Description: This script gets raw pixel data from sensors. It does 2 things: This script gets raw pixel data from sensors. It does 2 things: * captures raw data (controls the videomem driver to copy data from fpga memory to the system memory) * captures raw data (controls the videomem driver to copy data from fpga memory to the system memory) * transfers captured data over network * transfers captured data over network It can capture images for multiple ports at a time, but downloads only a single image. It can capture images for multiple ports at a time, but downloads only a single image (the lowest in the mask). Parameters: Parameters: cmd - (run|get) cmd - (run|get) Loading Loading
src/php_top/raw.php +4 −2 Original line number Original line Diff line number Diff line Loading @@ -3,10 +3,12 @@ $help = <<<HELP $help = <<<HELP Description: Description: This script gets raw pixel data from sensors. It does 2 things: This script gets raw pixel data from sensors. It does 2 things: * captures raw data (controls the videomem driver to copy data from fpga memory to the system memory) * captures raw data (controls the videomem driver to copy data from fpga memory to the system memory) * transfers captured data over network * transfers captured data over network It can capture images for multiple ports at a time, but downloads only a single image. It can capture images for multiple ports at a time, but downloads only a single image (the lowest in the mask). Parameters: Parameters: cmd - (run|get) cmd - (run|get) Loading