SDL/src/camera
Hunter Kvalevog 5387022855 camera: Initialize AVCaptureVideoDataOutput.videoSettings to zero
AVCaptureVideoDataOutput.videoSettings should be initialized to zero to
receive frames matching the device format.

See: https://developer.apple.com/documentation/avfoundation/avcapturevideodataoutput/1389945-videosettings?language=objc
2024-06-04 16:24:27 -07:00
..
android Renamed SDL_SIMDGetAlignment() to SDL_GetSIMDAlignment() 2024-05-16 10:22:15 -07:00
coremedia camera: Initialize AVCaptureVideoDataOutput.videoSettings to zero 2024-06-04 16:24:27 -07:00
dummy camera: Windows support, through the Media Foundation API! 2024-02-20 15:56:26 -05:00
emscripten remove most of SDL_OutOfMemory() calls where SDL is the allocator. 2024-05-08 20:00:50 +03:00
mediafoundation SDL_camera_mediafoundation.c: hardcode MF_DEVSOURCE_ATTRIBUTE_* GUIDs 2024-05-29 15:33:42 -04:00
pipewire Fixed SDL capitalization 2024-05-15 14:53:52 -07:00
v4l2 Fixed bug #9672 - v4l2/camera prevent deadlock when there is a delay between SDL_ReleaseCameraFrame and SDL_CloseCamera 2024-05-12 15:58:40 -07:00
SDL_camera.c Fixed camera capture on iOS 2024-06-04 11:34:39 -07:00
SDL_camera_c.h camera: Massive code reworking. 2024-02-20 15:56:26 -05:00
SDL_syscamera.h camera: move PipeWire camera first in list 2024-05-09 13:19:27 -07:00