How to read images from an IP camera in Matlab 2014a

2 views (last 30 days)
I have a PTZ camera with user authentication. How can I acquire images from it and control it directly from Matlab 2014a? Is there any way I can use OpenCV program to read images from PTZ camera, convert it to mex file and take input from it?

Answers (1)

Walter Roberson
Walter Roberson on 1 Mar 2016
Upgrade. ipcam() was introduced in R2015a.
  2 Comments
Pramod Devireddy
Pramod Devireddy on 2 Mar 2016
Is there any way that I can use CPP program convert it to mex and take input from it?
Walter Roberson
Walter Roberson on 2 Mar 2016
Possibly. It would take a bunch of work, but you might be able to do it.

Sign in to comment.

Categories

Find more on MATLAB Support Package for IP Cameras in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!