Camera IP (ONVIF)
This function block enables users to access and retrieve the latest snapshot from an IP camera that adheres to the ONVIF standard. It is particularly useful for integrating modern IP camera systems into projects.
📥 Inputs
This function block does not have any inputs.
📤 Outputs
Image Any
The latest image captured from the IP camera.
🕹️ Controls
Address
The IP address of the camera, typically in the format of 192.168.0.10
.
Port
The port number for accessing the camera interface, usually 80
or 8080
.
User name
The username required to access the camera. Defaults to admin
unless otherwise specified.
Password
The password associated with the username, which can be left empty if not applicable.
🎨 Features
ONVIF Compliance
Utilizes the ONVIF protocol for seamless communication with modern IP cameras.
Easy Configuration
Provides a straightforward interface for setting up the camera credentials and address.
📝 Usage Instructions
Enter Camera Address: Input the IP address of your IP camera in the
Address
field.Set Port Number: Specify the port of the camera in the
Port
field, or leave it as default (80).Provide Credentials: Input the username and password required for camera access.
Evaluate: Run the block to retrieve the latest snapshot from the IP camera.
📊 Evaluation
When executed, the function block sends a request to the specified camera and retrieves the most recent frame, outputting it directly.
🛠️ Troubleshooting
💡 Tips and Tricks
Last updated