AVT相机arm版本SDK
This commit is contained in:
BIN
Vimba_6_0/VimbaCSITL/CTI/arm_64bit/VimbaCSITL.cti
Executable file
BIN
Vimba_6_0/VimbaCSITL/CTI/arm_64bit/VimbaCSITL.cti
Executable file
Binary file not shown.
100
Vimba_6_0/VimbaCSITL/CTI/arm_64bit/VimbaCSITL.xml
Normal file
100
Vimba_6_0/VimbaCSITL/CTI/arm_64bit/VimbaCSITL.xml
Normal file
@@ -0,0 +1,100 @@
|
||||
<?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>VimbaCSITL.log</LogFileName> -->
|
||||
|
||||
|
||||
<!--
|
||||
CSI logging: Use this to activate logging and set filename(path can be absolute or relative to TL)
|
||||
Default behavior if omitted: Logging is deactivated
|
||||
-->
|
||||
<!-- <MediaLogFileName>VimbaCSI.log</MediaLogFileName> -->
|
||||
|
||||
|
||||
<!--
|
||||
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>True</AppendLog> -->
|
||||
|
||||
|
||||
<!--
|
||||
Activate less pedantic function parameter checks (needed for some TL consumers)
|
||||
True: Tolerant function parameter checks
|
||||
False: Pedantic function parameter checks
|
||||
Default behavior if omitted: Pedantic function parameter checks (GenTL compliant behavior)
|
||||
-->
|
||||
<TolerateTypeNullptr>True</TolerateTypeNullptr>
|
||||
|
||||
|
||||
<!--
|
||||
Emulate unsupported device access modes (needed for some TL consumers)
|
||||
True: Emulation on
|
||||
False: Emulation off
|
||||
Default behavior if omitted: Emulation off (GenTL compliant behavior)
|
||||
-->
|
||||
<EmulateAccessModes>True</EmulateAccessModes>
|
||||
|
||||
|
||||
<!--
|
||||
Enable the repeated device enumeration.
|
||||
True: Activate repeated device enumeration every <EnumerationInterval>
|
||||
False: Deactivate repeated device enumeration. Devices are enumerated only once.
|
||||
Default behavior if omitted: False
|
||||
-->
|
||||
<!-- <EnableEnumeration>False</EnableEnumeration> -->
|
||||
|
||||
|
||||
<!--
|
||||
Interval for each device enumeration loop (in milliseconds)
|
||||
Decimal and hexadecimal numbers (prefixed with "0x") can be used
|
||||
Default behavior if omitted: Use 10000ms
|
||||
-->
|
||||
<!-- <EnumerationInterval>10000</EnumerationInterval> -->
|
||||
|
||||
|
||||
<!--
|
||||
Number of frames to use for intermediate frame buffering. Values
|
||||
greater than 0 mean that no zero copy is possible anymore.
|
||||
Decimal and hexadecimal numbers (prefixed with "0x") can be used
|
||||
Default behavior if omitted: 0 (No intermediated frame buffering)
|
||||
-->
|
||||
<!-- <DriverBuffersCount>3</DriverBuffersCount> -->
|
||||
|
||||
|
||||
<!-- Enter manual settings for each camera port -->
|
||||
<Ports>
|
||||
<!-- ID specifies the port identifier of this specific port -->
|
||||
<Port ID="Port:0x01_Bus:0x04_Address:0x3C">
|
||||
<!--
|
||||
CSI lane count used during streaming of a device on this port.
|
||||
Supported values: 1, 2, 3, 4
|
||||
Decimal and hexadecimal numbers (prefixed with "0x") can be used
|
||||
Default behavior if omitted: Maximum supported lane count will be used
|
||||
-->
|
||||
<!--<CSILaneCount>4</CSILaneCount>-->
|
||||
|
||||
<!--
|
||||
CSI clock frequency (in Hz) used during streaming of a device on this port.
|
||||
The clock frequency actually used may be less if the desired value is
|
||||
not supported exactly.
|
||||
Decimal and hexadecimal numbers (prefixed with "0x") can be used
|
||||
Default behavior if omitted: Maximum supported clock frequency will be used
|
||||
-->
|
||||
<!--<CSIClockFrequency>395000000</CSIClockFrequency>-->
|
||||
</Port>
|
||||
</Ports>
|
||||
|
||||
|
||||
<!--
|
||||
Set the folder in which remote device XML files will be cached
|
||||
Default behavior if omitted: XML files will be cached
|
||||
-->
|
||||
<XMLCacheFolder>XMLCache</XMLCacheFolder>
|
||||
|
||||
</Settings>
|
||||
Reference in New Issue
Block a user