Skip to content

Grab RTSP Frame Node

Web/Camera

Captures one frame from an RTSP camera stream

web_camera_grab_rtsp_framewebLong running
Inputs5
Outputs4
Security exposureUnrated
Packageweb

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

5

Execute

Execution
exec_in

Initiate the RTSP frame capture

RTSP URL

String
rtsp_url

RTSP or RTSPS stream URL

Sensitive

Transport

String
transport

RTSP RTP transport protocol

Default tcp
tcpudp

Timeout

Integer
timeout_ms

Maximum time in milliseconds to connect and decode a frame

Default 20000
Range 500 to 120000

Max Frames

Integer
max_frames

Maximum video frames to inspect before failing

Default 300
Range 1 to 10000

Output Pins

4

Success

Execution
exec_success

Execution if a frame was captured

Image

Struct
image

The captured RTSP frame

NodeImageNodeImage1 fields
image_refstringrequired

Error

Execution
exec_error

Execution if frame capture fails

Error Message

String
error_message

Readable capture error

Node Info

Internal name
web_camera_grab_rtsp_frame
Category
Web/Camera