Closed ispaddy closed 5 months ago
in my window i am click then blue rectangle disappears otherwise always on
what do you want to do so that the blue rectangle remains after clicking ?
Hi @AbhinavMalviya58 , the blue rectangle for face dection only disapears when I enabled MF_DEVICEMFT_DECODING_MEDIATYPE_NEEDED
Found a workaround to fix this issue, FYI
@@ -664,7 +664,7 @@ public:
#endif
)
{
- SetUINT32(MF_SD_VIDEO_SPHERICAL, TRUE);
+ //SetUINT32(MF_SD_VIDEO_SPHERICAL, TRUE);
}
STDMETHOD(AddMediaType)(
_Inout_ DWORD *pos,
Hi , there
If I enable
MF_DEVICEMFT_DECODING_MEDIATYPE_NEEDED
in/avstream/sampledevicemft/stdafx.h
, the face detection blue rectangle disappears in the Windows Camera App. Can anyone provide me with some advice? Many thanks :)