Open source software package, which aims to allow solving different tasks related to computer vision areas, like video surveillance, vision based automation/robotics, different sorts of image/video processing, etc.
Stars
72
Forks
30
Watchers
72
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
241
commits
2
commits
Updated Local Capture Device plug-in, so it can use JPEG encoding if camera supports it.
d346ea6View on GitHubLocal Video Device is using now JPEG encoding if camera supports/prefers it.
3ad00d1View on GitHubAdded JPEG pixel format. No image processing can be done on it. Just a handy wrapper around JPEG memory buffer, which can be passed from camera devices.
482be5aView on GitHubFixing bugs introduced by the previous commit - need to use correct buffer pointer as it can be reallocated.
e32216dView on GitHubMerge branch 'master' of https://github.com/cvsandbox/CVSandbox
373f981View on GitHubImplemented reallocation of communication buffer in JPEG/MJPEG video sources in the case if high resolution images are streamed. Made initial buffer size smaller (512K).
b1a9ec9View on GitHubMerge branch 'master' of https://github.com/cvsandbox/CVSandbox
d9be84dView on GitHubAdded some description for simple motion detection plug-in.
00443beView on GitHubResolved some warnings coming up in cvsandbox.exe 64-bit mode.
dc9ea16View on GitHubAdded scripts to build all CVSandbox code (externals are separate) in 64-bit mode. So running single BAT file from MSVC command prompt is enough.
67c5107View on GitHub