Changes

897 bytes added ,  02:43, 26 March 2020
no edit summary
Line 2,665: Line 2,665:  
|-
 
|-
 
| 0x1E || 0x2 || Reserved
 
| 0x1E || 0x2 || Reserved
 +
|}
 +
 +
= ClusteringProcessorConfig =
 +
This is "nn::irsensor::ClusteringProcessorConfig".
 +
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x8 || ExposureTime (default is 200000)
 +
|-
 +
| 0x8 || 0x4 || LightTarget (default is 0)
 +
|-
 +
| 0xC || 0x4 || Gain (default is 0x2)
 +
|-
 +
| 0x10 || 0x1 || IsNegativeImageUsed (default is 0)
 +
|-
 +
| 0x11 || 0x7 || Reserved
 +
|-
 +
| 0x18 || 0x2 || WindowOfInterestX (default is 0)
 +
|-
 +
| 0x1A || 0x2 || WindowOfInterestY (default is 0)
 +
|-
 +
| 0x1C || 0x2 || WindowOfInterestWidth (default is 320)
 +
|-
 +
| 0x1E || 0x2 || WindowOfInterestHeight (default is 240)
 +
|-
 +
| 0x20 || 0x4 || ObjectPixelCountMin (default is 0x3)
 +
|-
 +
| 0x24 || 0x4 || ObjectPixelCountMax (default is 0x12C00)
 +
|-
 +
| 0x28 || 0x4 || ObjectIntensityMin (default is 150)
 +
|-
 +
| 0x2C || 0x1 || IsExternalLightFilterEnabled (default is 0x1)
 
|}
 
|}
    
= PackedClusteringProcessorConfig =
 
= PackedClusteringProcessorConfig =
 
This is "nn::irsensor::PackedClusteringProcessorConfig". This is a 0x28-byte struct.
 
This is "nn::irsensor::PackedClusteringProcessorConfig". This is a 0x28-byte struct.
 +
 +
This is converted from [[#ClusteringProcessorConfig]].
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"