Template:APIpackages: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
|rowspan="11"|'''The Pixet API packages'''<br><br> | |rowspan="11"|'''The Pixet API packages'''<br><br> | ||
[[File:Files-in-Pixet-API-package.png|frame|none|alt=Files in the Pixet API package for Windows|Files in the Pixet API package for Windows]]<br> | [[File:Files-in-Pixet-API-package.png|frame|none|alt=Files in the Pixet API package for Windows|Files in the Pixet API package for Windows]]<br> | ||
[[File:Files-in-Pixet-API-package-lin.png|frame|none|alt=Files in Pixet | [[File:Files-in-Pixet-API-package-lin.png|frame|none|alt=Files in Pixet API package for Linux|Files in Pixet API package for Linux]]<br> | ||
Download at [https://advacam.com/downloads/ advacam.com/downloads/]<br> | Download at [https://advacam.com/downloads/ advacam.com/downloads/]<br> | ||
Note: Pay attention to download the correct environment version (OS, 32/64 bit, x86/ARM) | Note: Pay attention to download the correct environment version (OS, 32/64 bit, x86/ARM) | ||
Line 10: | Line 10: | ||
|- | |- | ||
!pypixet.pyd (or .so)<br> pypxproc.pyd (or .so) | !pypixet.pyd (or .so)<br> pypxproc.pyd (or .so) | ||
|Python core and processing libraries | |Python core and processing libraries<br> | ||
See [[Python_API|'''Python API''']] | |||
|- | |- | ||
!pxcapi.h | !pxcapi.h | ||
|Header for the binary compile with pxcore.dll | |Header for the binary compile with pxcore.dll<br> | ||
See [[Binary_core_API|'''Binary core API''']] | |||
|- | |- | ||
!pixet.ini | !pixet.ini |
Latest revision as of 09:47, 5 December 2023
The Pixet API packages Download at advacam.com/downloads/ |
pxcore.dll (or lib...so) pxcore.lib pxproc.dll (or lib...so) |
Binary libraries (pxcore.lib is only for Windows binary compile) |
---|---|---|
pypixet.pyd (or .so) pypxproc.pyd (or .so) |
Python core and processing libraries See Python API | |
pxcapi.h | Header for the binary compile with pxcore.dll See Binary core API | |
pixet.ini | Pixet core configuration file See: Files and directories of the Pixet and SDK - pixet.ini file | |
main.cpp SampleProject.vcxproj SampleProject.sln |
Sample Visual studio project (Windows package only) | |
*.rbf *.bit | Firmware files | |
install_driver_rules.sh 60-opalkelly.rules 60-pixet.rules |
Linux drivers installer and it's helper files | |
okFrontPanel.dll libokFrontPanel.so |
Helper library of the zem.dll/so hwlib | |
other files .dll (or .so - no lib...so) |
Hwlib files (can be in separate directory) | |
lic.info | License file for the Pixet core - not importatnt in this version, but may be in future | |
pdf files | Binary and python APIs manuals |
Pixet core on Windows need more Microsoft Visual Studio .NET standard dlls (vccorlib140.dll etc).