This month to learn video surveillance, summed up. Broadly divided into:
1, embedded terminal (I use the Beaglebone Development Board) of the Linux system porting
2, the purchase of USB camera
3, V4L2 get the camera information (supported video stream format YUYV, JPEG ... and maximum resolution, etc.)
3, opencv3.0 compilation installation, OPENCV set the camera resolution and capture pictures
4. Compilation and installation of libx264 and encoding analysis
5. Image format conversion: OpenCV captured Iplimage extract RGB, then RGB to yuv420p format as x264 encoded source
6. Record a short video with the camera and save it as a H264 format file (test.264)
7. Compile and install live555 and sample test
8, live555 Analysis and the setup of RTSP server
9. Write a video surveillance program
10. Porting each of the 3-9 code to the Development Board for testing
In the next essay will be the knowledge I learned to introduce the points, perhaps there is no place or good enough place, I hope readers can give suggestions, thank you ~
Video Surveillance System--learning experience