AVT相机arm版本SDK

This commit is contained in:
zhangpeng
2025-04-30 09:26:04 +08:00
parent 837c870f18
commit 78a1c63a95
705 changed files with 148770 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" standalone="no" ?>
<Settings>
<!--
Use this to activate logging and set filename for logging (path can be absolute or relative to TL)
Default behavior if omitted: Logging is deactivated
-->
<!-- <LogFileName>VimbaGigETL.log</LogFileName> -->
<!--
Append messages to log file or reset log file at each transport layer restart (if logging is enabled)
True: Always append log messages
False: Reset log file at each transport layer restart
Default behavior if omitted: Reset log file at each transport layer restart
-->
<!-- <AppendLog>False</AppendLog> -->
<!--
Set the payload size of one Ethernet frame in Bytes. This is equivalent to the MTU. Increasing this value
reduces the CPU load. Only set it to a higher value than 1500 Bytes if the network infrastructure supports Jumbo Frames.
[numeric value]: Set GVSPPacketSize to [numeric value]
Minimum: 500
Maximum: 16384
Default behavior if omitted: 8228 (Jumbo Frames required) or volatile value stored in the cam
-->
<!-- <DefaultPacketSize>8228</DefaultPacketSize> -->
<!--
Set the initial device discovery mode of each interface.
Off: No GigE camera detection.
Once: Detect GigE cameras once during VmbStartup (Vimba user) or TLOpenInterface (GenTL user)
Auto: Detect GigE cameras permanently.
Default behavior if omitted: Off if used with Vimba, otherwise Auto.
-->
<!-- <DefaultDeviceDiscovery>Auto</DefaultDeviceDiscovery> -->
</Settings>