Commit b23fde50 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

typo

parent 04fb64f5
#!/usr/bin/env php #!/usr/bin/env php
<?php <?php
/** /**
* @file check_footage.php * @file footage_integrity_test.php
* @brief will check (by timestamps) if any frames in footage are missing (recording errors) * @brief will check (by timestamps) if any frames in footage are missing (recording errors)
* @copyright Copyright (C) 2017 Elphel Inc. * @copyright Copyright (C) 2017 Elphel Inc.
* @author Elphel Inc. <support-list@support.elphel.com> * @author Elphel Inc. <support-list@support.elphel.com>
...@@ -176,7 +176,7 @@ function register_file($path,$file,$destination){ ...@@ -176,7 +176,7 @@ function register_file($path,$file,$destination){
//rename($tmp_name,"$path/$destination/$result_name"); //rename($tmp_name,"$path/$destination/$result_name");
} }
// Analisys phase // Analysis phase
foreach($FOOTAGE_ARRAY as $key=>$val){ foreach($FOOTAGE_ARRAY as $key=>$val){
if (count($val['data'])==4){ if (count($val['data'])==4){
$in = $val['data'][0]['number']; $in = $val['data'][0]['number'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment