Items with no label
3335 Discussions

How to use librealsense on windows?

dzhou8
Novice
3,160 Views

Hello:

I download the librealsense from github. But I can't find the detail installation direction about using librealsense on windows operation system.

And My environment is Win10-64bit, VS2013, and realsense SR300.

When I download the librealsense package, I open realsense.sln in "librealsense-master/librealsense.vc12" using VS2013. Then I build the project.

But it comes two LINK errors:

error LINK1104: can't open the file realsense-sd.lib

error LINK1104: can't open the file realsense-d.lib.

I don't know how to slove it.

Can you give me some suggestions?

Thank you very much.

0 Kudos
1 Solution
dzhou8
Novice
1,021 Views

OK.

The problem is the version of VS2013 is not update 4 or later.

I update VS2013 to update 5.

And it works.

I also appreciate MartyG's help.

(●'◡'●)

View solution in original post

0 Kudos
6 Replies
MartyG
Honored Contributor III
1,021 Views

I remembered I had directed someone else to the Librealsense Windows installation instructions in the past and managed to dig up the link to those instructions. There is not much information in them though - it is more like a note than a guide!

https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_windows.md librealsense/installation_windows.md at master · IntelRealSense/librealsense · GitHub

0 Kudos
dzhou8
Novice
1,021 Views

Hi, MartyG

Thank you for your reply.

I seen the Librealsense windows installation, but I can't find some useful information for me.

And I really doubt that my VS2013 version doesn't meet the standard, because when I build"realsense-s"project in ".\librealsense-master\librealsense.vc12"

It comes the following error:

Error 1 error C1001: An internal error has occurred in the compiler. e:\librealsense-master\src\archive.h 36 1 realsense-s

what do you think of it?

Thank you so much.

0 Kudos
MartyG
Honored Contributor III
1,021 Views

Here's Microsoft's official advice about that error for Visual Studio 2013.

https://msdn.microsoft.com/en-us/library/y19zxzb2(v=vs.120).aspx Fatal Error C1001

0 Kudos
dzhou8
Novice
1,021 Views

Thank you very much for the solution about VS2013 error, that provide me with a new direction to solve this problem.

I really appreciate your help.

0 Kudos
dzhou8
Novice
1,022 Views

OK.

The problem is the version of VS2013 is not update 4 or later.

I update VS2013 to update 5.

And it works.

I also appreciate MartyG's help.

(●'◡'●)

0 Kudos
MartyG
Honored Contributor III
1,021 Views

Awesome, glad you found a solution. Have a great day!

0 Kudos
Reply