• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

AIR on Surface 4 using Camera

Enthusiast ,
Oct 31, 2015 Oct 31, 2015

Copy link to clipboard

Copied

Have tried four versions of AIR for Desktop - 3.2, 15, 16, and 19

Publishing on a MS Surface 4 pro (i5 version)

If I get the camera AIR crashes. This timeline code is enough to repro the issue:

import flash.media.Camera;

var c:Camera = Camera.getCamera();

Have been on this for a couple of days, and at first thought it was a Surface problem but I tried a simple test in Unity this morning and I can display the webcam on the S4 just fine there. Still could be a Surface/driver problem, just makes me less sure.

Event Viewer on the Surface reports the offending module as Windows\System32\Intelsocyuvcopy.dll  - which in fact does not even exist in that folder. A 64 bit version does however. I got hold of the 32 bit one and placed it in the folder just to see and it made no difference.

TOPICS
Performance issues

Views

6.9K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Nov 02, 2015 Nov 02, 2015

Copy link to clipboard

Copied

I am curious about this issue, and hope Adobe will get it taken care of. Whenever you get a camera object, you first request a proxy from the ActionScript virtual machine:

cam = flash.media.Camera.getCamera();

Then you set the mode:

cam.setMode(1280,720,30,false);

I am curious to know if the AIR runtime is crashing depending on the mode set. Perhaps the driver only supports certain resolution combinations. Are you saying that the app crashes before you can even call setMode?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 02, 2015 Nov 02, 2015

Copy link to clipboard

Copied

Correct, I don't need to call setMode at all. Simply doing Camera.getCamera will do the trick.

I'd love to see this corrected and quickly - I have an app that's supposed to be running on the Surface 4 and isn't because of this issue. It's fine on the 3 with either Windows 8 or 10.

Currently exploring rebuilding my app in Unity - which can get the camera on the Surface 4 without issue.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 02, 2015 Nov 02, 2015

Copy link to clipboard

Copied

Hi guys,

I'd like the team to take a look at this, can we get a bug report also added to https://bugbase.adobe.com?  Please add a small sample project to the bug report and let me know the bug number once added.  I'll point the team to the thread in the meantime.

Thanks,

Chris

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 02, 2015 Nov 02, 2015

Copy link to clipboard

Copied

Thanks for taking a look Chris.

Bug#4081390 - AIR Crashes when trying to instantiate camera on Surface 4 / Windows 10 in the BugBase - I placed it in there Friday I think.

I will add a small project to it now...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 02, 2015 Nov 02, 2015

Copy link to clipboard

Copied

I attached camSample.fla to the bug. If you publish to AIR (any version I've tested) ADL will crash within Flash (window will never open). If you publish to an .exe the .exe won't open and you will see an event in Event View pointing to the Intelsocyuvcopy.dll module. If you publish to a SWF and run within Flash you should get the Settings dialog - pressing Allow in there will crash Flash Pro itself.

Thanks again.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 03, 2015 Nov 03, 2015

Copy link to clipboard

Copied

Hi Chris,

I Placed bug in adobe air last week. Please have a look  and update the status.Bug#4081289 - Rebuilt Runtime.apk for Android M(6.0) - text relocations issue - Urgent

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 05, 2015 Nov 05, 2015

Copy link to clipboard

Copied

Any update on this? Has the team looked at it? It's still marked unverified in the BugBase.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 05, 2015 Nov 05, 2015

Copy link to clipboard

Copied

We're working on getting one of the Surface 4's in house for testing.  I'm suspecting we're dealing with a driver issue, it might help if we get a dxdiag report.  Maybe we can force the webcam driver install on a regular system and repro that way too.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 05, 2015 Nov 05, 2015

Copy link to clipboard

Copied

Out of curiosity, do you run into any problems trying to use the camera with Flash Player?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 05, 2015 Nov 05, 2015

Copy link to clipboard

Copied

I have Flash CS6 running on the S4 - if I publish to Flash Player (Ctrl-Enter) the settings dialog will appear and if I click Allow then Flash itself will crash.

However, if I publish to SWF/HTML and open the HTML in Chrome the camera will work...

If I open in Edge I get no camera.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 13, 2015 Nov 13, 2015

Copy link to clipboard

Copied

Any news on this? I see in the Bugbase other people can reproduce it too... I had started porting my app over to Unity and came to realize that Unity is not a very good tool for building any kind of app with.

So now I am stuck with an app that won't work on the Surface 4 and really no way to get it to work.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 16, 2015 Nov 16, 2015

Copy link to clipboard

Copied

We're working with Microsoft on this, currently the Surface team (or driver folks) are looking into a stack trace that we've provided.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Dec 08, 2015 Dec 08, 2015

Copy link to clipboard

Copied

Any update on this?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 05, 2015 Nov 05, 2015

Copy link to clipboard

Copied

DXDiag report from the Surface 4 is below... sorry if I should've put it elsewhere - it's quite long.

------------------

System Information

------------------

      Time of this report: 11/5/2015, 14:43:49

             Machine name: DESKTOP-45BFJEG

         Operating System: Windows 10 Pro 64-bit (10.0, Build 10240) (10240.th1.150930-1750)

                 Language: English (Regional Setting: English)

      System Manufacturer: Microsoft Corporation

             System Model: Surface Pro 4

                     BIOS: 103.818.768

                Processor: Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz (4 CPUs), ~2.5GHz

                   Memory: 4096MB RAM

      Available OS Memory: 4020MB RAM

                Page File: 1806MB used, 3621MB available

              Windows Dir: C:\windows

          DirectX Version: 12

      DX Setup Parameters: Not found

         User DPI Setting: Using System DPI

       System DPI Setting: 192 DPI (200 percent)

          DWM DPI Scaling: UnKnown

                 Miracast: Available, with HDCP

Microsoft Graphics Hybrid: Not Supported

           DxDiag Version: 10.00.10240.16384 64bit Unicode

------------

DxDiag Notes

------------

      Display Tab 1: No problems found.

        Sound Tab 1: No problems found.

          Input Tab: No problems found.

--------------------

DirectX Debug Levels

--------------------

Direct3D:    0/4 (retail)

DirectDraw:  0/4 (retail)

DirectInput: 0/5 (retail)

DirectMusic: 0/5 (retail)

DirectPlay:  0/9 (retail)

DirectSound: 0/5 (retail)

DirectShow:  0/6 (retail)

---------------

Display Devices

---------------

          Card name: Intel(R) HD Graphics 520

       Manufacturer: Intel Corporation

          Chip type: Intel(R) HD Graphics Family

           DAC type: Internal

        Device Type: Full Device

         Device Key: Enum\PCI\VEN_8086&DEV_1916&SUBSYS_00151414&REV_07

     Display Memory: 2137 MB

   Dedicated Memory: 128 MB

      Shared Memory: 2009 MB

       Current Mode: 2736 x 1824 (32 bit) (60Hz)

       Monitor Name: Surface Display

      Monitor Model: unknown

         Monitor Id: SDC3853

        Native Mode: 2736 x 1824(p) (60.008Hz)

        Output Type: Internal

        Driver Name: igdumdim64.dll,igd10iumd64.dll,igd10iumd64.dll,igd12umd64.dll,igdumdim32,igd10iumd32,igd10iumd32,igd12umd32

Driver File Version: 10.18.0015.4293 (English)

     Driver Version: 10.18.15.4293

        DDI Version: 12

     Feature Levels: 11.1,11.0,10.1,10.0,9.3,9.2,9.1

       Driver Model: WDDM 2.0

Graphics Preemption: Triangle

Compute Preemption: Thread

           Miracast: Supported

Hybrid Graphics GPU: Integrated

     Power P-states: Not Supported

  Driver Attributes: Final Retail

   Driver Date/Size: 9/29/2015 20:31:32, 35975320 bytes

        WHQL Logo'd: Yes

    WHQL Date Stamp:

  Device Identifier: {D7B78E66-5A56-11CF-6167-1A20BAC2C735}

          Vendor ID: 0x8086

          Device ID: 0x1916

          SubSys ID: 0x00151414

        Revision ID: 0x0007

Driver Strong Name: oem22.inf:5f63e534f36b7c6d:iSKLD_w10:10.18.15.4293:pci\ven_8086&dev_1916&subsys_00151414

     Rank Of Driver: 00D10001

        Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_C ModeVC1_C

        DXVA2 Modes: DXVA2_ModeMPEG2_VLD  DXVA2_ModeMPEG2_IDCT  DXVA2_ModeVC1_D2010  DXVA2_ModeWMV9_IDCT  DXVA2_ModeVC1_IDCT  DXVA2_ModeH264_VLD_NoFGT  DXVA2_ModeH264_VLD_Stereo_Progressive_NoFGT  DXVA2_ModeH264_VLD_Stereo_NoFGT  DXVA2_ModeH264_VLD_Multiview_NoFGT  DXVA2_ModeHEVC_VLD_Main  DXVA2_ModeHEVC_VLD_Main10 

   Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering

                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch

                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend

                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering

                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch

                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend

                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering

                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch

                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend

                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering

                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch

                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend

                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering

                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch

                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend

                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering

                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch

                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend

                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering

                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch

                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend

                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering

                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch

                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend

       D3D9 Overlay: Supported

            DXVA-HD: Supported

       DDraw Status: Enabled

         D3D Status: Enabled

         AGP Status: Enabled

-------------

Sound Devices

-------------

            Description: Speakers (Realtek High Definition Audio(SST))

Default Sound Playback: Yes

Default Voice Playback: Yes

            Hardware ID: INTELAUDIO\FUNC_01&VEN_10EC&DEV_0298&SUBSYS_10EC108A&REV_1001

        Manufacturer ID: 1

             Product ID: 100

                   Type: WDM

            Driver Name: RTKVHD64.sys

         Driver Version: 6.00.0001.7611 (English)

      Driver Attributes: Final Retail

            WHQL Logo'd: Yes

          Date and Size: 9/25/2015 01:01:25, 4621056 bytes

            Other Files:

        Driver Provider: Realtek Semiconductor Corp.

         HW Accel Level: Basic

              Cap Flags: 0xF1F

    Min/Max Sample Rate: 100, 200000

Static/Strm HW Mix Bufs: 1, 0

Static/Strm HW 3D Bufs: 0, 0

              HW Memory: 0

       Voice Management: No

EAX(tm) 2.0 Listen/Src: No, No

   I3DL2(tm) Listen/Src: No, No

Sensaura(tm) ZoomFX(tm): No

---------------------

Sound Capture Devices

---------------------

            Description: Microphone Array (Realtek High Definition Audio(SST))

  Default Sound Capture: Yes

  Default Voice Capture: Yes

            Driver Name: RTKVHD64.sys

         Driver Version: 6.00.0001.7611 (English)

      Driver Attributes: Final Retail

          Date and Size: 9/25/2015 01:01:25, 4621056 bytes

              Cap Flags: 0x1

           Format Flags: 0xFFFFF

---------------------

Video Capture Devices

Number of Devices: 2

---------------------

           FriendlyName: Microsoft Camera Front

               Location: Front

           SymbolicLink: \\?\display#int3470#4&3b1d693f&0&uid13424#{e5323777-f976-4f5b-9b55-b94699c46e44}\{bf89b5a5-61f7-4127-a279-e187013d7caf}

           Manufacturer: Intel Corporation

             HardwareID: VIDEO\VEN_8086&DEV_1916&SUBSYS_00151414&REV_07&INT3470,VIDEO\VEN_8086&DEV_1916&SUBSYS_00151414&INT3470,VIDEO\VEN_8086&DEV_1916&INT3470,VIDEO\INT3470

             DriverDesc: Intel(R) AVStream Camera 2500

         DriverProvider: Intel

          DriverVersion: 30.10154.6640.152

      DriverDateEnglish: 9/10/2015 00:00:00

    DriverDateLocalized: 9/10/2015 12:00:00 AM

                Service: iacamera64

                  Class: MEDIA

          DevNodeStatus: 180200A[DN_DRIVER_LOADED|DN_STARTED|DN_DISABLEABLE|DN_NT_ENUMERATOR|DN_NT_DRIVER]

            ContainerId: {00000000-0000-0000-FFFF-FFFFFFFFFFFF}

            ProblemCode: No Problem

  BusReportedDeviceDesc: ISP Camera Device

                 Parent: PCI\VEN_8086&DEV_1916&SUBSYS_00151414&REV_07\3&11583659&0&10

      DriverProblemDesc: n/a

           UpperFilters: n/a

           LowerFilters: n/a

                  Stack: \Driver\ksthunk,\Driver\iacamera64,\Driver\igfx

      ContainerCategory: n/a

           FriendlyName: Microsoft Camera Rear

               Location: Back

           SymbolicLink: \\?\display#int3470#4&3b1d693f&0&uid13424#{e5323777-f976-4f5b-9b55-b94699c46e44}\{7c9bbcea-909c-47b3-8cf9-2aa8237e1d4b}

           Manufacturer: Intel Corporation

             HardwareID: VIDEO\VEN_8086&DEV_1916&SUBSYS_00151414&REV_07&INT3470,VIDEO\VEN_8086&DEV_1916&SUBSYS_00151414&INT3470,VIDEO\VEN_8086&DEV_1916&INT3470,VIDEO\INT3470

             DriverDesc: Intel(R) AVStream Camera 2500

         DriverProvider: Intel

          DriverVersion: 30.10154.6640.152

      DriverDateEnglish: 9/10/2015 00:00:00

    DriverDateLocalized: 9/10/2015 12:00:00 AM

                Service: iacamera64

                  Class: MEDIA

          DevNodeStatus: 180200A[DN_DRIVER_LOADED|DN_STARTED|DN_DISABLEABLE|DN_NT_ENUMERATOR|DN_NT_DRIVER]

            ContainerId: {00000000-0000-0000-FFFF-FFFFFFFFFFFF}

            ProblemCode: No Problem

  BusReportedDeviceDesc: ISP Camera Device

                 Parent: PCI\VEN_8086&DEV_1916&SUBSYS_00151414&REV_07\3&11583659&0&10

      DriverProblemDesc: n/a

           UpperFilters: n/a

           LowerFilters: n/a

                  Stack: \Driver\ksthunk,\Driver\iacamera64,\Driver\igfx

      ContainerCategory: n/a

-------------------

DirectInput Devices

-------------------

      Device Name: Mouse

         Attached: 1

    Controller ID: n/a

Vendor/Product ID: n/a

        FF Driver: n/a

      Device Name: Keyboard

         Attached: 1

    Controller ID: n/a

Vendor/Product ID: n/a

        FF Driver: n/a

      Device Name: Intel(R) Precise Touch Device

         Attached: 1

    Controller ID: 0x0

Vendor/Product ID: 0x1B96, 0x0004

        FF Driver: n/a

      Device Name: GPIO Button Driver

         Attached: 1

    Controller ID: 0x0

Vendor/Product ID: n/a

        FF Driver: n/a

      Device Name: GPIO Button Driver

         Attached: 1

    Controller ID: 0x0

Vendor/Product ID: n/a

        FF Driver: n/a

      Device Name: Intel(R) Precise Touch Device

         Attached: 1

    Controller ID: 0x0

Vendor/Product ID: 0x1B96, 0x0004

        FF Driver: n/a

      Device Name: Intel(R) Precise Touch Device

         Attached: 1

    Controller ID: 0x0

Vendor/Product ID: 0x1B96, 0x0004

        FF Driver: n/a

      Device Name: HIDI2C Device

         Attached: 1

    Controller ID: 0x0

Vendor/Product ID: 0x045E, 0x0915

        FF Driver: n/a

      Device Name: Intel(R) Precise Touch Device

         Attached: 1

    Controller ID: 0x0

Vendor/Product ID: 0x1B96, 0x0004

        FF Driver: n/a

      Device Name: Intel(R) Precise Touch Device

         Attached: 1

    Controller ID: 0x0

Vendor/Product ID: 0x1B96, 0x0004

        FF Driver: n/a

Poll w/ Interrupt: No

-----------

USB Devices

-----------

----------------

Gameport Devices

----------------

------------

PS/2 Devices

------------

+ HID Keyboard Device

| Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD

| Service: kbdhid

| Driver: kbdhid.sys, 7/10/2015 04:59:38, 36864 bytes

| Driver: kbdclass.sys, 7/10/2015 04:59:38, 62304 bytes

|

+ HID-compliant mouse

| Vendor/Product ID: 0x1B96, 0x0000

| Matching Device ID: HID_DEVICE_SYSTEM_MOUSE

| Service: mouhid

| Driver: mouhid.sys, 7/10/2015 04:59:39, 32256 bytes

| Driver: mouclass.sys, 7/10/2015 04:59:39, 59232 bytes

------------------------

Disk & DVD/CD-ROM Drives

------------------------

      Drive: C:

Free Space: 89.3 GB

Total Space: 120.9 GB

File System: NTFS

      Model: NVMe SAMSUNG MZFLV128

--------------

System Devices

--------------

     Name: Intel(R) 100 Series Chipset Family PCI Express Root Port #9 - 9D18

Device ID: PCI\VEN_8086&DEV_9D18&SUBSYS_72708086&REV_F1\3&11583659&0&E8

   Driver: C:\windows\system32\DRIVERS\pci.sys, 10.00.10240.16390 (English), 9/29/2015 20:56:48, 325984 bytes

     Name: Intel(R) Management Engine Interface

Device ID: PCI\VEN_8086&DEV_9D3A&SUBSYS_72708086&REV_21\3&11583659&0&B0

   Driver: C:\windows\system32\DRIVERS\TeeDriverW8x64.sys, 11.00.0000.1160 (English), 9/25/2015 00:57:37, 184608 bytes

     Name: Intel(R) Smart Sound Technology (Intel(R) SST) Audio Controller

Device ID: PCI\VEN_8086&DEV_9D70&SUBSYS_72708086&REV_21\3&11583659&0&FB

   Driver: C:\windows\system32\DRIVERS\IntcAudioBus.sys, 8.20.0000.0580 (English), 9/25/2015 01:01:19, 188200 bytes

   Driver: C:\windows\system32\drivers\drmk.sys, 10.00.10240.16384 (English), 7/10/2015 04:59:36, 96768 bytes

   Driver: C:\windows\system32\drivers\portcls.sys, 10.00.10240.16515 (English), 9/16/2015 23:50:33, 320000 bytes

   Driver: C:\windows\system32\WdfCoinstaller01011.dll, 1.11.9200.16384 (English), 9/25/2015 01:03:16, 1804688 bytes

     Name: Intel(R) 100 Series Chipset Family Thermal subsystem - 9D31

Device ID: PCI\VEN_8086&DEV_9D31&SUBSYS_72708086&REV_21\3&11583659&0&A2

   Driver: n/a

     Name: Intel(R) Imaging Signal Processor 2500

Device ID: PCI\VEN_8086&DEV_1919&SUBSYS_20158086&REV_01\3&11583659&0&28

   Driver: C:\windows\system32\DRIVERS\iaisp64.sys, 1.00.0000.0001 (English), 10/28/2015 14:00:21, 24056 bytes

     Name: Intel(R) Precise Touch Device

Device ID: PCI\VEN_8086&DEV_9D3E&SUBSYS_00000000&REV_21\3&11583659&0&B4

   Driver: C:\windows\INF\PreciseTouch\Intel\iaPreciseTouchDescriptor.bin, 9/25/2015 15:11:19, 85 bytes

   Driver: C:\windows\system32\DRIVERS\iaPreciseTouch.sys, 1.01.0000.0215 (English), 9/25/2015 15:11:19, 259088 bytes

     Name: Intel(R) Serial IO I2C Host Controller - 9D62

Device ID: PCI\VEN_8086&DEV_9D62&SUBSYS_72708086&REV_21\3&11583659&0&AA

   Driver: C:\windows\system32\DRIVERS\iaLPSS2_I2C.sys, 30.63.1519.0007 (English), 9/25/2015 00:57:44, 185128 bytes

     Name: Intel(R) 100 Series Chipset Family SMBUS - 9D23

Device ID: PCI\VEN_8086&DEV_9D23&SUBSYS_72708086&REV_21\3&11583659&0&FC

   Driver: n/a

     Name: Intel(R) 100 Series Chipset Family LPC Controller/eSPI Controller - 9D48

Device ID: PCI\VEN_8086&DEV_9D48&SUBSYS_72708086&REV_21\3&11583659&0&F8

   Driver: C:\windows\system32\DRIVERS\msisadrv.sys, 10.00.10240.16384 (English), 7/10/2015 04:59:38, 19296 bytes

     Name: Intel(R) USB 3.0 eXtensible Host Controller - 1.0 (Microsoft)

Device ID: PCI\VEN_8086&DEV_9D2F&SUBSYS_72708086&REV_21\3&11583659&0&A0

   Driver: C:\windows\system32\DRIVERS\USBXHCI.SYS, 10.00.10240.16461 (English), 9/29/2015 20:56:48, 373072 bytes

     Name: Marvell AVASTAR Wireless-AC Network Controller

Device ID: PCI\VEN_11AB&DEV_2B38&SUBSYS_045E0003&REV_00\4&91A2562&0&00E8

   Driver: C:\windows\system32\DRIVERS\mrvlpcie8897.sys, 10.00.10011.16384 (English), 9/25/2015 00:57:47, 1044992 bytes

   Driver: C:\windows\system32\DRIVERS\vwifibus.sys, 10.00.10240.16384 (English), 7/10/2015 04:59:52, 26112 bytes

     Name: Intel(R) CSI2 Host Controller

Device ID: PCI\VEN_8086&DEV_9D32&SUBSYS_72708086&REV_01\3&11583659&0&A3

   Driver: C:\windows\system32\DRIVERS\CSI2HostControllerDriver.sys, 0.02.0005.0000 (English), 10/28/2015 14:00:21, 106792 bytes

     Name: Intel(R) 100 Series Chipset Family PCI Express Root Port #5 - 9D14

Device ID: PCI\VEN_8086&DEV_9D14&SUBSYS_72708086&REV_F1\3&11583659&0&E0

   Driver: C:\windows\system32\DRIVERS\pci.sys, 10.00.10240.16390 (English), 9/29/2015 20:56:48, 325984 bytes

     Name: Intel(R) Serial IO I2C Host Controller - 9D60

Device ID: PCI\VEN_8086&DEV_9D60&SUBSYS_72708086&REV_21\3&11583659&0&A8

   Driver: C:\windows\system32\DRIVERS\iaLPSS2_I2C.sys, 30.63.1519.0007 (English), 9/25/2015 00:57:44, 185128 bytes

     Name: Intel(R) Xeon(R) E3 - 1200/1500 v5/6th Gen Intel(R) Core(TM) Gaussian Mixture Model - 1911

Device ID: PCI\VEN_8086&DEV_1911&SUBSYS_20158086&REV_00\3&11583659&0&40

   Driver: n/a

     Name: Intel(R) 100 Series Chipset Family PMC - 9D21

Device ID: PCI\VEN_8086&DEV_9D21&SUBSYS_72708086&REV_21\3&11583659&0&FA

   Driver: n/a

     Name: PCI standard host CPU bridge

Device ID: PCI\VEN_8086&DEV_1904&SUBSYS_20158086&REV_08\3&11583659&0&00

   Driver: n/a

     Name: Intel(R) Serial IO I2C Host Controller - 9D63

Device ID: PCI\VEN_8086&DEV_9D63&SUBSYS_72708086&REV_21\3&11583659&0&AB

   Driver: C:\windows\system32\DRIVERS\iaLPSS2_I2C.sys, 30.63.1519.0007 (English), 9/25/2015 00:57:44, 185128 bytes

     Name: Standard NVM Express Controller

Device ID: PCI\VEN_144D&DEV_A802&SUBSYS_A801144D&REV_01\4&25BACB6&0&00E0

   Driver: C:\windows\system32\DRIVERS\stornvme.sys, 10.00.10240.16431 (English), 9/29/2015 20:56:48, 80720 bytes

     Name: Intel(R) HD Graphics 520

Device ID: PCI\VEN_8086&DEV_1916&SUBSYS_00151414&REV_07\3&11583659&0&10

   Driver: C:\windows\system32\DRIVERS\igdkmd64.sys, 10.18.0015.4293 (English), 9/29/2015 20:31:31, 6407568 bytes

   Driver: C:\windows\system32\igd10iumd64.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:30, 13694872 bytes

   Driver: C:\windows\system32\igd10idpp64.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:30, 283768 bytes

   Driver: C:\windows\system32\igd11dxva64.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:31, 29700048 bytes

   Driver: C:\windows\system32\igd12umd64.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:30, 5009408 bytes

   Driver: C:\windows\system32\igdumdim64.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:32, 35975320 bytes

   Driver: C:\windows\system32\igdail64.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:30, 172032 bytes

   Driver: C:\windows\system32\igfxcmrt64.dll, 5.00.0000.1107 (English), 9/29/2015 20:31:31, 163264 bytes

   Driver: C:\windows\system32\igfx11cmrt64.dll, 5.00.0000.1107 (English), 9/29/2015 20:31:31, 162240 bytes

   Driver: C:\windows\system32\igfxcmjit64.dll, 5.00.0000.1107 (English), 9/29/2015 20:31:31, 1565696 bytes

   Driver: C:\windows\system32\igdde64.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:30, 201368 bytes

   Driver: C:\windows\system32\IntelCpHDCPSvc.exe, 1.00.0000.0001 (English), 9/29/2015 20:31:31, 595560 bytes

   Driver: C:\windows\system32\igdusc64.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:31, 6318544 bytes

   Driver: C:\windows\system32\igc64.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:30, 12923944 bytes

   Driver: C:\windows\system32\igdmd64.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:31, 1630496 bytes

   Driver: C:\windows\SysWow64\igd10iumd32.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:30, 11253784 bytes

   Driver: C:\windows\SysWow64\igd10idpp32.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:30, 269360 bytes

   Driver: C:\windows\SysWow64\igd11dxva32.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:31, 30999408 bytes

   Driver: C:\windows\SysWow64\igd12umd32.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:30, 4989320 bytes

   Driver: C:\windows\SysWow64\igdumdim32.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:32, 35058120 bytes

   Driver: C:\windows\SysWow64\igdail32.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:30, 153600 bytes

   Driver: C:\windows\SysWow64\igdde32.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:30, 160680 bytes

   Driver: C:\windows\SysWow64\igfxcmrt32.dll, 5.00.0000.1107 (English), 9/29/2015 20:31:31, 140056 bytes

   Driver: C:\windows\SysWow64\igfx11cmrt32.dll, 5.00.0000.1107 (English), 9/29/2015 20:31:31, 140056 bytes

   Driver: C:\windows\SysWow64\igfxcmjit32.dll, 5.00.0000.1107 (English), 9/29/2015 20:31:31, 1156608 bytes

   Driver: C:\windows\SysWow64\igdusc32.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:31, 4866232 bytes

   Driver: C:\windows\SysWow64\igc32.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:30, 10553368 bytes

   Driver: C:\windows\SysWow64\igdmd32.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:31, 1301896 bytes

   Driver: C:\windows\SysWow64\iglhcp32.dll, 3.00.0001.0026 (English), 9/29/2015 20:31:31, 184352 bytes

   Driver: C:\windows\SysWow64\iglhsip32.dll, 9.00.0030.9000 (English), 9/29/2015 20:31:31, 1765408 bytes

   Driver: C:\windows\SysWow64\IntelCpHeciSvc.exe, 9.00.0031.9000 (English), 9/29/2015 20:31:31, 282216 bytes

   Driver: C:\windows\system32\iglhxs64.vp, 9/29/2015 20:31:31, 4674 bytes

   Driver: C:\windows\system32\iglhxo64.vp, 9/29/2015 20:31:31, 44025 bytes

   Driver: C:\windows\system32\iglhxc64.vp, 9/29/2015 20:31:31, 43494 bytes

   Driver: C:\windows\system32\iglhxg64.vp, 9/29/2015 20:31:31, 43256 bytes

   Driver: C:\windows\system32\iglhxo64_dev.vp, 9/29/2015 20:31:31, 42079 bytes

   Driver: C:\windows\system32\iglhxc64_dev.vp, 9/29/2015 20:31:31, 43816 bytes

   Driver: C:\windows\system32\iglhxg64_dev.vp, 9/29/2015 20:31:31, 43298 bytes

   Driver: C:\windows\system32\iglhxa64.vp, 9/29/2015 20:31:31, 1125 bytes

   Driver: C:\windows\system32\iglhxa64.cpa, 9/29/2015 20:31:31, 2813952 bytes

   Driver: C:\windows\system32\iglhcp64.dll, 3.00.0001.0026 (English), 9/29/2015 20:31:31, 220432 bytes

   Driver: C:\windows\system32\iglhsip64.dll, 9.00.0030.9000 (English), 9/29/2015 20:31:31, 1767992 bytes

   Driver: C:\windows\system32\cp_resources.bin, 9/29/2015 20:31:28, 511260 bytes

   Driver: C:\windows\system32\difx64.exe, 1.04.0003.0000 (English), 9/29/2015 20:31:28, 156264 bytes

   Driver: C:\windows\system32\igfxDH.dll, 6.15.0010.4293 (English), 9/29/2015 20:31:31, 724992 bytes

   Driver: C:\windows\system32\igfxDHLib.dll, 1.00.0000.0000 (Invariant Language), 9/29/2015 20:31:31, 64512 bytes

   Driver: C:\windows\system32\igfxDHLibv2_0.dll, 1.00.0000.0000 (Invariant Language), 9/29/2015 20:31:31, 73728 bytes

   Driver: C:\windows\system32\igfxDI.dll, 6.15.0010.4293 (English), 9/29/2015 20:31:31, 357888 bytes

   Driver: C:\windows\system32\igfxDILib.dll, 1.00.0000.0000 (Invariant Language), 9/29/2015 20:31:31, 11776 bytes

   Driver: C:\windows\system32\igfxDILibv2_0.dll, 1.00.0000.0000 (Invariant Language), 9/29/2015 20:31:31, 11776 bytes

   Driver: C:\windows\system32\igfxLHM.dll, 6.15.0010.4293 (English), 9/29/2015 20:31:31, 2030080 bytes

   Driver: C:\windows\system32\igfxLHMLib.dll, 1.00.0000.0000 (Invariant Language), 9/29/2015 20:31:31, 5120 bytes

   Driver: C:\windows\system32\igfxLHMLibv2_0.dll, 1.00.0000.0000 (Invariant Language), 9/29/2015 20:31:31, 5120 bytes

   Driver: C:\windows\system32\igfxSDK.exe, 9/29/2015 20:31:31, 1007720 bytes

   Driver: C:\windows\system32\igfxSDKLib.dll, 1.00.0000.0000 (Invariant Language), 9/29/2015 20:31:31, 83456 bytes

   Driver: C:\windows\system32\igfxSDKLibv2_0.dll, 1.00.0000.0000 (Invariant Language), 9/29/2015 20:31:31, 94208 bytes

   Driver: C:\windows\system32\igfxEM.exe, 6.15.0010.4293 (English), 9/29/2015 20:31:31, 327272 bytes

   Driver: C:\windows\system32\igfxEMLib.dll, 1.00.0000.0000 (Invariant Language), 9/29/2015 20:31:31, 10240 bytes

   Driver: C:\windows\system32\igfxEMLibv2_0.dll, 1.00.0000.0000 (Invariant Language), 9/29/2015 20:31:31, 10240 bytes

   Driver: C:\windows\system32\GfxUIEx.exe, 6.15.0010.4293 (English), 9/29/2015 20:31:29, 448104 bytes

   Driver: C:\windows\system32\Gfxv4_0.exe, 8.15.0010.4293 (English), 9/29/2015 20:31:29, 929896 bytes

   Driver: C:\windows\system32\Gfxv4_0.exe.config, 9/29/2015 20:31:29, 935 bytes

   Driver: C:\windows\system32\Gfxv2_0.exe, 8.15.0010.4293 (English), 9/29/2015 20:31:29, 926312 bytes

   Driver: C:\windows\system32\Gfxv2_0.exe.config, 9/29/2015 20:31:29, 895 bytes

   Driver: C:\windows\system32\GfxResources.dll, 8.15.0010.4293 (English), 9/29/2015 20:31:29, 5245440 bytes

   Driver: C:\windows\system32\MetroIntelGenericUIFramework.dll, 1.00.0000.0000 (English), 9/29/2015 20:31:32, 608768 bytes

   Driver: C:\windows\system32\igfxCUIServicePS.dll, 9/29/2015 20:31:31, 86016 bytes

   Driver: C:\windows\system32\igfxCUIService.exe, 6.15.0010.4293 (English), 9/29/2015 20:31:31, 350312 bytes

   Driver: C:\windows\system32\igfxCPL.cpl, 9/29/2015 20:31:31, 256000 bytes

   Driver: C:\windows\system32\igfxTray.exe, 9/29/2015 20:31:31, 395880 bytes

   Driver: C:\windows\system32\igfxDTCM.dll, 6.15.0010.4293 (English), 9/29/2015 20:31:31, 243200 bytes

   Driver: C:\windows\system32\igfxHK.exe, 6.15.0010.4293 (English), 9/29/2015 20:31:31, 248424 bytes

   Driver: C:\windows\system32\igfxOSP.dll, 6.15.0010.4293 (English), 9/29/2015 20:31:31, 386048 bytes

   Driver: C:\windows\system32\DPTopologyApp.exe, 8.15.0010.4293 (English), 9/29/2015 20:31:28, 213608 bytes

   Driver: C:\windows\system32\DPTopologyApp.exe.config, 9/29/2015 20:31:28, 935 bytes

   Driver: C:\windows\system32\DPTopologyAppv2_0.exe, 8.15.0010.4293 (English), 9/29/2015 20:31:28, 213096 bytes

   Driver: C:\windows\system32\DPTopologyAppv2_0.exe.config, 9/29/2015 20:31:28, 895 bytes

   Driver: C:\windows\system32\igfxext.exe, 6.15.0010.4293 (English), 9/29/2015 20:31:31, 218216 bytes

   Driver: C:\windows\system32\igfxexps.dll, 6.15.0010.4293 (English), 9/29/2015 20:31:31, 36616 bytes

   Driver: C:\windows\system32\ColorImageEnhancement.wmv, 9/29/2015 20:31:28, 375173 bytes

   Driver: C:\windows\system32\ImageStabilization.wmv, 9/29/2015 20:31:31, 403671 bytes

   Driver: C:\windows\system32\FilmModeDetection.wmv, 9/29/2015 20:31:29, 641530 bytes

   Driver: C:\windows\SysWow64\igfxexps32.dll, 6.15.0010.4293 (English), 9/29/2015 20:31:31, 35328 bytes

   Driver: C:\windows\system32\ig9icd64.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:30, 13266432 bytes

   Driver: C:\windows\SysWow64\ig9icd32.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:30, 10059264 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\llvm_release_license.txt, 9/29/2015 20:31:32, 1981 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\readme.txt, 9/29/2015 20:31:32, 9788 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\version.ini, 9/29/2015 20:31:33, 34 bytes

   Driver: C:\windows\SysWow64\Intel_OpenCL_ICD32.dll, 2.00.0002.0000 (English), 9/29/2015 20:31:31, 86528 bytes

   Driver: C:\windows\SysWow64\IntelOpenCL32.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:31, 300032 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\task_executor32.dll, 5.02.0000.10083 (English), 9/29/2015 20:31:33, 355840 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\OclCpuBackend32.dll, 5.02.0000.10083 (English), 9/29/2015 20:31:33, 7109120 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\intelocl32.dll, 5.02.0000.10083 (English), 9/29/2015 20:31:33, 1348608 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\cpu_device32.dll, 5.02.0000.10083 (English), 9/29/2015 20:31:32, 505344 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfnn8.rtl, 9/29/2015 20:31:32, 1223604 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfnn8_img_cbk.o, 9/29/2015 20:31:32, 296664 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfnn8_img_cbk.rtl, 9/29/2015 20:31:32, 389300 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfng9.rtl, 9/29/2015 20:31:32, 1157132 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfng9_img_cbk.o, 9/29/2015 20:31:32, 287436 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfng9_img_cbk.rtl, 9/29/2015 20:31:32, 389180 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfns9.rtl, 9/29/2015 20:31:32, 785172 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfns9_img_cbk.o, 9/29/2015 20:31:32, 249992 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfns9_img_cbk.rtl, 9/29/2015 20:31:32, 350952 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clang_compiler32.dll, 5.02.0000.10083 (English), 9/29/2015 20:31:32, 225280 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_n8.dll, 3.04.0000.0000 (English), 9/29/2015 20:31:32, 5005312 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_g9.dll, 3.04.0000.0000 (English), 9/29/2015 20:31:32, 5342720 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_s9.dll, 3.04.0000.0000 (English), 9/29/2015 20:31:32, 5220864 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\tbb\tbbmalloc.dll, 4.02.2014.0601 (English), 9/29/2015 20:31:33, 191120 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\tbb\tbb.dll, 4.02.2014.0601 (English), 9/29/2015 20:31:33, 342672 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\tbb\tbb_preview.dll, 4.02.2013.1002 (), 9/29/2015 20:31:33, 338576 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\common\clbltfnshared.rtl, 9/29/2015 20:31:32, 1026520 bytes

   Driver: C:\windows\system32\Intel_OpenCL_ICD64.dll, 2.00.0002.0000 (English), 9/29/2015 20:31:31, 82432 bytes

   Driver: C:\windows\system32\IntelOpenCL64.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:31, 397824 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\task_executor64.dll, 5.02.0000.10083 (English), 9/29/2015 20:31:33, 411136 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\OclCpuBackend64.dll, 5.02.0000.10083 (English), 9/29/2015 20:31:33, 9611776 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\intelocl64.dll, 5.02.0000.10083 (English), 9/29/2015 20:31:33, 1593344 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\cpu_device64.dll, 5.02.0000.10083 (English), 9/29/2015 20:31:32, 651776 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnh8.rtl, 9/29/2015 20:31:32, 1226660 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnh8_img_cbk.o, 9/29/2015 20:31:32, 358288 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnh8_img_cbk.rtl, 9/29/2015 20:31:32, 402580 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfne9.rtl, 9/29/2015 20:31:32, 1159784 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfne9_img_cbk.o, 9/29/2015 20:31:32, 347104 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfne9_img_cbk.rtl, 9/29/2015 20:31:32, 402468 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnl9.rtl, 9/29/2015 20:31:32, 788292 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnl9_img_cbk.o, 9/29/2015 20:31:32, 294032 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnl9_img_cbk.rtl, 9/29/2015 20:31:32, 364424 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clang_compiler64.dll, 5.02.0000.10083 (English), 9/29/2015 20:31:32, 250368 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\__ocl_svml_h8.dll, 3.04.0000.0000 (English), 9/29/2015 20:31:32, 5216768 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\__ocl_svml_e9.dll, 3.04.0000.0000 (English), 9/29/2015 20:31:32, 5727232 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\__ocl_svml_l9.dll, 3.04.0000.0000 (English), 9/29/2015 20:31:32, 5609984 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\tbb\tbbmalloc.dll, 4.02.2014.0601 (English), 9/29/2015 20:31:33, 231056 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\tbb\tbb.dll, 4.02.2014.0601 (English), 9/29/2015 20:31:33, 421008 bytes

   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\tbb\tbb_preview.dll, 4.02.2013.1002 (), 9/29/2015 20:31:33, 416400 bytes

   Driver: C:\windows\SysWow64\IntelOpenCL32.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:31, 300032 bytes

   Driver: C:\windows\SysWow64\igdbcl32.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:30, 370688 bytes

   Driver: C:\windows\SysWow64\igdrcl32.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:31, 4102656 bytes

   Driver: C:\windows\SysWow64\common_clang32.dll, 4.00.0000.0000 (English), 9/29/2015 20:31:29, 19844096 bytes

   Driver: C:\windows\SysWow64\igdmcl32.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:31, 3951104 bytes

   Driver: C:\windows\SysWow64\igdfcl32.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:30, 207872 bytes

   Driver: C:\windows\system32\IntelOpenCL64.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:31, 397824 bytes

   Driver: C:\windows\system32\igdbcl64.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:30, 421888 bytes

   Driver: C:\windows\system32\igdrcl64.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:31, 4664832 bytes

   Driver: C:\windows\system32\common_clang64.dll, 4.00.0000.0000 (English), 9/29/2015 20:31:30, 29084160 bytes

   Driver: C:\windows\system32\igdmcl64.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:31, 5666304 bytes

   Driver: C:\windows\system32\igdfcl64.dll, 10.18.0015.4293 (English), 9/29/2015 20:31:30, 249344 bytes

   Driver: C:\windows\system32\igdclbif.bin, 9/29/2015 20:31:30, 7957573 bytes

   Driver: C:\Program Files\Intel\Media SDK\libmfxhw32.dll, 6.15.0009.0011 (English), 9/29/2015 20:31:32, 8635008 bytes

   Driver: C:\Program Files\Intel\Media SDK\mfxplugin32_hw.dll, 1.15.0009.0011 (English), 9/29/2015 20:31:32, 741528 bytes

   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_h264ve_32.dll, 6.15.0009.0015 (English), 9/29/2015 20:31:32, 1333320 bytes

   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_mjpgvd_32.dll, 6.15.0009.0015 (English), 9/29/2015 20:31:32, 1261720 bytes

   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_vp8vd_32.dll, 6.15.0009.0015 (English), 9/29/2015 20:31:32, 1268888 bytes

   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_vp9vd_32.dll, 6.15.0009.0015 (English), 9/29/2015 20:31:32, 1268888 bytes

   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_h265ve_32.dll, 6.15.0009.0015 (English), 9/29/2015 20:31:32, 1343632 bytes

   Driver: C:\Program Files\Intel\Media SDK\h265e_32.vp, 9/29/2015 20:31:29, 53453 bytes

   Driver: C:\Program Files\Intel\Media SDK\he_32.vp, 9/29/2015 20:31:29, 52549 bytes

   Driver: C:\Program Files\Intel\Media SDK\c_32.cpa, 9/29/2015 20:31:28, 846855 bytes

   Driver: C:\Program Files\Intel\Media SDK\cpa_32.vp, 9/29/2015 20:31:28, 993 bytes

   Driver: C:\Program Files\Intel\Media SDK\dev_32.vp, 9/29/2015 20:31:28, 21523 bytes

   Driver: C:\Program Files\Intel\Media SDK\mj_32.vp, 9/29/2015 20:31:32, 48893 bytes

   Driver: C:\Program Files\Intel\Media SDK\libmfxhw64.dll, 6.15.0009.0011 (English), 9/29/2015 20:31:32, 9266392 bytes

   Driver: C:\Program Files\Intel\Media SDK\mfxplugin64_hw.dll, 1.15.0009.0011 (English), 9/29/2015 20:31:32, 873624 bytes

   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_h264ve_64.dll, 6.15.0009.0015 (English), 9/29/2015 20:31:32, 1639736 bytes

   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_mjpgvd_64.dll, 6.15.0009.0015 (English), 9/29/2015 20:31:32, 1547416 bytes

   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_vp8vd_64.dll, 6.15.0009.0015 (English), 9/29/2015 20:31:32, 1555096 bytes

   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_vp9vd_64.dll, 6.15.0009.0015 (English), 9/29/2015 20:31:32, 1555096 bytes

   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_h265ve_64.dll, 6.15.0009.0015 (English), 9/29/2015 20:31:32, 1650584 bytes

   Driver: C:\Program Files\Intel\Media SDK\h265e_64.vp, 9/29/2015 20:31:29, 11281 bytes

   Driver: C:\Program Files\Intel\Media SDK\he_64.vp, 9/29/2015 20:31:29, 10897 bytes

   Driver: C:\Program Files\Intel\Media SDK\c_64.cpa, 9/29/2015 20:31:29, 1519616 bytes

   Driver: C:\Program Files\Intel\Media SDK\cpa_64.vp, 9/29/2015 20:31:28, 993 bytes

   Driver: C:\Program Files\Intel\Media SDK\dev_64.vp, 9/29/2015 20:31:28, 21523 bytes

   Driver: C:\Program Files\Intel\Media SDK\mj_64.vp, 9/29/2015 20:31:32, 10573 bytes

   Driver: C:\windows\system32\IntelWiDiMCComp64.dll, 6.05.0047.0000 (English), 9/29/2015 20:31:31, 331776 bytes

   Driver: C:\windows\system32\IntelWiDiUtils64.dll, 6.05.0039.0000 (English), 9/29/2015 20:31:32, 313856 bytes

   Driver: C:\windows\system32\IntelWiDiLogServer64.dll, 6.05.0039.0000 (English), 9/29/2015 20:31:31, 143872 bytes

   Driver: C:\windows\system32\IntelWiDiUMS64.exe, 6.05.0047.0000 (English), 9/29/2015 20:31:32, 517736 bytes

   Driver: C:\windows\system32\igfxCoIn_v4293.dll, 1.03.0007.0000 (English), 9/29/2015 20:31:31, 189952 bytes

   Driver: C:\windows\system32\DisplayAudiox64.cab, 9/29/2015 20:31:28, 816487 bytes

     Name: Intel(R) Serial IO I2C Host Controller - 9D61

Device ID: PCI\VEN_8086&DEV_9D61&SUBSYS_72708086&REV_21\3&11583659&0&A9

   Driver: C:\windows\system32\DRIVERS\iaLPSS2_I2C.sys, 30.63.1519.0007 (English), 9/25/2015 00:57:44, 185128 bytes

------------------

DirectShow Filters

------------------

DirectShow Filters:

WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,10.00.10240.16384

WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,10.00.10240.16384

WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,10.00.10240.16384

MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,10.00.10240.16384

Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,10.00.10240.16384

WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,10.00.10240.16384

WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,10.00.10240.16384

Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,10.00.10240.16384

Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,10.00.10240.16384

DV Muxer,0x00400000,0,0,qdv.dll,10.00.10240.16384

Color Space Converter,0x00400001,1,1,quartz.dll,10.00.10240.16384

WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.10240.16384

AVI Splitter,0x00600000,1,1,quartz.dll,10.00.10240.16384

VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,10.00.10240.16384

SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,10.00.10240.16384

Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.10255.0000

AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,10.00.10240.16384

StreamBufferSink,0x00200000,0,0,sbe.dll,10.00.10240.16384

MJPEG Decompressor,0x00600000,1,1,quartz.dll,10.00.10240.16384

MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,10.00.10240.16384

SAMI (CC) Parser,0x00400000,1,1,quartz.dll,10.00.10240.16384

VBI Codec,0x00600000,1,4,VBICodec.ax,10.00.10240.16384

MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,10.00.10240.16384

Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,10.00.10240.16384

SBE2FileScan,0x00200000,0,0,sbe.dll,10.00.10240.16384

Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.10240.16384

Intel SoC YUV Copy Filter,0x00400000,1,1,IntelSocYuvCopy64.dll,1.00.0000.0001

Internal Script Command Renderer,0x00800001,1,0,quartz.dll,10.00.10240.16384

MPEG Audio Decoder,0x03680001,1,1,quartz.dll,10.00.10240.16384

DV Splitter,0x00600000,1,2,qdv.dll,10.00.10240.16384

Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,10.00.10240.16384

Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,12.00.10240.16384

ACM Wrapper,0x00600000,1,1,quartz.dll,10.00.10240.16384

Video Renderer,0x00800001,1,0,quartz.dll,10.00.10240.16384

MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,10.00.10240.16384

Line 21 Decoder,0x00600000,1,1,,

Video Port Manager,0x00600000,2,1,quartz.dll,10.00.10240.16384

Video Renderer,0x00400000,1,0,quartz.dll,10.00.10240.16384

VPS Decoder,0x00200000,0,0,WSTPager.ax,10.00.10240.16384

WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.10240.16384

VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,10.00.10240.16384

File writer,0x00200000,1,0,qcap.dll,10.00.10240.16384

DVD Navigator,0x00200000,0,3,qdvd.dll,10.00.10240.16384

Overlay Mixer2,0x00200000,1,1,,

Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.10240.16384

WST Pager,0x00200000,1,1,WSTPager.ax,10.00.10240.16384

MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,10.00.10240.16384

DV Video Decoder,0x00800000,1,1,qdv.dll,10.00.10240.16384

SampleGrabber,0x00200000,1,1,qedit.dll,10.00.10240.16384

Null Renderer,0x00200000,1,0,qedit.dll,10.00.10240.16384

MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,10.00.10240.16384

Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,10.00.10240.16384

StreamBufferSource,0x00200000,0,0,sbe.dll,10.00.10240.16384

Smart Tee,0x00200000,1,2,qcap.dll,10.00.10240.16384

Overlay Mixer,0x00200000,0,0,,

AVI Decompressor,0x00600000,1,1,quartz.dll,10.00.10240.16384

AVI/WAV File Source,0x00400000,0,2,quartz.dll,10.00.10240.16384

Wave Parser,0x00400000,1,1,quartz.dll,10.00.10240.16384

MIDI Parser,0x00400000,1,1,quartz.dll,10.00.10240.16384

Multi-file Parser,0x00400000,1,1,quartz.dll,10.00.10240.16384

File stream renderer,0x00400000,1,1,quartz.dll,10.00.10240.16384

Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,12.00.10132.0000

StreamBufferSink2,0x00200000,0,0,sbe.dll,10.00.10240.16384

AVI Mux,0x00200000,1,0,qcap.dll,10.00.10240.16384

Line 21 Decoder 2,0x00600002,1,1,quartz.dll,10.00.10240.16384

File Source (Async.),0x00400000,0,1,quartz.dll,10.00.10240.16384

File Source (URL),0x00400000,0,1,quartz.dll,10.00.10240.16384

Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,10.00.10240.16384

Enhanced Video Renderer,0x00200000,1,0,evr.dll,10.00.10240.16384

BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,10.00.10240.16384

MPEG Video Decoder,0x40000001,1,1,quartz.dll,10.00.10240.16384

WDM Streaming Tee/Splitter Devices:

Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,10.00.10240.16384

Video Compressors:

WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,10.00.10240.16384

WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,10.00.10240.16384

MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,10.00.10240.16384

DV Video Encoder,0x00200000,0,0,qdv.dll,10.00.10240.16384

MJPEG Compressor,0x00200000,0,0,quartz.dll,10.00.10240.16384

Audio Compressors:

WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,10.00.10240.16384

WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,10.00.10240.16384

IMA ADPCM,0x00200000,1,1,quartz.dll,10.00.10240.16384

PCM,0x00200000,1,1,quartz.dll,10.00.10240.16384

Microsoft ADPCM,0x00200000,1,1,quartz.dll,10.00.10240.16384

GSM 6.10,0x00200000,1,1,quartz.dll,10.00.10240.16384

CCITT A-Law,0x00200000,1,1,quartz.dll,10.00.10240.16384

CCITT u-Law,0x00200000,1,1,quartz.dll,10.00.10240.16384

MPEG Layer-3,0x00200000,1,1,quartz.dll,10.00.10240.16384

Audio Capture Sources:

Microphone Array (Realtek High Definition Audio(SST)),0x00200000,0,0,qcap.dll,10.00.10240.16384

PBDA CP Filters:

PBDA DTFilter,0x00600000,1,1,CPFilters.dll,10.00.10240.16384

PBDA ETFilter,0x00200000,0,0,CPFilters.dll,10.00.10240.16384

PBDA PTFilter,0x00200000,0,0,CPFilters.dll,10.00.10240.16384

Midi Renderers:

Default MidiOut Device,0x00800000,1,0,quartz.dll,10.00.10240.16384

Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,10.00.10240.16384

WDM Streaming Capture Devices:

Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,10.00.10240.16384

,0x00000000,0,0,,

Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,10.00.10240.16384

,0x00000000,0,0,,

Realtek HD Audio Mic Array input,0x00200000,1,1,ksproxy.ax,10.00.10240.16384

Microsoft Camera Rear,0x00200000,0,3,ksproxy.ax,10.00.10240.16384

Microsoft Camera Front,0x00200000,0,3,ksproxy.ax,10.00.10240.16384

WDM Streaming Rendering Devices:

Realtek HD Audio 2nd output with SST,0x00200000,2,2,ksproxy.ax,10.00.10240.16384

Realtek HD Audio output with SST,0x00200000,2,2,ksproxy.ax,10.00.10240.16384

BDA Network Providers:

Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10240.16384

Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10240.16384

Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10240.16384

Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10240.16384

Microsoft Network Provider,0x00200000,0,1,MSNP.ax,10.00.10240.16384

Video Capture Sources:

Microsoft Camera Rear,0x00200000,0,3,ksproxy.ax,10.00.10240.16384

Microsoft Camera Front,0x00200000,0,3,ksproxy.ax,10.00.10240.16384

Multi-Instance Capable VBI Codecs:

VBI Codec,0x00600000,1,4,VBICodec.ax,10.00.10240.16384

BDA Transport Information Renderers:

BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,10.00.10240.16384

MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,10.00.10240.16384

BDA CP/CA Filters:

Decrypt/Tag,0x00600000,1,1,EncDec.dll,10.00.10240.16384

Encrypt/Tag,0x00200000,0,0,EncDec.dll,10.00.10240.16384

PTFilter,0x00200000,0,0,EncDec.dll,10.00.10240.16384

XDS Codec,0x00200000,0,0,EncDec.dll,10.00.10240.16384

WDM Streaming Communication Transforms:

Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,10.00.10240.16384

Audio Renderers:

Speakers (Realtek High Definition Audio(SST)),0x00200000,1,0,quartz.dll,10.00.10240.16384

Default DirectSound Device,0x00800000,1,0,quartz.dll,10.00.10240.16384

Default WaveOut Device,0x00200000,1,0,quartz.dll,10.00.10240.16384

DirectSound: Speakers (Realtek High Definition Audio(SST)),0x00200000,1,0,quartz.dll,10.00.10240.16384

----------------------------

Preferred DirectShow Filters

----------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\DirectShow\Preferred]

<media subtype GUID>, [<filter friendly name>, ]<filter CLSID>

MEDIASUBTYPE_MPEG1Payload, MPEG Video Decoder, CLSID_CMpegVideoCodec

MEDIASUBTYPE_MPEG1Packet, MPEG Video Decoder, CLSID_CMpegVideoCodec

MEDIASUBTYPE_DVD_LPCM_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS

MEDIASUBTYPE_MPEG2_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS

MEDIASUBTYPE_MPEG2_VIDEO, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS

{78766964-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject

{7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject

MEDIASUBTYPE_mp4s, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject

{6C737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec

{64737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec

{64697678-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject

{64687664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec

{58564944-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject

{5634504D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject

MEDIASUBTYPE_MP4S, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject

MEDIASUBTYPE_WMVR, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject

MEDIASUBTYPE_WMVP, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject

MEDIASUBTYPE_MJPG, MJPEG Decompressor, CLSID_MjpegDec

{44495658-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject

MEDIASUBTYPE_WMVA, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject

MEDIASUBTYPE_mpg4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject

MEDIASUBTYPE_MPG4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject

MEDIASUBTYPE_h264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS

MEDIASUBTYPE_H264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS

MEDIASUBTYPE_WMV3, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject

MEDIASUBTYPE_mp43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject

MEDIASUBTYPE_MP43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject

MEDIASUBTYPE_m4s2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject

MEDIASUBTYPE_WMV2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject

MEDIASUBTYPE_MSS2, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject

MEDIASUBTYPE_M4S2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject

MEDIASUBTYPE_WVP2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject

MEDIASUBTYPE_mp42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject

MEDIASUBTYPE_MP42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject

MEDIASUBTYPE_WMV1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject

MEDIASUBTYPE_MSS1, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject

MEDIASUBTYPE_WVC1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject

MEDIASUBTYPE_AVC1, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS

{20637664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec

MEDIASUBTYPE_MPEG_LOAS, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS

MEDIASUBTYPE_MPEG_ADTS_AAC, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS

MEDIASUBTYPE_WMAUDIO_LOSSLESS, WMAudio Decoder DMO, CLSID_CWMADecMediaObject

MEDIASUBTYPE_WMAUDIO3, WMAudio Decoder DMO, CLSID_CWMADecMediaObject

WMMEDIASUBTYPE_WMAudioV8, WMAudio Decoder DMO, CLSID_CWMADecMediaObject

MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder DMO, CLSID_CWMADecMediaObject

MEDIASUBTYPE_RAW_AAC1, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS

WMMEDIASUBTYPE_MP3, MP3 Decoder DMO, CLSID_CMP3DecMediaObject

MEDIASUBTYPE_MPEG1AudioPayload, MPEG Audio Decoder, CLSID_CMpegAudioCodec

WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject

WMMEDIASUBTYPE_WMSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject

---------------------------

Media Foundation Transforms

---------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms]

<category>:

  <transform friendly name>, <transform CLSID>, <flags>, [<merit>, ]<file name>, <file version>

Video Decoders:

  Intel® Hardware M-JPEG Decoder MFT, {00C69F81-0524-48C0-A353-4DD9D54F9A6E}, 0x6, 7, mfx_mft_mjpgvd_64.dll, 6.15.0009.0015

  Intel® Hardware VP9 Decoder MFT, {0C69E30B-A112-4A86-B496-35120CD745D5}, 0x6, mfx_mft_vp9vd_64.dll, 6.15.0009.0015

  Intel® Hardware VP8 Decoder MFT, {6D856398-834E-4A89-8EE5-071BB3F58BE4}, 0x6, mfx_mft_vp8vd_64.dll, 6.15.0009.0015

  Intel® Hardware VP9 Sync Decoder MFT, {07AB4BD2-1979-4FCD-A697-DF9AD15B34FE}, 0x1, mfx_mft_vp9vd_64.dll, 6.15.0009.0015

  Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}, 0x1, msmpeg2vdec.dll, 12.00.10255.0000

  DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}, 0x1, mfdvdec.dll, 10.00.10240.16384

  Microsoft H265 Video Decoder MFT, {420A51A3-D605-430C-B4FC-45274FA6C562}, 0x1, hevcdecoder.dll, 10.00.10240.16515

  Intel® Hardware VP8 Sync Decoder MFT, {451E3CB7-2622-4BA5-8E1D-44B3C41D0924}, 0x1, mfx_mft_vp8vd_64.dll, 6.15.0009.0015

  Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT, 0x1, mp4sdecd.dll, 10.00.10240.16384

  Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT, 0x1, msmpeg2vdec.dll, 12.00.10255.0000

  WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject, 0x1, wmvsdecd.dll, 10.00.10240.16384

  WMVideo Decoder MFT, CLSID_CWMVDecMediaObject, 0x1, wmvdecod.dll, 10.00.10240.16384

  MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}, 0x1, mfmjpegdec.dll, 10.00.10240.16384

  Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject, 0x1, mp43decd.dll, 10.00.10240.16384

  Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject, 0x1, mpg4decd.dll, 10.00.10240.16384

Video Encoders:

  Intel® Quick Sync Video H.264 Encoder MFT, {4BE8D3C0-0515-4A37-AD55-E4BAE19AF471}, 0x4, 7, mfx_mft_h264ve_64.dll, 6.15.0009.0015

  Intel® Hardware H265 Encoder MFT, {BC10864D-2B34-408F-912A-102B1B867B6C}, 0x4, 7, mfx_mft_h265ve_64.dll, 6.15.0009.0015

  H264 Encoder MFT, {6CA50344-051A-4DED-9779-A43305165E35}, 0x1, mfh264enc.dll, 10.00.10240.16384

  WMVideo8 Encoder MFT, CLSID_CWMVXEncMediaObject, 0x1, wmvxencd.dll, 10.00.10240.16384

  H263 Encoder MFT, {BC47FCFE-98A0-4F27-BB07-698AF24F2B38}, 0x1, mfh263enc.dll, 10.00.10240.16384

  WMVideo9 Encoder MFT, CLSID_CWMV9EncMediaObject, 0x1, wmvencod.dll, 10.00.10240.16384

  Microsoft MPEG-2 Video Encoder MFT, {E6335F02-80B7-4DC4-ADFA-DFE7210D20D5}, 0x2, msmpeg2enc.dll, 12.00.10240.16384

  H265 Encoder MFT, {F2F84074-8BCA-40BD-9159-E880F673DD3B}, 0x1, mfh265enc.dll, 10.00.10240.16384

Video Effects:

  Frame Rate Converter, CLSID_CFrameRateConvertDmo, 0x1, mfvdsp.dll, 10.00.10240.16384

  Resizer MFT, CLSID_CResizerDMO, 0x1, vidreszr.dll, 10.00.10240.16384

  VideoStabilization MFT, {51571744-7FE4-4FF2-A498-2DC34FF74F1B}, 0x1, MSVideoDSP.dll, 10.00.10240.16384

  Color Control, CLSID_CColorControlDmo, 0x1, mfvdsp.dll, 10.00.10240.16384

  Color Converter MFT, CLSID_CColorConvertDMO, 0x1, colorcnv.dll, 10.00.10240.16384

Video Processor:

  Microsoft Video Processor MFT, {88753B26-5B24-49BD-B2E7-0C445C78C982}, 0x1, msvproc.dll, 12.00.10240.16384

Audio Decoders:

  Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}, 0x1, DolbyDecMFT.dll, 10.00.10240.16384

  MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}, 0x1, MSAMRNBDecoder.dll, 10.00.10240.16384

  WMAudio Decoder MFT, CLSID_CWMADecMediaObject, 0x1, WMADMOD.DLL, 10.00.10240.16384

  Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT, 0x1, MSAudDecMFT.dll, 10.00.10240.16384

  A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}, 0x1, mfcore.dll, 12.00.10240.16515

  GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}, 0x1, mfcore.dll, 12.00.10240.16515

  WMAPro over S/PDIF MFT, CLSID_CWMAudioSpdTxDMO, 0x1, WMADMOD.DLL, 10.00.10240.16384

  Microsoft FLAC Audio Decoder MFT, {6B0B3E6B-A2C5-4514-8055-AFE8A95242D9}, 0x1, MSFlacDecoder.dll, 10.00.10240.16384

  Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}, 0x1, MSAudDecMFT.dll, 10.00.10240.16384

  WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject, 0x1, WMSPDMOD.DLL, 10.00.10240.16384

  G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}, 0x1, mfcore.dll, 12.00.10240.16515

  IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}, 0x1, mfcore.dll, 12.00.10240.16515

  MP3 Decoder MFT, CLSID_CMP3DecMediaObject, 0x1, mp3dmod.dll, 10.00.10240.16384

  Microsoft ALAC Audio Decoder MFT, {C0CD7D12-31FC-4BBC-B363-7322EE3E1879}, 0x1, MSAlacDecoder.dll, 10.00.10240.16384

  ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}, 0x1, mfcore.dll, 12.00.10240.16515

Audio Encoders:

  LPCM DVD-Audio MFT, {068A8476-9229-4CC0-9D49-2FC699DCD30A}, 0x1, winmde.dll, 12.00.10240.16515

  MP3 Encoder ACM Wrapper MFT, {11103421-354C-4CCA-A7A3-1AFF9A5B6701}, 0x1, mfcore.dll, 12.00.10240.16515

  Microsoft FLAC Audio Encoder MFT, {128509E9-C44E-45DC-95E9-C255B8F466A6}, 0x1, MSFlacEncoder.dll, 10.00.10240.16384

  WM Speech Encoder DMO, CLSID_CWMSPEncMediaObject2, 0x1, WMSPDMOE.DLL, 10.00.10240.16384

  MS AMRNB Encoder MFT, {2FAE8AFE-04A3-423A-A814-85DB454712B0}, 0x1, MSAMRNBEncoder.dll, 10.00.10240.16384

  Microsoft MPEG-2 Audio Encoder MFT, {46A4DD5C-73F8-4304-94DF-308F760974F4}, 0x1, msmpeg2enc.dll, 12.00.10240.16384

  WMAudio Encoder MFT, CLSID_CWMAEncMediaObject, 0x1, WMADMOE.DLL, 10.00.10240.16384

  Microsoft AAC Audio Encoder MFT, {93AF0C51-2275-45D2-A35B-F2BA21CAED00}, 0x1, mfAACEnc.dll, 10.00.10240.16384

  Microsoft ALAC Audio Encoder MFT, {9AB6A28C-748E-4B6A-BFFF-CC443B8E8FB4}, 0x1, MSAlacEncoder.dll, 10.00.10240.16384

  Microsoft Dolby Digital Encoder MFT, {AC3315C9-F481-45D7-826C-0B406C1F64B8}, 0x1, msac3enc.dll, 10.00.10240.16384

Audio Effects:

  AEC, CLSID_CWMAudioAEC, 0x1, mfwmaaec.dll, 10.00.10240.16384

  Resampler MFT, CLSID_CResamplerMediaObject, 0x1, resampledmo.dll, 10.00.10240.16384

Multiplexers:

  Microsoft MPEG2 Multiplexer MFT, {AB300F71-01AB-46D2-AB6C-64906CB03258}, 0x2, mfmpeg2srcsnk.dll, 12.00.10240.16412

Others:

  Microsoft H264 Video Remux (MPEG2TSToMP4) MFT, {05A47EBB-8BF0-4CBF-AD2F-3B71D75866F5}, 0x1, msmpeg2vdec.dll, 12.00.10255.0000

--------------------------------------------

Media Foundation Enabled Hardware Categories

--------------------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\HardwareMFT]

EnableEncoders = 1

EnableDecoders = 1

-------------------------------------

Media Foundation Byte Stream Handlers

-------------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\ByteStreamHandlers]

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]

<file ext. or MIME type>, <handler CLSID>, <brief description>[, Preferred]

.3g2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

.3gp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

.3gp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

.3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

.aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred

.ac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred

.adt, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred

.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred

.am?, {EFE6208A-0A2C-49FA-8A01-3768B559B6DA}, MF AMRNB Media Source ByteStreamHandler

.amr, {EFE6208A-0A2C-49FA-8A01-3768B559B6DA}, MF AMRNB Media Source ByteStreamHandler, Preferred

.asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred

.avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred

.dvr-ms, {65964407-A5D8-4060-85B0-1CCD63F768E2}, dvr-ms Byte Stream Handler, Preferred

.dvr-ms, {A8721937-E2FB-4D7A-A9EE-4EB08C890B6E}, MF SBE Source ByteStreamHandler

.ec3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred

.flac, {0E41CFB8-0506-40F4-A516-77CC23642D91}, MF FLAC Media Source ByteStreamHandler, Preferred

.m2t, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred

.m2ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred

.m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

.m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

.mk3d, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred

.mka, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred

.mks, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred

.mkv, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred

.mod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred

.mov, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

.mp2v, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred

.mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred

.mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

.mp4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

.mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred

.mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred

.mpg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred

.mts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred

.nsc, {B084785C-DDE0-4D30-8CA8-05A373E185BE}, NSC Byte Stream Handler, Preferred

.sami, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred

.smi, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred

.tod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred

.ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred

.tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred

.uvu, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

.vob, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred

.wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred

.wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred

.wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred

.wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred

.wtv, {65964407-A5D8-4060-85B0-1CCD63F768E2}, WTV Byte Stream Handler, Preferred

audio/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

audio/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

audio/aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred

audio/aacp, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred

audio/eac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred

audio/L16, {3FFB3B8C-EB99-472B-8902-E1C1B05F07CF}, LPCM Byte Stream Handler, Preferred

audio/mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred

audio/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

audio/MP4A-LATM, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

audio/mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred

audio/mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred

audio/mpeg3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred

audio/vnd.dlna.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred

audio/vnd.dolby.dd-raw, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred

audio/wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred

audio/x-aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred

audio/x-m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

audio/x-matroska, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred

audio/x-mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred

audio/x-mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred

audio/x-ms-wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred

audio/x-wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred

video/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

video/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

video/avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred

video/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

video/mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred

video/msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred

video/vnd.dece.mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

video/vnd.dlna.mpeg-tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred

video/x-m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred

video/x-matroska, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred

video/x-ms-asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred

video/x-ms-wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred

video/x-ms-wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred

video/x-msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred

--------------------------------

Media Foundation Scheme Handlers

--------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\SchemeHandlers]

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]

<URL type>, <handler CLSID>, <brief description>[, Preferred]

file:, {477EC299-1421-4BDD-971F-7CCB933F21AD}, File Scheme Handler, Preferred

http:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler

http:, {9EC4B4F9-3029-45AD-947B-344DE2A249E2}, Urlmon Scheme Handler

http:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred

httpd:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler, Preferred

httpnd:, {2EEEED04-0908-4CDB-AF8F-AC5B768A34C9}, Drm Scheme Handler, Preferred

https:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred

httpsd:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred

httpt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred

httpu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred

mcast:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred

mcrecv:, {FA6D33D4-9405-4BA5-9983-12604AC8E77A}, Miracast Sink Scheme Handler, Preferred

mms:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred

ms-appdata:, {CFC81939-3886-4ACF-9692-DA58037AE716}, MsAppData Scheme Handler, Preferred

ms-appx-web:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppxWeb Scheme Handler, Preferred

ms-appx:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppx Scheme Handler, Preferred

ms-winsoundevent:, {F79A6BF9-7415-4CF3-AE10-4559509ABC3C}, Sound Event Scheme Handler, Preferred

rtsp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred

rtspt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred

rtspu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred

sdp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred

-------------------------------------

Preferred Media Foundation Transforms

-------------------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\Preferred]

<media subtype GUID>, [<transform friendly name>, ]<transform CLSID>

{E06D802C-DB46-11CF-B4D1-00805F6CBBEA}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}

MFVideoFormat_MPEG2, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}

MEDIASUBTYPE_DOLBY_DDPLUS, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}

{7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT

{73616D72-767A-494D-B478-F29D25DC9037}, MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}

MEDIASUBTYPE_mp4s, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT

MFVideoFormat_DVSL, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}

MFVideoFormat_DVSD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}

MFVideoFormat_DVHD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}

{63616C61-0000-0010-8000-00AA00389B71}, Microsoft ALAC Audio Decoder MFT, {C0CD7D12-31FC-4BBC-B363-7322EE3E1879}

MFVideoFormat_MP4V, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT

{53564548-0000-0010-8000-00AA00389B71}, Microsoft H265 Video Decoder MFT, {420A51A3-D605-430C-B4FC-45274FA6C562}

MFVideoFormat_MP4S, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT

{53314356-0000-0010-8000-00AA00389B71}, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject

MEDIASUBTYPE_WMVR, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject

MEDIASUBTYPE_WMVP, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject

MFVideoFormat_MJPG, MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}

{43564548-0000-0010-8000-00AA00389B71}, Microsoft H265 Video Decoder MFT, {420A51A3-D605-430C-B4FC-45274FA6C562}

MEDIASUBTYPE_WMVA, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject

{3F40F4F0-5622-4FF8-B6D8-A17A584BEE5E}, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT

MEDIASUBTYPE_mpg4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject

MEDIASUBTYPE_MPG4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject

MFVideoFormat_H264, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT

MFVideoFormat_WMV3, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject

{33363248-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT

MEDIASUBTYPE_mp43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject

MFVideoFormat_MP43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject

MEDIASUBTYPE_m4s2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT

MFVideoFormat_WMV2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject

MFVideoFormat_MSS2, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject

MFVideoFormat_M4S2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT

MEDIASUBTYPE_WVP2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject

MEDIASUBTYPE_mp42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject

MEDIASUBTYPE_MP42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject

MFVideoFormat_WMV1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject

MFVideoFormat_MSS1, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject

MFVideoFormat_MPG1, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}

MFVideoFormat_WVC1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject

MFVideoFormat_DVC, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}

{0000F1AC-0000-0010-8000-00AA00389B71}, Microsoft FLAC Audio Decoder MFT, {6B0B3E6B-A2C5-4514-8055-AFE8A95242D9}

{00007361-0000-0010-8000-00AA00389B71}, MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}

{00002000-0000-0010-8000-00AA00389B71}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}

MFAudioFormat_AAC, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT

MFAudioFormat_WMAudio_Lossless, WMAudio Decoder MFT, CLSID_CWMADecMediaObject

MFAudioFormat_WMAudioV9, WMAudio Decoder MFT, CLSID_CWMADecMediaObject

MFAudioFormat_WMAudioV8, WMAudio Decoder MFT, CLSID_CWMADecMediaObject

MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder MFT, CLSID_CWMADecMediaObject

MEDIASUBTYPE_RAW_AAC1, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT

MFAudioFormat_MP3, MP3 Decoder MFT, CLSID_CMP3DecMediaObject

MFAudioFormat_MPEG, Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}

{00000031-0000-0010-8000-00AA00389B71}, GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}

{00000011-0000-0010-8000-00AA00389B71}, IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}

WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject

MFAudioFormat_MSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject

KSDATAFORMAT_SUBTYPE_MULAW, G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}

{00000006-0000-0010-8000-00AA00389B71}, A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}

KSDATAFORMAT_SUBTYPE_ADPCM, ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}

-------------------------------------

Disabled Media Foundation Transforms

-------------------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\DoNotUse]

<transform CLSID>

------------------------

Disabled Media Sources

------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\DoNotUse]

<media source CLSID>

---------------

EVR Power Information

---------------

Current Setting: {651288E5-A7ED-4076-A96B-6CC62D848FE1} (Balanced)

  Quality Flags: 2576

    Enabled:

    Force throttling

    Allow half deinterlace

    Allow scaling

    Decode Power Usage: 100

  Balanced Flags: 1424

    Enabled:

    Force throttling

    Allow batching

    Force half deinterlace

    Force scaling

    Decode Power Usage: 50

  PowerFlags: 1424

    Enabled:

    Force throttling

    Allow batching

    Force half deinterlace

    Force scaling

    Decode Power Usage: 0

---------------

Diagnostics

---------------

Windows Error Reporting:

+++ WER0 +++:

Fault bucket , type 0

Event Name: LiveKernelEvent

Response: Not available

Cab Id: 0

Problem signature:

P1: 15c

P2: b

P3: 3

P4: ffffe001dabb4570

P5: ffffd0005ba57a50

P6: 10_0_10240

P7: 0_0

P8: 256_1

P9:

P10:

+++ WER1 +++:

Fault bucket 107699567085, type 1

Event Name: APPCRASH

Response: Not available

Cab Id: 0

Problem signature:

P1: adl.exe

P2: 3.2.0.2060

P3: 4f45e4fc

P4: SensorsApi.dll

P5: 10.0.10240.16515

P6: 55fa50d6

P7: c0000005

P8: 000282d7

P9:

P10:

+++ WER2 +++:

Fault bucket 50, type 5

Event Name: BEX

Response: Not available

Cab Id: 0

Problem signature:

P1: adl.exe

P2: 3.2.0.2060

P3: 4f45e4fc

P4: StackHash_bdcb

P5: 0.0.0.0

P6: 00000000

P7: PCH_E5_FROM_ntdll+0x0006919C

P8: c0000005

P9: 00000008

P10:

+++ WER3 +++:

Fault bucket 50, type 5

Event Name: BEX

Response: Not available

Cab Id: 0

Problem signature:

P1: adl.exe

P2: 15.0.0.356

P3: 544f1e2a

P4: StackHash_bdcb

P5: 0.0.0.0

P6: 00000000

P7: PCH_E5_FROM_ntdll+0x0006919C

P8: c0000005

P9: 00000008

P10:

+++ WER4 +++:

Fault bucket 50, type 5

Event Name: BEX

Response: Not available

Cab Id: 0

Problem signature:

P1: adl.exe

P2: 16.0.0.292

P3: 54cfd1ad

P4: StackHash_bdcb

P5: 0.0.0.0

P6: 00000000

P7: PCH_E5_FROM_ntdll+0x0006919C

P8: c0000005

P9: 00000008

P10:

+++ WER5 +++:

Fault bucket , type 0

Event Name: APPCRASH

Response: Not available

Cab Id: 0

Problem signature:

P1: adl.exe

P2: 19.0.0.213

P3: 5609a539

P4: SensorsApi.dll

P5: 10.0.10240.16515

P6: 55fa50d6

P7: c0000005

P8: 000282d7

P9:

P10:

+++ WER6 +++:

Fault bucket 107694845445, type 1

Event Name: APPCRASH

Response: Not available

Cab Id: 0

Problem signature:

P1: cameraTester.exe

P2: 10.2.153.1

P3: 4d79ab14

P4: IntelSocYuvCopy.dll

P5: 1.0.0.1

P6: 551cec9a

P7: c0000005

P8: 00006188

P9:

P10:

+++ WER7 +++:

Fault bucket 107681594398, type 1

Event Name: APPCRASH

Response: Not available

Cab Id: 0

Problem signature:

P1: halo5Armor.exe

P2: 0.0.0.0

P3: 5609a3e3

P4: IntelSocYuvCopy.dll

P5: 1.0.0.1

P6: 551cec9a

P7: c0000005

P8: 00006188

P9:

P10:

+++ WER8 +++:

Fault bucket 107694845445, type 1

Event Name: APPCRASH

Response: Not available

Cab Id: 0

Problem signature:

P1: cameraTester.exe

P2: 10.2.153.1

P3: 4d79ab14

P4: IntelSocYuvCopy.dll

P5: 1.0.0.1

P6: 551cec9a

P7: c0000005

P8: 00006188

P9:

P10:

+++ WER9 +++:

Fault bucket 50, type 5

Event Name: BEX

Response: Not available

Cab Id: 0

Problem signature:

P1: halo5Armor.exe

P2: 0.0.0.0

P3: 5609a3e3

P4: StackHash_bdcb

P5: 0.0.0.0

P6: 00000000

P7: PCH_53_FROM_ntdll+0x0006919C

P8: c0000005

P9: 00000008

P10:

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 30, 2015 Dec 30, 2015

Copy link to clipboard

Copied

Any update?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 15, 2016 Feb 15, 2016

Copy link to clipboard

Copied

hi,

I am having this error too. Please fix this!!!!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Feb 24, 2016 Feb 24, 2016

Copy link to clipboard

Copied

Hi all,

This issue has been fixed by Microsoft and made available for testing in the Windows Insider Preview program (https://insider.windows.com/).  We expect it to be made publicly available in a future Windows release.  Thanks for all the information you've provided and your patience while this was worked on.

Chris

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 07, 2016 Mar 07, 2016

Copy link to clipboard

Copied

Is there a specific KB or issue number from Microsoft that can be tracked for this?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Mar 07, 2016 Mar 07, 2016

Copy link to clipboard

Copied

Not that I'm aware of, at least not at this point.  Once this fix gets out of the Windows Insider program, I'm sure a KB will be assigned.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 06, 2016 Apr 06, 2016

Copy link to clipboard

Copied

Hi, Is there any further news on this?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 01, 2016 Jun 01, 2016

Copy link to clipboard

Copied

LATEST

Apparently not fixed (tested today) BUT I have a counterspell if you connect an USB camera.

Go to Parameters > Devices Manager > System devices > desactive Microsoft Camera Front, Microsoft Camera Back and Microsoft IR Camera Front.

Plug your usb camera and it works.

Tested with surface pro 4 i5 4Gb version and Logitech HD c920, windows 10 up to date, AIR 21.

Hope it help;

Cheers

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines