mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 12:06:36 +02:00
Implemented OpenCV demo to demonstrate video device listing and set up code structure for video
This commit is contained in:
7
opencv_demo/Makefile
Normal file
7
opencv_demo/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
CC=gcc
|
||||
|
||||
capture_playback: capture_playback.c
|
||||
$(CC) -o capture_playback capture_playback.c -lopencv_core -lopencv_highgui
|
||||
|
||||
clean:
|
||||
rm -f capture_playback *.o
|
Reference in New Issue
Block a user