Skip to content

How To: Get the Stream Grabber Statistics With pylon C#

This sample code illustrates how to retrieve stream grabber statistics via pylon C.

Two methods are presented:

  1. Access the nodes by their name (using the stream grabber's nodemap instead of the camera's nodemap)
  2. Iterate through the "Statistic" category and print all available features and their values.

Back to Knowledge Articles