SDL/examples/camera/01-read-and-draw
Sam Lantinga 575d9cda6f The parameter to SDL_AppEvent() should be non-const
This allows functions like SDL_ConvertEventToRenderCoordinates() to work without having to copy the event.

Fixes https://github.com/libsdl-org/SDL/issues/10691
2024-09-03 08:18:36 -07:00
..
README.txt examples: Added a simple camera example. 2024-08-19 14:48:25 -04:00
read-and-draw.c The parameter to SDL_AppEvent() should be non-const 2024-09-03 08:18:36 -07:00

README.txt

This reads from a webcam and draws frames of video to the screen.