You are on page 1of 9

TP3 Real Time Implementation: Video Surveillance using TCP/IP with DM6437

The procedure for capture/display video using the DM6437 is shown in below:

1. Open a new video_sim.mdl Simulink model. 2. Rename the model "my_dm6437evmsurveil_tcpip.mdl". 3. Add subsystem from Simulink and Rename it to Surveillance Algorithm. 4. Double-click the Surveillance Algorithm block. 5. In this block, add a Add the Function- Call Subsystem from the Ports & Subsystems" group of the "Simulink" Blockset. 6. Rename Function- Call Subsystem to Video Frame Capture Motion Threshold and Doubleclick it. 7. Add three input ports "In1" from the "Sources" group of the "Simulink" blockset and three output ports "Out1" from the "Sinks" group of the "Simulink" blockset. 8. Add a "Switch" from the "Signal Routing" group of the "Simulink" blockset and a "Gain" from the "Math Operation" group of the "Simulink" blockset. 9. Connect the blocks as shown:

10. Double-click the Motion Energy block and add him another output port as shown:

11. Configure the "Gain" block:

12. Configure the "Switch" block:

13. Double-click the Surveillance Algorithm subsystem. 14. Add and Configure the "Byte Unpack" block :

15. Add and Configure the "Byte Pack" block

16. Add and Configure the " TCP/IP Receive " block :

17. Add and Configure the " TCP/IP Send " block :

18. Connect the Video Frame Capture Motion Threshold block as shown:

19. Add and Configure Ip config

20. Add and Configure Task

21. Video Surveillance diagram

You might also like