Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 161 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 161 Bytes

video

B/S架构下的摄像头实时监控。Server:pthread多线程库、v4l2摄像头驱动库

编译:

gcc  *.c -o bin/Debug/video   -l pthread