I have a C# WinForms application which invokes a win32 C++ DLL containing the DirectShow operations.
When I stream 13MP (4208 * 3120) from the camera, IMediaControl::Run() API fails with HRESULT value = E_OUTOFMEMORY.
I have checked my memory allocation and deallocations. Also, I tried enabling /LARGEADDRESSAWARE. I even tried to specify the heap commit size.
But still, the is exists.
Am I missing something? Please share your thoughts.
Thanks in Advance.