Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
AV_camera
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
blaar
AV_camera
Commits
d9edc0cf
Commit
d9edc0cf
authored
Aug 29, 2017
by
Arnaud Blanchard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Properly name blc_channel-out to make it usable by e_bash.sh
parent
591108d8
Pipeline
#54
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
i_AV_camera.mm
i_AV_camera.mm
+1
-1
No files found.
i_AV_camera.mm
View file @
d9edc0cf
...
...
@@ -208,7 +208,7 @@ int main(int argc, char **argv){
char
const
*
infos
;
blc_program_add_option
(
&
output_format_option
,
'f'
,
"format"
,
"Y800"
,
"set ouput video format"
,
"NDEF"
);
blc_program_add_option
(
&
output_name
,
'o'
,
"output"
,
"blc_channel
"
,
"output
channel"
,
NULL
);
blc_program_add_option
(
&
output_name
,
'o'
,
"output"
,
"blc_channel
-out"
,
"image
channel"
,
NULL
);
blc_program_add_option
(
&
output_type_option
,
't'
,
"type"
,
"UIN8|FL32"
,
"set ouput data type"
,
"NDEF"
);
blc_program_add_option
(
&
infos
,
'i'
,
"infos"
,
NULL
,
"list infos: pixel formats of the device"
,
NULL
);
blc_program_init
(
&
argc
,
&
argv
,
blc_quit
);
...
...
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