-
The original signal is not continous that cause the fft curve is not right, How do i configure to make the collected data continously?
![image](https://github.com/user-attachments/assets/eb273f72-4b9…
-
I get an EntryPointNotFoundException when I call
SharpDX.MediaFoundation.MediaFactory.CreateVideoSampleFromSurface(surfaceRef, out sample);
{"Unable to find an entry point named 'MFCreateVideoSample…
-
In the MFCaptureD3D Sample (in Win7Samples/multimedia/mediafoundation/
), it demonstrates how to preview video from a capture device. It works well, but I wonder if I could create the new demonstrati…
-
Hi!
After running `computerassistant`, I faced this error rigth here at the end of the logs:
```powershell
Requirement already satisfied: pycparser in c:\users\sans\appdata\local\programs\pyth…
-
Hello
I am using MediaFoundationReader and I get an exception when I call Read ().
But before that, the Position change and Read () call are normally called several times.
How to fix it?
Win 1…
-
Hi,
currently video-playback on pages using the qtwebkit-engine distributed via msys2 (alpha2, combined with qt5.9) does not work. This is kind of a known issue, but also a shame (imagine a browser…
-
I am using:
- Software: Python 3.8.11
- OS: Windows 10 Pro, x64, Version 21H1
- Camera: Flir Lepton 1.6, non-shuttered, slow video 9 Hz
- USB Adapter: Pure Thermal mini (fw:v1.0.0) [0200]
After…
-
比如我的编译参数为
```
--enable-libfreetype \
--enable-libharfbuzz \
--enable-libx264 \
--enable-libx265 \
--enable-mediafoundation \
--enable-dxva2 \
--enable-d3d11va \
--enable-d3d12va
```
如何传递给`a…
-
- [ ] Store fatal error in decoder & report to meta
- [x] Make unity `GetNextFrame` throw an exception on fatal error (in peek)
- [ ] Buffer up non-fatal errors (warnings?) and push to meta, flush …
-
Hello,
in my GUI app I am implementing audio player using NAudio. The way it is working now is that I am creating AudioFileReader, which I then pass into VolumeSampleProvider constructor as a source …