All public logs

Jump to navigation Jump to search

Combined display of all available logs of ADVACAM Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:28, 5 January 2024 HudecekP talk contribs created page File types (Created page with "= File type and extensions constants = These constants are file types and extensions. It can be used for filenames testing or with acquisition functions.<br> <br> '''Python example:''' <syntaxhighlight lang=Python> # measure and save one 0.25 second frame to png file named "testFile.png" dev.doSimpleAcquisition(1, 0.25, pixet.PX_FTYPE_PNG, "testFile") dev.doSimpleAcquisition(1, 0.25, pixet.PX_FTYPE_AUTODETECT, "testFile.png") </syntaxhighlight> {| class="wikitable" |+...")