Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
17292f68
Commit
17292f68
authored
May 12, 2010
by
Filipe Almeida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LIBV4L: fixed build failed on Linux
parent
4a073bd9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
cap_libv4l.cpp
modules/highgui/src/cap_libv4l.cpp
+4
-1
No files found.
modules/highgui/src/cap_libv4l.cpp
View file @
17292f68
...
...
@@ -175,6 +175,9 @@ make & enjoy!
There was a problem setting up the size when the input is a v4l2 device
The workaround closes the camera and reopens it with the new definition
Planning for future rewrite of this whole library (July/August 2010)
15th patch: May 12, 2010, Filipe Almeida filipe.almeida@ist.utl.pt
- Broken compile of library (include "_highgui.h")
*/
/*M///////////////////////////////////////////////////////////////////////////////////////
...
...
@@ -218,7 +221,7 @@ make & enjoy!
//
//M*/
#include "
_
highgui.h"
#include "highgui.h"
#if !defined WIN32 && defined HAVE_CAMV4L && defined HAVE_CAMV4L2
...
...
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