Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
wyrover
/
javacv
Public
forked from
pfn/javacv
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Apr 8, 2016
speed optimization on convert(Frame):Bitmap
Show description for ae13613
pfn
committed
ae13613
View commit details
Copy full SHA for ae13613
Browse repository at this point
Commits on Apr 2, 2016
Merge pull request #373 from Maurice-Betzel/master
Show description for 0359430
saudet
committed
0359430
View commit details
Copy full SHA for 0359430
Browse repository at this point
Commits on Mar 31, 2016
Removed package
Maurice-Betzel
committed
7021e17
View commit details
Copy full SHA for 7021e17
Browse repository at this point
Commits on Mar 30, 2016
Added PCA sample
Maurice-Betzel
committed
21a7899
View commit details
Copy full SHA for 21a7899
Browse repository at this point
Commits on Mar 26, 2016
Merge pull request #370 from lloydmeta/upgrade/opencvframerecorder
Show description for 6297e0c
saudet
committed
6297e0c
View commit details
Copy full SHA for 6297e0c
Browse repository at this point
Update OpenCVFrameRecorder to use C++ API
lloydmeta
committed
4061711
View commit details
Copy full SHA for 4061711
Browse repository at this point
Commits on Mar 22, 2016
Update to match latest changes in JavaCPP
saudet
committed
f0bd4b5
View commit details
Copy full SHA for f0bd4b5
Browse repository at this point
Commits on Mar 19, 2016
Update to match latest changes in JavaCPP
saudet
committed
b026d26
View commit details
Copy full SHA for b026d26
Browse repository at this point
Update CHANGELOG.md and clean up sample code
saudet
committed
eae8ede
View commit details
Copy full SHA for eae8ede
Browse repository at this point
Merge pull request #362 from lloydmeta/fix/remove-test-code
Show description for 2b86aa5
saudet
committed
2b86aa5
View commit details
Copy full SHA for 2b86aa5
Browse repository at this point
Merge pull request #361 from lloydmeta/feature/upgrade-opencvgrabber
Show description for f7c56bc
saudet
committed
f7c56bc
View commit details
Copy full SHA for f7c56bc
Browse repository at this point
Remove code that should never have been checked in
lloydmeta
committed
2982d12
View commit details
Copy full SHA for 2982d12
Browse repository at this point
- Upgrade OpenCVFrameGrabber to use the new C++ VideoCapture API
lloydmeta
committed
8afc12d
View commit details
Copy full SHA for 8afc12d
Browse repository at this point
Commits on Mar 4, 2016
Merge pull request #345 from JLLeitschuh/fix/mjpegStreamsHeader
Show description for be36bb6
saudet
committed
be36bb6
View commit details
Copy full SHA for be36bb6
Browse repository at this point
Commits on Mar 3, 2016
Fix IPCameraFrameGrabber reading header wrong
Show description for b42e8eb
JLLeitschuh
committed
b42e8eb
View commit details
Copy full SHA for b42e8eb
Browse repository at this point
Commits on Feb 27, 2016
Merge pull request #341 from paolobolettieri/master
Show description for d68b4df
saudet
committed
d68b4df
View commit details
Copy full SHA for d68b4df
Browse repository at this point
Commits on Feb 26, 2016
JavaCV version of OpenCV caffe_googlenet.cpp
paolobolettieri
committed
76b2ed9
View commit details
Copy full SHA for 76b2ed9
Browse repository at this point
Commits on Feb 20, 2016
* Upgrade dependencies for FFmpeg 3.0
saudet
committed
28065a0
View commit details
Copy full SHA for 28065a0
Browse repository at this point
Commits on Feb 7, 2016
* Upgrade dependencies for FFmpeg 2.8.5 and libdc1394 2.2.4
saudet
committed
526c872
View commit details
Copy full SHA for 526c872
Browse repository at this point
Commits on Feb 4, 2016
Merge pull request #326 from JLLeitschuh/docs/documentationFixup
Show description for 5764bb3
saudet
committed
5764bb3
View commit details
Copy full SHA for 5764bb3
Browse repository at this point
Commits on Feb 3, 2016
Adds documentation to explain functionality
Show description for 5026973
JLLeitschuh
committed
5026973
View commit details
Copy full SHA for 5026973
Browse repository at this point
Commits on Feb 2, 2016
Merge pull request #325 from JLLeitschuh/build/gitignoreIntellij
Show description for 9374a72
saudet
committed
9374a72
View commit details
Copy full SHA for 9374a72
Browse repository at this point
Commits on Feb 1, 2016
Adds the .idea file to gitignore
JLLeitschuh
committed
301977d
View commit details
Copy full SHA for 301977d
Browse repository at this point
* Throw appropriate exception in `FrameGrabber.start()` (issue #315)
saudet
committed
6917026
View commit details
Copy full SHA for 6917026
Browse repository at this point
Merge pull request #323 from JLLeitschuh/fix/ipCameraFrameGrabber
Show description for 94d7973
saudet
committed
94d7973
View commit details
Copy full SHA for 94d7973
Browse repository at this point
Commits on Jan 31, 2016
Cleans up IPFrameGrabber
Show description for 62ac7ec
JLLeitschuh
committed
62ac7ec
View commit details
Copy full SHA for 62ac7ec
Browse repository at this point
Commits on Jan 30, 2016
* Fix swallowed `InterruptedException` (issue #315)
saudet
committed
6875b0e
View commit details
Copy full SHA for 6875b0e
Browse repository at this point
Commits on Jan 7, 2016
Merge pull request #300 from JLLeitschuh/patch-1
Show description for fc30fc8
saudet
committed
fc30fc8
View commit details
Copy full SHA for fc30fc8
Browse repository at this point
Commits on Jan 6, 2016
Forgot to add that start throws Exception
JLLeitschuh
committed
1dda6f8
View commit details
Copy full SHA for 1dda6f8
Browse repository at this point
Staring still needs the URL so dont assign null
JLLeitschuh
committed
a49e93d
View commit details
Copy full SHA for a49e93d
Browse repository at this point
Fix IPCameraFrameGrabber.stop check for null
Show description for 69c17ab
JLLeitschuh
committed
69c17ab
View commit details
Copy full SHA for 69c17ab
Browse repository at this point
Commits on Jan 5, 2016
Merge pull request #297 from NagyGa1/master
Show description for a3a653e
saudet
committed
a3a653e
View commit details
Copy full SHA for a3a653e
Browse repository at this point
Class-Path manifest entry changed to . from ./, to make sure it is ignored by Wildfly.
Gabor Nagy
committed
c712336
View commit details
Copy full SHA for c712336
Browse repository at this point
Commits on Dec 27, 2015
* Upgrade dependencies for OpenCV 3.1.0, FFmpeg 2.8.4
saudet
committed
c3015c2
View commit details
Copy full SHA for c3015c2
Browse repository at this point
Commits on Dec 6, 2015
* Let users call `FFmpegFrameFilter.push(null)` to indicate EOF, as required by some filters like "palettegen" (issue #287)
Show description for c6dc8bc
saudet
committed
c6dc8bc
View commit details
Copy full SHA for c6dc8bc
Browse repository at this point
Previous
Next
You can’t perform that action at this time.