I am trying the tcp video viewer project found under MIPSDK\ProtocolSamples. to retrieve live video steams from camera. When i try to build the project i am receiving an error ServerCommandWrapper dll not found.

In the protocol samples the TCPVideoViewer project has a reference to the ServerCommandWrapper project.

You need to build the ServerCommandWrapper project first.

How the connection between the projects is might be easier to see if you open the protocol solution by use of: “[C:\Program](file:C:/Program) Files\Milestone\MIPSDK\ProtocolSamples\src\ProtocolSamples.sln”

Thank you!