Freigeben über


Sensorgruppengenerierung (Kameraprofil V2)

In RS1 basierte die Sensorgruppengenerierung entweder auf dem Vorhandensein von gleichzeitigen Profilen oder auf der Deklaration des Felds FSSensorGroupId im Geräteschnittstellenknoten. Wenn die FSSensorGroupId übereinstimmte und die Geräte alle über dieselbe Container-ID verfügten, wurde eine Sensorgruppe erstellt.

Parallelitätsprofile

Parallelitätsprofil erforderte im Kameraprofil 1507, dass jedes Gerät explizit die unterstützten gleichzeitigen Medieninformationen jedes anderen Geräts auflistete, das gleichzeitig streamen kann. Diese Anforderung führte zu einer erheblichen Menge redundanter Informationen.

Wenn die OEMCameraProfileVersion festgelegt ist und die Version 2 oder höher ist, verwendet der Frameserver die Profil-ID, um die Parallelität zu bestimmen, um die Deklaration von Gleichzeitigen Profilen zu vereinfachen. Die FSSensorGroupId generiert eine Sensorgruppe, und basierend auf den profilen, die von diesen Geräten definiert werden, werden diese als gleichzeitige Profile betrachtet, wenn die Profil-ID übereinstimmt.

Beispielsweise verfügen wir über zwei Geräte (Gerät 1 und Gerät 2), die die folgenden Profile unterstützen:

Sicherungsmedium Unterstützte Profile
Gerät 1 VideoAufzeichnung,0

VideoRecording,1

VideoRecording,2

HighQualityPhoto,0

HighQualityPhoto,1

HighQualityPhoto,2
Gerät 2 VideoRecording,1

VideoRecording,2

VideoRecording,3

VideoRecording,4

HighQualityPhoto,2

HighQualityPhoto,3

HighQualityPhoto,4

Und sowohl Device 1 als auch Device 2 deklarieren die FSSensorGroupId unter ihrer Geräteschnittstelle und verfügen über die gleiche Container-ID. Der Frameserver erstellt eine Sensorgruppe für diese beiden Geräte.

Der Frameserver veröffentlicht auch die Parallelität zwischen den beiden Geräten für alle Profile mit übereinstimmenden Profil-IDs:

  • VideoRecording,1

  • VideoRecording,2

  • HighQualityPhoto,2

Da [VideoRecording,1], [VideoRecording,2] und [HighQualityPhoto,2] Profil-IDs zwischen den beiden Geräten üblich sind, veröffentlicht Frame Server gleichzeitige Profile für diese Profile.

Dadurch können einzelne Kameras ihre Profile zusammen mit ihren gleichzeitigen Profilen nur unter ihren Geräteschnittstellenknoten deklarieren.

Gleichzeitige Profile für Kameraprofil V2 werden als Profile generiert, die von Sensorgruppen veröffentlicht werden. Anwendungsentwickler können Kameraprofil V2 einheitlich behandeln, unabhängig davon, ob das Profil zu einem einzelnen physischen Gerät oder einer Sammlung von Geräten gehört, die über eine Sensorgruppe virtualisiert wurden.

Sensorgruppenprofile

Da eine Sensorgruppe ein virtuelles Konstrukt ist, steht für eine Sensorgruppe kein spezifisches Profil zur Verfügung. Stattdessen wird eine virtuelle Gruppe von Profilen vom Frameserver zusammen mit den Informationen zur Sensorgruppe veröffentlicht.

Für unsere Beispielgeräte 1 und Gerät 2 lautet der resultierende Profilsatz der Sensorgruppe wie folgt:

  • VideoAufzeichnung,0

  • VideoRecording,1

  • VideoRecording,2

  • VideoRecording,3

  • VideoRecording,4

  • HighQualityPhoto,0

  • HighQualityPhoto,2

  • HighQualityPhoto,3

  • HighQualityPhoto,4

Die hervorgehobenen Profile, da es sich um gleichzeitige Profile handelt, werden von Frame Server synthetisiert.

Beispiel:

Die VideoRecording,1 und VideoRecording,2 von Gerät 1 werden wie folgt deklariert:

HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,1","BlockedControls",0,"PHSEQ"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,1","MTF0",0,"Pin0:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,1","MTF1",0,"Pin1:((RES==;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,1","MTF2",0,"Pin2:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF0",0,"Pin0:((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF1",0,"Pin0:((RES<=1280,720;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF2",0,"Pin1:((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF3",0,"Pin1:((RES<=1280,720;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF4",0,"Pin2:((RES<=3840,2880;FRT<=8,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF5",0,"Pin2:((RES<=3840,2160;FRT<=8,1;SUT==ALL))"

Und Gerät 2, eine Weltkamera mit einem größeren Sensor, deklariert diese Profile:

HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,1","BlockedControls",0,"PHSEQ"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,1","MTF0",0,"Pin0:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,1","MTF1",0,"Pin1:((RES==;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,1","MTF2",0,"Pin2:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF0",0,"Pin0:((RES<=1920,1440;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF1",0,"Pin0:((RES<=1920,1080;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF2",0,"Pin1:((RES<=1920,1440;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF3",0,"Pin1:((RES<=1920,1080;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF4",0,"Pin2:((RES<=5120,3840;FRT<=8,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF5",0,"Pin2:((RES<=5120,2880;FRT<=8,1;SUT==ALL))"

Angenommen, für die sensorgruppe, die generiert wird, wird zuerst Gerät 1 hinzugefügt, das Profil VideoRecording,1 und VideoRecording,2 lautet:

HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,1","BlockedControls",0,"PHSEQ"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,1","MTF0",0,"Pin0:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,1","MTF1",0,"Pin1:((RES==;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,1","MTF2",0,"Pin2:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,1","MTF3",0,"Pin3:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,1","MTF4",0,"Pin4:((RES==;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,1","MTF5",0,"Pin5:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF0",0,"Pin0:((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF1",0,"Pin0:((RES<=1280,720;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF2",0,"Pin1:((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF3",0,"Pin1:((RES<=1280,720;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF4",0,"Pin2:((RES<=3840,2880;FRT<=8,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF5",0,"Pin2:((RES<=3840,2160;FRT<=8,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF6",0,"Pin3:((RES<=1920,1440;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF7",0,"Pin3:((RES<=1920,1080;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF8",0,"Pin4:((RES<=1920,1440;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF9",0,"Pin4:((RES<=1920,1080;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF10",0,"Pin5:((RES<=5120,3840;FRT<=8,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2","MTF11",0,"Pin5:((RES<=5120,2880;FRT<=8,1;SUT==ALL))"

Wie zu sehen ist, erfolgt die gleiche Pinindexübersetzung für die Profildeklaration, wie die Sensorgruppe die Pinindizes übersetzt, um das virtuelle Gerät widerzuspiegeln.

Hinweis: Die Profileinschränkung für gleichzeitige Profile MUSS identisch sein. Im obigen Beispiel verfügt kein Profil über Profileinschränkungen, sodass sie zusammengeführt werden können. Hätte eines der Profile eine Profileinschränkung deklariert oder eine andere Profileinschränkung deklariert, wäre die Profilsyntax ungültig und abgelehnt.

Beispielprofildeklaration (Sensorgruppengenerierung)

Um das neue deklarative Profilschema zu veranschaulichen, können wir ein Beispielkameraprofil über INF-Einträge für zwei hypothetische Kameras erstellen.

Angenommen, wir verfügen über zwei Kameras, eine User Facing (Camera UF) und eine World Facing (Camera WF). Nehmen wir auch an, dass die Kamera WF über einen größeren Sensor verfügt, der höhere Auflösungen und Bildraten ermöglicht.

Der Satz der verfügbaren Medientypen der beiden Kameras kann etwa wie folgt aussehen:

Kamera Verfügbarer Medientyp
WF: Vorschau 3840x2160@30fps

2560x1920@30fps

1920x1080@30fp

1280x960@30fps

1280x720@30fps

800x600@30fps

640x480@30fps

640x360@30fps

WF: Erfassung 3840x2160@60fps

3840x2160@30fps

2560x1920@60fps

2560x1920@30fps

1920x1080@120fp

1920x1080@60fp

1920x1080@30fp

1280x960@120fps

1280x960@60fps

1280x960@30fps

1280x720@120fps

1280x720@60fps

1280x720@30fps

800x600@120fps

800x600@60fps

800x600@30fps

640x480@120fps

640x480@60fps

640x480@30fps

640x360@120fps

640x360@60fps

640x360@30fps

WF: Foto 5120x3840 (keine Fotosequenz)

3\.840 × 2.160

2560x1920

1\.920 × 1.080

1280 x 960

280x720

UF: Vorschau 1920x1080@30fp

1280x960@30fps

1280x720@30fps

800x600@30fps

640x480@30fps

640x360@30fps

UF: Erfassen 1920x1080@120fp

1920x1080@60fp

1920x1080@30fp

1280x960@120fps

1280x960@60fps

1280x960@30fps

1280x720@120fps

1280x720@60fps

1280x720@30fps

800x600@120fps

800x600@60fps

800x600@30fps

640x480@120fps

640x480@60fps

640x480@30fps

640x360@120fps

640x360@60fps

640x360@30fps

UF: Foto 3840x2160 (keine Fotosequenz)

2560x1920 (keine Fotosequenz)

1\.920 × 1.080

1280 x 960

1\.280 × 720

Fügen wir auch einige hypothetische Hardwareeinschränkungen hinzu:

  1. Der Vorschau-Pin ist pin 0. Wenn im KSFILTER_DESCRIPTOR das Array von KSPIN_DESCRIPTOR_EX definiert ist, ist der erste KSPIN_DESCRIPTOR_EX der Vorschau-Pindeskriptor. Auf ähnliche Weise ist Pin 1 Aufnahmepin und Pin 2 ist Fotopin.

  2. Die Verwendung der Aufnahme mit hoher Bildfrequenz auf der WF-Kamera blockiert die Verwendung der UF-Kamera (jeder Medientyp, dessen Bildfrequenz größer als 30 fps ist, gilt als hohe Bildfrequenz).

  3. Die Verwendung einer 4K-Aufnahme (3840 x 2160) oder einer höheren Auflösung auf der WF-Kamera beschränkt die UF-Kamera auf 720p.

  4. Vorschau und Aufnahme müssen die gleiche Auflösung verwenden, wenn eine Erfassung mit hoher Bildfrequenz verwendet wird.

  5. Alle Profile müssen das gleiche Seitenverhältnis für Vorschau-, Aufzeichnungs- und Fotovorgänge aufweisen.

  6. Beide Kameras können gleichzeitig aufnehmen und fotoieren, solange die Aufnahme mit hoher Bildfrequenz nicht verwendet wird und die Videoaufzeichnung mit 4K oder höher nicht aktiv ist.

  7. Nur Videoaufzeichnungsvorgänge sind für beide Kameras möglich, wenn beide aktiv sind und die Auflösung auf 1080p beschränkt ist und die Bildfrequenz 30 fps oder niedriger sein muss.

Wenn Sie die oben genannten Einschränkungen in Beispielprofile übersetzen, verfügen wir über die folgende Deklaration:

; Camera WF
[SampleDriver.WorldFacingCameraInterface.AddReg]
HKR,,"FSSensorGroupId",0,"{E770B3DB-F6C9-4303-B767-97F17A6BD123}"
HKR,,"OEMCameraProfileVersion",0x00010001,2
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,0","Constraint",0,"LRS;LST"
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,0","MTF0",0,"Pin0:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,0","MTF1",0,"Pin1:((RES==;FRT>=60,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,0","MTF2",0,"Pin2:(!)"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,0","MTF0",0,"Pin0:((RES<=1920,1080;FRT<=30,1;SUT==ALL))((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,0","MTF1",0,"Pin1:(!)"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,0","MTF2",0,"Pin2:((RES<=3840,2160;FRT==;SUT==ALL))((RES<=2560,1920;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,0","BlockedControls",0,"PHSEQ"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,0","MTF0",0,"Pin0:((RES<=1920,1080;FRT<=30,1;SUT==ALL))((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,0","MTF1",0,"Pin1:((RES<=1920,1080;FRT<=30,1;SUT==ALL))((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,0","MTF2",0,"Pin2:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2000","MTF0",0,"Pin0:((RES<=1920,1080;FRT<=30,1;SUT==ALL)) ((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2000","MTF1",0,"Pin1:((RES<=1920,1080;FRT<=30,1;SUT==ALL)) ((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2000","MTF2",0,"Pin2:(!)"

; Camera UF
[SampleDriver.UserFacingCameraInterface.AddReg]
HKR,,"FSSensorGroupId",0,"{E770B3DB-F6C9-4303-B767-97F17A6BD123}"
HKR,,"OEMCameraProfileVersion",0x00010001,2
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,1000","Constraint",0,"LRS;LST"
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,1000","MTF0",0,"Pin0:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,1000","MTF1",0,"Pin1:((RES==;FRT>=60,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,1000","MTF2",0,"Pin2:(!)"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,1000","MTF0",0,"Pin0:((RES<=1920,1080;FRT<=30,1;SUT==ALL))((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,1000","MTF1",0,"Pin1:(!)"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,1000","MTF2",0,"Pin2:((RES<=1920,1080;FRT==;SUT==ALL))((RES<=1280,960;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,1000","BlockedControls",0,"PHSEQ"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,1000","MTF0",0,"Pin0:((RES<=1920,1080;FRT<=30,1;SUT==ALL))((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,1000","MTF1",0,"Pin1:((RES<=1920,1080;FRT<=30,1;SUT==ALL))((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,1000","MTF2",0,"Pin2:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2000","MTF0",0,"Pin0:((RES<=1920,1080;FRT<=30,1;SUT==ALL)) ((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2000","MTF1",0,"Pin1:((RES<=1920,1080;FRT<=30,1;SUT==ALL)) ((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2000","MTF2",0,"Pin2:(!)"

Wenn diese Profile während der Sensorgruppengenerierung verarbeitet werden (FSSensorGroupId wird für die obige INF-Direktive deklariert), sieht die resultierende Sensorgruppe "INF" in etwa wie die folgende Deklaration aus (vorausgesetzt, Kamera WF wird zuerst der Sensorgruppe hinzugefügt).

Es wird jedoch kein INF generiert. Dies ist lediglich ein Beispiel, um zu veranschaulichen, wie der Veröffentlichungsprozess der Sensorgruppe die Profile auf mehreren Geräten synthetisiert.

; Sensor Group WF & UF
[SampleDriver.SensorGroupInterface.AddReg]
HKR,,"OEMCameraProfileVersion",0x00010001,2
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,0","Constraint",0,"LRS;LST"
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,0","MTF0",0,"Pin0:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,0","MTF1",0,"Pin1:((RES==;FRT>=60,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,0","MTF2",0,"Pin2:(!)"
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,1000","MTF0",0,"Pin3:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,1000","MTF1",0,"Pin4:((RES==;FRT>=60,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,1000","MTF2",0,"Pin5:(!)"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,0","MTF0",0,"Pin0:((RES<=1920,1080;FRT<=30,1;SUT==ALL))((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,0","MTF1",0,"Pin1:(!)"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,0","MTF2",0,"Pin2:((RES<=3840,2160;FRT==;SUT==ALL))((RES<=2560,1920;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,1000","MTF0",0,"Pin3:((RES<=1920,1080;FRT<=30,1;SUT==ALL))((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,1000","MTF1",0,"Pin4:(!)"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,1000","MTF2",0,"Pin5:((RES<=1920,1080;FRT==;SUT==ALL))((RES<=1280,960;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,0","BlockedControls",0,"PHSEQ"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,0","MTF0",0,"Pin0:((RES<=1920,1080;FRT<=30,1;SUT==ALL))((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,0","MTF1",0,"Pin1:((RES<=1920,1080;FRT<=30,1;SUT==ALL))((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,0","MTF2",0,"Pin2:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,1000","BlockedControls",0,"PHSEQ"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,1000","MTF0",0,"Pin3:((RES<=1920,1080;FRT<=30,1;SUT==ALL))((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,1000","MTF1",0,"Pin4:((RES<=1920,1080;FRT<=30,1;SUT==ALL))((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,1000","MTF2",0,"Pin5:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2000","MTF0",0,"Pin0:((RES<=1920,1080;FRT<=30,1;SUT==ALL)) ((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2000","MTF1",0,"Pin1:((RES<=1920,1080;FRT<=30,1;SUT==ALL)) ((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2000","MTF2",0,"Pin2:(!)"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2000","MTF3",0,"Pin3:((RES<=1920,1080;FRT<=30,1;SUT==ALL)) ((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2000","MTF4",0,"Pin4:((RES<=1920,1080;FRT<=30,1;SUT==ALL)) ((RES<=1280,960;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2000","MTF6",0,"Pin5:(!)"

AAR-Profileinschränkung

Eine der möglichen Verknüpfungen zum Deklarieren von Profilen ist das Festlegen der AAR-Profileinschränkung. Wenn die Einschränkung der zugrunde liegenden Hardware eine reine Bandbreiteneinschränkung ist, kann die obige Profildeklaration auf Folgendes reduziert werden:

; Camera WF
[SampleDriver.WorldFacingCameraInterface.AddReg]
HKR,,"FSSensorGroupId",0,"{E770B3DB-F6C9-4303-B767-97F17A6BD123}"
HKR,,"OEMCameraProfileVersion",0x00010001,2
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,0","Constraint",0,"LRS;LST"
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,0","MTF0",0,"Pin0:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,0","MTF1",0,"Pin1:((RES==;FRT>=60,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,0","MTF2",0,"Pin2:(!)"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,0","Constraint",0,"AAR"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,0","MTF0",0,"Pin0:((RES<=1920,1080;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,0","MTF1",0,"Pin1:(!)"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,0","MTF2",0,"Pin2:((RES<=3840,2160;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,0","Constraint",0,"AAR"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,0","BlockedControls",0,"PHSEQ"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,0","MTF0",0,"Pin0:((RES<=1920,1080;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,0","MTF1",0,"Pin1:((RES<=1920,1080;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,0","MTF2",0,"Pin2:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2000","MTF0",0,"Pin0:((RES<=1920,1080;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2000","MTF1",0,"Pin1:((RES<=1920,1080;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2000","MTF2",0,"Pin2:(!)"

; Camera UF
[SampleDriver.UserFacingCameraInterface.AddReg]
HKR,,"FSSensorGroupId",0,"{E770B3DB-F6C9-4303-B767-97F17A6BD123}"
HKR,,"OEMCameraProfileVersion",0x00010001,2
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,1000","Constraint",0,"LRS;LST"
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,1000","MTF0",0,"Pin0:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,1000","MTF1",0,"Pin0:((RES==;FRT>=60,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighFrameRate,1000","MTF2",0,"Pin2:(!)"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,1000","Constraint",0,"AAR"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,1000","MTF0",0,"Pin0:((RES<=1920,1080;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,1000","MTF1",0,"Pin1:(!)"
HKR,"Profiles\KSCAMERAPROFILE_PhotoSequence,1000","MTF2",0,"Pin2:((RES<=1920,1080;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,1000","Constraint",0,"AAR"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,1000","BlockedControls",0,"PHSEQ"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,1000","MTF0",0,"Pin0:((RES<=1920,1080;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,1000","MTF1",0,"Pin1:((RES<=1920,1080;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,1000","MTF2",0,"Pin2:((RES==;FRT==;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2000","MTF0",0,"Pin0:((RES<=1920,1080;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2000","MTF1",0,"Pin1:((RES<=1920,1080;FRT<=30,1;SUT==ALL))"
HKR,"Profiles\KSCAMERAPROFILE_VideoRecording,2000","MTF2",0,"Pin2:(!)"

Dadurch wird die AAR-Profileinschränkung angewendet, sodass die gesamte auflösungsbasierte Abgleichslogik für das gesamte Seitenverhältnis gilt.

Anstelle von:

HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,0","MTF0",0,"Pin0:((RES<=1920,1080;FRT<=30,1;SUT==ALL))((RES<=1280,960;FRT<=30,1;SUT==ALL))"

Um sowohl 16:9- als auch 4:3-Auflösungen von 1080p oder niedriger und 1280x960 oder niedriger zu entsprechen, wird die Deklaration wie folgt:

HKR,"Profiles\KSCAMERAPROFILE_HighQualityPhoto,0","MTF0",0,"Pin0:((RES<=1920,1080;FRT<=30,1;SUT==ALL))"

Dies wendet die übereinstimmende Logik auf alle Auflösungen an, deren Gesamtpixelanzahl kleiner als 1920 * 1080 ist.

Diese Verknüpfung ist nur gültig, wenn die HW-Einschränkungen nur auf der Pixelbandbreite basieren.

Kameraprofil V2-Entwicklerspezifikation