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
ec0d555e
Commit
ec0d555e
authored
Mar 05, 2021
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set extrenal period for Boson640 to 59.99Hz
parent
ddf0c9ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
autocampars.php
src/autocampars.php
+3
-1
No files found.
src/autocampars.php
View file @
ec0d555e
...
...
@@ -3017,7 +3017,9 @@ function createDefaultConfig($version, $port, $multisensor = false, $eyesis_mode
}
$appmode
=
get_application_mode
();
if
((
$appmode
&
0xf0000
)
!=
0
){
if
(
$boson640
){
$TRIG_PERIOD
=
1667000
;
//59.99Hz
}
elseif
((
$appmode
&
0xf0000
)
!=
0
){
$TRIG_PERIOD
=
25000000
;
}
else
{
$TRIG_PERIOD
=
$eyesis_mode
?
25000000
:
10000000
;
// 10 fps
...
...
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