Ask Your Question

Swati's profile - activity

2014-01-30 23:05:10 -0600 commented question Difficulty using cvDisplayOverlay

Thanks for your reply, berak and StevenPuttemans

2014-01-30 08:15:02 -0600 commented question Difficulty using cvDisplayOverlay

I have included the appropriate header file highgui_c.h

2014-01-30 08:13:49 -0600 asked a question Difficulty using cvDisplayOverlay

My code works perfectly fine. But just when I add the below line:

cvDisplayOverlay("Camera", "Hey", 4000);

I get this error: unresolved external symbol extern C void __cdecl

I am unable to understand how can I remove the error?

Thanks