.. |
cap_android.cpp
|
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
|
2014-12-16 16:08:22 +01:00 |
cap_avfoundation.mm
|
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
|
2014-12-16 16:08:22 +01:00 |
cap_cmu.cpp
|
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
|
2014-12-16 16:08:22 +01:00 |
cap_dc1394_v2.cpp
|
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
|
2014-12-16 16:08:22 +01:00 |
cap_dc1394.cpp
|
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
|
2014-12-16 16:08:22 +01:00 |
cap_dshow.cpp
|
Changes to be committed:
|
2015-03-07 12:53:32 +01:00 |
cap_dshow.hpp
|
added self-contained motion jpeg encoder (filename should end with .avi; fourcc should be "MJPG"
|
2015-03-26 00:39:29 +03:00 |
cap_ffmpeg_api.hpp
|
Split highgui module to videoio and highgui
|
2014-07-14 23:16:47 +04:00 |
cap_ffmpeg_impl.hpp
|
fixed compile warnings; hopefully fixed test failures
|
2015-04-23 00:39:44 +03:00 |
cap_ffmpeg.cpp
|
Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1
|
2015-03-02 22:26:43 +03:00 |
cap_giganetix.cpp
|
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
|
2014-12-16 16:08:22 +01:00 |
cap_gstreamer.cpp
|
- Fixed compile error that appeared with Clang 5.1 on Mac 10.8.5:
|
2015-03-08 00:23:38 +01:00 |
cap_images.cpp
|
Add CV_CAP_PROP_POS_FRAMES property to cap_images.cpp
|
2015-01-15 01:55:17 +04:00 |
cap_intelperc.cpp
|
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
|
2014-12-16 16:08:22 +01:00 |
cap_intelperc.hpp
|
added self-contained motion jpeg encoder (filename should end with .avi; fourcc should be "MJPG"
|
2015-03-26 00:39:29 +03:00 |
cap_ios_abstract_camera.mm
|
Fixing iOS clang warnings, part 3
|
2014-10-17 18:15:21 +04:00 |
cap_ios_photo_camera.mm
|
Split highgui module to videoio and highgui
|
2014-07-14 23:16:47 +04:00 |
cap_ios_video_camera.mm
|
Fixing iOS clang warnings, part 3
|
2014-10-17 18:15:21 +04:00 |
cap_libv4l.cpp
|
Allow YUYV capture via libv4l
|
2015-01-15 15:10:15 +01:00 |
cap_mjpeg_decoder.cpp
|
mjpec_decoder initialize m_movi_start variable
|
2015-04-22 19:49:11 +03:00 |
cap_mjpeg_encoder.cpp
|
fixed mjpeg encoder so that libjpeg-based decoder does not complain on extra bytes in the end of stream
|
2015-04-23 14:40:44 +03:00 |
cap_msmf.cpp
|
Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1
|
2015-03-02 22:26:43 +03:00 |
cap_msmf.hpp
|
cap_msmf.hpp: fix a warning about nNull being unused
|
2015-04-25 18:54:54 +02:00 |
cap_openni2.cpp
|
Merge pull request #3521 from ana-GT:registration_openni2
|
2015-01-21 10:48:23 +00:00 |
cap_openni.cpp
|
const correctness in OpenNI and OpenNI2 getProperty
|
2014-12-26 23:54:03 -04:00 |
cap_pvapi.cpp
|
Changes to be committed:
|
2015-03-07 12:53:32 +01:00 |
cap_qt.cpp
|
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
|
2014-12-16 16:08:22 +01:00 |
cap_qtkit.mm
|
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
|
2014-12-16 16:08:22 +01:00 |
cap_unicap.cpp
|
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
|
2014-12-16 16:08:22 +01:00 |
cap_v4l.cpp
|
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
|
2014-12-16 16:08:22 +01:00 |
cap_vfw.cpp
|
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
|
2014-12-16 16:08:22 +01:00 |
cap_ximea.cpp
|
Modified resetCvImage() in cap_ximea.cpp, so that the IplImage* frame is also updated after the resolution has changed via set(CV_CAP_PROP_FRAME_WIDTH, value)/set(CV_CAP_PROP_XI_DOWNSAMPLING, value)
|
2015-04-28 18:07:39 +02:00 |
cap_xine.cpp
|
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
|
2014-12-16 16:08:22 +01:00 |
cap.cpp
|
fixed mjpeg encoder so that libjpeg-based decoder does not complain on extra bytes in the end of stream
|
2015-04-23 14:40:44 +03:00 |
ffmpeg_codecs.hpp
|
fixed compile warnings; hopefully fixed test failures
|
2015-04-23 00:39:44 +03:00 |
precomp.hpp
|
added video writer quality, which user may change dynamically in the case of motion jpeg; enabled NEON intrinsics in the encoder
|
2015-03-27 15:15:59 +03:00 |