Irayple Camera
This function block connects to an Irayple Ethernet camera using its serial number and provides live frames for further processing. It also reports whether the camera is currently active.
π₯ Inputs
This block does not require any input sockets.
π€ Outputs
Image Image frames captured from the connected Irayple camera.
Is Active Boolean flag indicating whether the camera is currently active and delivering frames.
πΉοΈ Controls
Serial Number Enter the camera serial number shown on the device or its label. Use the exact characters (no extra spaces).
Note: Some cameras require a specific vendor prefix in the serial number. If the connection does not work, check the camera label or documentation for the exact serial format.
π― Features
Simple serial-number based connection for Irayple Ethernet cameras.
Live image output suitable for visualization, logging or downstream processing.
Is Activeoutput helps downstream blocks react when the camera goes offline.Designed to be used alongside image processing and export blocks for monitoring or analysis workflows.
βοΈ Running mechanism
Provide the camera serial number via the
Serial Numbercontrol.The block attempts to establish a connection to that camera and, when successful, continuously provides the latest frames through
Image.The
Is Activeoutput reflects the current connection and frame availability status so other blocks can adapt (for example, pause logging or retry connection).
π Usage instructions
Enter the camera identifier into
Serial Number.Wait for the block to establish the connection. The
Is Activeoutput will indicate success.Connect the
Imageoutput to visualization, processing or recording blocks to use live frames.If you change the serial number, the block will reconnect to the new camera automatically.
π‘ Tips and Tricks
To preview frames interactively, connect
Imageto theShow Imageblock.To save captured frames or recordings, add
Image LoggerorRecord Videoafter theImageoutput.If you need smaller frames for faster processing, insert
Image ResizerbetweenImageand heavy processing blocks.Use
Image ROI SelectorImage ROIto focus processing on a region of interest (for example before runningObject DetectionorMask Detection).Use the
Is Activeoutput together with logic/flow blocks to gate logging or alerts when the camera goes offline.
π οΈ Troubleshooting
No frames or
Is Activeis falseVerify the serial number is entered exactly as on the camera label.
Make sure the camera is powered and reachable on the network.
Confirm any required camera drivers or SDK provided by the manufacturer are installed.
Intermittent frames or poor performance
Check network stability and bandwidth between host and camera.
Reduce resolution using
Image Resizerto improve frame rate.If frames appear corrupted or blank, try reconnecting the camera by changing the serial number field and re-entering it.
Unexpected format or compatibility issues
Confirm the camera model is supported by the manufacturerβs SDK and uses the expected serial format.
If connection still fails, consult the camera documentation or vendor support for SDK/driver requirements.
If problems persist, try combining the block with a simple visualization block like Show Image to verify whether frames arrive before adding more processing.
Last updated
Was this helpful?