everyone.
I use this project. http://www.codeproject.com/Articles/437617/DirectShow-Virtual-Video-Capture-Source-Filter-in
It's work on GrabStupid. It's work on browser (for example in Google Chrome(->GH) (in older version) it's work but doesn't work in latest version). I start to searched the problem and find it! In older version (before 45...) GH used external Adobe Flash Player(->AFP) type: NSAPI, in latest version GH using AFP type: PPAPI. I don't know why but PPAPI don't understand my camera. I must get some specification - PPAPI understand camera (just as camera, as capture device) but can't grab data from this device.
How know why PPAPI can't grab data from my virtual device? What difference between NSAPI and PPAPI. What I must change in my this project for PPAPI start get data?