Question:
-Can the pylon emulator function called in Pylon .Net C# API? 


Answer:

- The parameters are not implemented in the PLCamera parameters.
- Refer to the ParametrizeCamera Sample, it shows how to access parameters that are assumed to be available but not exposed. The TrySetValue() function gives the possibility to access parameters that are not implemented in the class, but in the camera.
- The cast before the parameter eg. (EnumName) is depending on what type the parameter is. Check it under pylon Viewer Feature Properties. If the parameter exists in CamEmu, you can use SetValue().