Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-autocampars
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-apps-autocampars
Commits
97b18b82
Commit
97b18b82
authored
Mar 03, 2018
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+TODO for mux board programming retval
parent
831ef1ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
autocampars.php
src/autocampars.php
+4
-0
No files found.
src/autocampars.php
View file @
97b18b82
...
...
@@ -754,6 +754,10 @@ function detect_camera(){
case
'PRE10359'
:
// Entry point for Eyesis slave cameras that have 10359B multiplexers on their ports
//log_msg('PRE10359 '.print_r($GLOBALS['port_mux'],1));
// previous stage: just fell through - was not break;
// TODO: process $retval error case
if
(
$GLOBALS
[
'port_mux'
])
{
for
(
$port
=
0
;
$port
<
4
;
$port
++
)
{
if
(
$GLOBALS
[
'port_mux'
][
$port
]
!=
'none'
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment