Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

No opencv_highgui module in OpenCV.sln solution file #74

@asic025

Description

@asic025

Hi all,
I am using the Microsoft/opencv repository to develop projects with Raspberry PI 3 with Windows IoT installed (Visual Studio 2015 - Windows 10 on local machine and Raspberry - Windows IoT as remote machine).

I need to open and show images with cv::namedWindow() and cv::imshow(), but when I build my program (even running for test at the local machine : x86 architecture) I get "error LNK2019: unresolved external symbol" on namedWindow() and imshow().

Loading OpenCV.sln solution from the repository (i.e. for x86 architecture) I note that no opencv_highgui module is listed in Visual Studio Solution Explorer, and in fact, after build, no opencv_highgui300[d].dll and no opencv_highgui300[d].lib is produced in bin and lib directories.

How can I solve the problem?

Thank you in advance for the support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions