Skip to content

Added support for python3 #21

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Change log

(see git log for latest changes)

1.5 (2019-08-05) - Added support for python3.

1.4 (2011-03-18) - Added support for YUV420 output.

1.3 (2010-07-21) - Added set of capabilities to the return value of
Expand All @@ -55,3 +57,5 @@ Change log
1.1 (2009-11-03) - Updated URL and documentation.

1.0 (2009-02-28) - Initial release.


2 changes: 1 addition & 1 deletion v4l2capture.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#define USE_LIBV4L

#include <Python.h>
#include <python3.5m/Python.h>
#include <fcntl.h>
#include <linux/videodev2.h>
#include <sys/mman.h>
Expand Down