Is is possible to integrate Serial Devices using MIP SDK?

Hi,

I am using an Antrica ANT-35000A. Connecting to the camera, I am am able to get the video stream back to Xprotect. However is there any way in MIP SDK which I can send serial command over same IP connection?

Please help

Jason

I’m not familiar with the API on the encoder but I think it’s common for IP video encoders to provide an API ​for sending serial commands to analog devices via TCP/HTTP.

You probably won’t use MIP SDK directly to send those commands, but depending on your needs, you might make a plugin which can get the IP/channel associated with a specific camera and then you’d make that API call to to the encoder yourself.​

​Hi Joshua, Thank you very much! Yes I am intending to use MIP SDK to create a plugin to do so. According to Antrica, all I need to do send the serial command via IP to the video encoder but I need to specify the port and IP address.