FLo-ABB / CognexNativePy

Python library for controlling Cognex cameras using native commands.
https://pypi.org/project/CognexNativePy/
MIT License
4 stars 0 forks source link

Extended Native Mode Commands? #9

Open calebsmith12890 opened 4 months ago

calebsmith12890 commented 4 months ago

Is there currently any way to use the extended native mode commands with this wrapper? I'm trying to figure out how to retrieve job results from the camera after an acquisition trigger has occurred.

FLo-ABB commented 4 months ago

I guess, you don't need to have the extended native mode commands to get the job results.

For example, you can store the results in spreadcheat cells and get the values via "settings_and_cells_values.get_value(...)"

FLo-ABB commented 4 months ago

I will be happy to have the extended native mode commands too. If someone can help and suggest code for this feature, it could be very cool.