SMA2016a

Results 116 comments of SMA2016a

Does your script work, if you do not write the image to hardware?

remove this line ptl = factory.CreateTl('BaslerGigE') try this: ``` ip_address = '192.168.1.40' tlf = pylon.TlFactory.GetInstance() cam_info = pylon.DeviceInfo() cam_info.SetIpAddress(ip_address) cam = pylon.InstantCamera(tlf.CreateDevice(cam_info)) ```

@camron-musashi did you try this?

would you tell me which parameters you are setting up i pylon viewer? Normally, you can take the node name of parameters that you are setting up?

simply mark the parameter that you want to access and copy the c++ code from the document pane in pylonviewer. if this does not work, let me know

![grafik](https://github.com/basler/pypylon/assets/18481846/0c119316-db49-453c-b3cf-ff0796b5a1ac)

I think you wanted set higher image height in this case. self.camera.set_height(1) would you explain once more what you exactly wanted to do? Do you want to send one trigger...

@MYCL94 I'm reaching out regarding the status of a particular case on our GitHub repository. Upon reviewing the case, it seems that the issue or question addressed may no longer...

what camera interface in the game? if you run your hardware trigger with Pylon viewer, do you see the same error after 1h?

you can put all grabresult into a list and search for all grabresult +- 5000ns. The timestamp ticks is 1ns.