Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Smart » Smart_GrabImage_WebCamera

Smart_GrabImage_WebCamera


Captures an image from a smart camera. Allows for remote access to the runtime system.

Name Type Description
inIpAddress String IP address of the runtime system
inDeviceID Integer* Tries to find the camera in all available IDs (UserID, VendorName, ModelName...)
outImage Image Captured frame
outIsRemote Bool Specifies whether the program is currently executed on the runtime (True) or development (False) system

Hints

  • Check the IP address of your runtime system (e.g. using the "ipconfig" command) and set it to the inIpAddress input.
  • Run the program on you runtime system and the camera filter will acquire images directly on it.
  • Run the program on your development machine (e.g. your laptop) connected to the same Ethernet and the camera filter will receive images through a connection with the runtime system.

Errors

This filter can throw an exception to report error. Read how to deal with errors here: Error Handling

Error type Description
RuntimeError Smart_GrabImageWebCamera is not supported in the Lite edition.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filters is member of Smart_GrabImage filter group.