959 Commits (6623c62f56bb072d7d5ed90921991646ed4324c0)

Author SHA1 Message Date
Maksim Shabunin 7127161426 videoio: decreased log level for failed backends in VideoCapture and VideoWriter open 9 months ago
Kumataro 1c9efbd4be
Merge pull request #25523 from Kumataro:fix25522 9 months ago
Vincent Rabaud c317a3ee89
Merge pull request #25419 from vrabaud:ffmpeg 10 months ago
catree d81cd13bb3 Use cvtColor() for Bayer image color demosaicing and for V4L2_PIX_FMT_SRGGB8, V4L2_PIX_FMT_SBGGR8, V4L2_PIX_FMT_SGBRG8, V4L2_PIX_FMT_SGRBG8 options. Update modules/videoio/test/test_v4l2.cpp test file. 10 months ago
utibenkei fdc7cb6dc1 fix build of dynamic framework for visionos 10 months ago
zzuliys 2b9d1a2ff8
Merge pull request #24877 from zzuliys:feature/mac 11 months ago
Carlos Azevedo 8d5dd2e5c2 Added support for V4L2_PIX_FMT_SGRBG8 pixel format to V4L2 backend 11 months ago
Misha Klatis 50b36ef823 ios build fixes 11 months ago
Alexander Smorkalov daa8f7dfc6 Partially back-port #25075 to 4.x 11 months ago
Ryo H e4ef88c623 Fixed typo. 12 months ago
Sean McBride e64857c561
Merge pull request #23736 from seanm:c++11-simplifications 1 year ago
Ingrid Wang 1a3ef9ccd4 Replace deprecated symbols AVVideoCodecH264 and AVVideoCodecJPEG 1 year ago
cudawarped 81865b3d52 videoio: fix incorrect timestamps returned by VideoCapture when using raw video parsing mode 1 year ago
Ahmed Essam a25cfb463d Better error message for missing gstreamer plugin 1 year ago
Yuriy Chernyshov 21b6f06f9d
Use normal slash in #include 1 year ago
Alexander Smorkalov e5b5984f3c Reworked camera stream check to exclude non-video formats. 1 year ago
JUBIN CHHEDA 049cd86ddd
Replace deprecated symbol with AVVideoCodecTypeH264 1 year ago
Giles Payne 3d9cb5329c
Merge pull request #24136 from komakai:visionos_support 1 year ago
zzuliys dfc61fbfaa
Merge pull request #24666 from zzuliys:4.x 1 year ago
Alexander Smorkalov e5468a88e6 Added experimental NativeCameraView class for Android 24+. 1 year ago
Alexander Smorkalov ad079ea5da Added warning, if FFmpeg pipeline was interrupted by timeout. 1 year ago
JUBIN CHHEDA 48e6be822c
The AVVideoCodecJPEG symbol was deprecated in iOS 11.0. We may want to use AVVideoCodecTypeJPEG instead 1 year ago
Alexander Smorkalov 1db23e0f12 Report correct open status from Bitstream. 1 year ago
Alexander Smorkalov 23481b716b Print warning, but not throw exceptions in cv::VideoCapture for OpenNI2. 1 year ago
Csaba Kertész b1e0c4d119
Merge pull request #24243 from kecsap:4.x 1 year ago
Alexander Smorkalov 6a65678592 Use video stream fps first in FFmpeg backend for VideoCapture. 1 year ago
cudawarped 38bc519e4a
Merge pull request #24363 from cudawarped:videoio_ffmpeg_add_stream_encapsulation 1 year ago
jason_w e8f94182f5
Merge pull request #24180 from MambaWong:4.x 1 year ago
beanjoy d0de575aef
Merge pull request #24142 from beanjoy:4.x 1 year ago
Alexander Lyulkov f280e3cbd9 Fixed bug with the last 4 bytes in MJPEG encoder. 1 year ago
DeePingXian a300e7e945 Adding support for Streamlabs Desktop Virtual Webcam 2 years ago
Maksim Shabunin 53dfd9536a videoio: fix camera opening with GStreamer plugin 2 years ago
Alexander Lyulkov 4a12707103 Fixed bug when MSMF webcamera doesn't start when build with VIDEOIO_PLUGIN_ALL 2 years ago
cudawarped e4ad7e3778 VideoCapture: remove decoder initialization when CAP_PROP_FORMAT== -1 (rawMode == true) 2 years ago
Maksim Shabunin 9fc83ac544 videoio: fix V4L compilation for older kernels 2 years ago
firebladed 7819ec784b
Merge pull request #18498 from firebladed:patch-1 2 years ago
Maksim Shabunin e43bc88fc3 videoio: test for V4L using virtual device 2 years ago
Maksim Shabunin 8931f08362 videoio: fix CAP_IMAGES with non-numbered file 2 years ago
Maksim Shabunin 1d9c0d3e12 videoio: tests for CAP_IMAGES 2 years ago
unknown 1eaa074a49 remove line 2 years ago
cudawarped 024c836462 cv::VideoCapture: change CAP_PROP_FOURCC to prefer codec_id over codec_tag 2 years ago
unknown 8762c37c22 solve issue 23808 2 years ago
Alexander Smorkalov cbda161c39 Fixed FPS computation on some videos for FFmpeg backend. 2 years ago
cudawarped 99ef35a353 Videoio: FFMpeg remove locks if OPENCV_FFMPEG_IS_THREAD_SAFE==true 2 years ago
Maksim Shabunin 001a2c5195
Merge pull request #23606 from mshabunin:fix-ffmpeg-packet-limit 2 years ago
vovka643 d6dc91b4d4 Added depricated_backends list. Added new information masseges. It needs to inform user, when he tries to use depricated or not uses backend 2 years ago
kallaballa a2be9e9fc1 Log a debug message if a capture backend is generally available but isn't capabable of a capture mode. 2 years ago
cudawarped 871f931e95 VideoCapture: apply bitstream filter to all h264/5 raw streams 2 years ago
gottagofaster236 d30830d0a6 Use NV12 instead of YUY2 for OBS Virtual Camera. 2 years ago
gottagofaster236 b4e3359448 Fix OBS Virtual Camera capture. 2 years ago