You create an ipcam
object and then use the snapshot
function
to acquire images from an IP camera. You can acquire a single image
or set up a loop to acquire multiple images. Use the preview
function
to test the camera stream.
ipcam | Create ipcam object to acquire images
from an IP camera |
preview | Preview live video data from IP camera |
snapshot | Acquire single image frame from an IP camera |
closePreview | Close IP camera preview window |
Acquire Images from IP Cameras
Learn how to use the snapshot
function to acquire one image
frame from an IP camera and display it.
Acquire IP Camera Images in a Loop and Create an AVI File
Acquire multiple image frames from an IP camera, and log the images to an AVI file using MATLAB® VideoWriter.
Set Properties for IP Camera Acquisition
Set device specific properties of the IP camera during or after object
creation and using the webread
function.
Acquire Images from an IP Camera Android App
This example shows how to use your Android phone as an IP camera and acquire images from it.
Detect Circles from IP Camera Using Image Processing Toolbox
This example shows how to detect circles from images acquired on the IP camera using Image Processing Toolbox functions.
IP Camera Acquisition Overview
Bring live images from IP Cameras that support MJPEG over HTTP/RTSP or H.264 over RTSP streams.