This repository records my personal IP_CAMERA development by HISILICON 3518EV200.🌼
HISILICON3518EV200,AR0130,H.264,RTSP,MP4,OSD,IPCamera.
- RtspIPC : Realized the function of transmitting video stream through RTSP protocol.
- master :Currently under development.Realized the function of transmitting video stream through RTSP protocol,save stream to MP4 and OSD.
- HI3518EV200:CPU+DSP+64MB DDR.
- External 16M SPI Flash is used to store programs(uboot、kernel、rfs、app).
- SD Card stores recorded MP4 videos.
- USB Wifi provides networking capabilities.
- Sensor interface (parallel data channel+I2C control channel)provides motherboard and sensor connection.
- Serial port as debugging port and Linux system console.
- SPI Flash partition burns uboot,kernel and rootfs,and sets reasonable environment variables to start the system.
- App completes the core tasks of video capture, coding and compression, network transmission, etc.