Create ipcam
object to acquire images
from an IP camera
cam = ipcam('
creates the
URL
')ipcam
object cam
, where
URL
is a character vector value that identifies a
particular camera by its URL and connects it to the camera with that address.
The URL must either be for a Motion JPEG (mjpeg
) over HTTP or
RTSP stream or H.264 over RTSP stream with basic authentication.
This way of creating the object requires no user authentication.
When you create the ipcam
object, it connects to
the camera and you can then preview or acquire images.