Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support very old V4L #14446

Merged
merged 1 commit into from Apr 30, 2019
Merged

Support very old V4L #14446

merged 1 commit into from Apr 30, 2019

Conversation

mshabunin
Copy link
Contributor

@mshabunin mshabunin commented Apr 29, 2019

Related #13969
Resolves #14439

This pullrequest changes

Build with enabled V4L2 failed on CentOS 6.10 (docker image condaforge/linux-anvil-comp7):

../modules/videoio/src/cap_v4l.cpp: In function 'int cv::capPropertyToV4L2(int)':
../modules/videoio/src/cap_v4l.cpp:1614:16: error: 'V4L2_CID_ROTATE' was not declared in this scope
         return V4L2_CID_ROTATE;
                ^~~~~~~~~~~~~~~
../modules/videoio/src/cap_v4l.cpp:1614:16: note: suggested alternative: 'V4L2_CID_BASE'
         return V4L2_CID_ROTATE;
                ^~~~~~~~~~~~~~~
                V4L2_CID_BASE
../modules/videoio/src/cap_v4l.cpp:1616:16: error: 'V4L2_CID_IRIS_ABSOLUTE' was not declared in this scope
         return V4L2_CID_IRIS_ABSOLUTE;
                ^~~~~~~~~~~~~~~~~~~~~~
../modules/videoio/src/cap_v4l.cpp:1616:16: note: suggested alternative: 'V4L2_CID_FOCUS_ABSOLUTE'
         return V4L2_CID_IRIS_ABSOLUTE;
                ^~~~~~~~~~~~~~~~~~~~~~
                V4L2_CID_FOCUS_ABSOLUTE

@alalek
Copy link
Member

alalek commented Apr 29, 2019

=> 3.4

@mshabunin mshabunin changed the base branch from master to 3.4 April 30, 2019 08:39
Copy link
Member

@alalek alalek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@opencv-pushbot opencv-pushbot merged commit 683acd9 into opencv:3.4 Apr 30, 2019
@alalek alalek mentioned this pull request Apr 30, 2019
@mshabunin mshabunin deleted the old-v4l branch September 4, 2019 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants