- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
hello.
I am Korean
I have one problem right now.
In C# , the libpxcclr file will not be loaded.
I've changed the platform.
The product is sr300 and the window10 enviroment.
The SDK version is 2016 R2.
Please tell us the problem.
C: \ Program Files (x86) \ intel \ RSSDK \ bin \ x64 \ libpxcclr \ assembly \ file \ libpxcclr.cs.dll file or assembly. Cs.dll 'or one of the files or assemblies that depend on it. You tried to load the program in the wrong format.
The above error occurs. It was removed and reinstalled.
Please help me.
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Galro,
Thanks for reaching out.
That's a weird issue, you can try to install the SDK version is 2016 R3, maybe it can solve your problem.
Let us know if it works.
Have a nice day.
Regards,
-Leonardo
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Leonardo.
I downloaded the R3 version. However, the same error occurred.
I will ask again.
I have a report for some problem. I was trying to Add Cc libpxcclr.cs.dll at C# , but it was not loaded.
I tried all I can do.
I changed Platform(64 bit to 32 bit)
and I followed this instruction, but it was failed.
https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?doc_devguide_customize_the_csharp_libraries.html https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?doc_devguide_customize_the_csharp_libraries.html
and this is my code and dll
and this is my computer's specifications
And I'm not good at english, so I'm using translator so there maybe misuse of word and phrase. please understand me.
I'll wating for your reply. Thank you.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Galro,
Thank you so much for providing us all these information.
I think the SDK documentation is a little different now, but I'm not sure if you want to Configure C# environment or Customize a library. So can you tell me what are you trying to do? This is the SDK R3 documentation: https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/index.html?doc_devguide_customize_the_csharp_libraries.html
I will be waiting for your reply.
Regards,
-Leonardo
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Sadly, you are not likely to be able to connect RealSense to Arduino without a NUC. This is because Arduino does not have the USB 3.0 port that the RealSense camera requires.
Arduino expert and fellow RealSense developer Samontab has this advice on the subject: "If you are using an external PC, like a NUC, make sure that you can connect to each one independently, the Arduino and the RealSense camera. If you can communicate independently, then you can just write some logic at the PC side and send the correct signals. The RealSense should use a normal USB3 connection, not a serial one as the Arduino does anyway."
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi MartyG
The question is wrong.
Can I make serial communication from RealSense to PC and from PC to Arduino(EDISON)?
https://software.intel.com/en-us/articles/using-intel-realsense-technology-in-combination-with-the-intel-edison-development-platform Using an Intel® RealSense™ 3D Camera with the Intel® Edison Development Platform | Intel® Software
I ran the LED example on the site, but the serial communication did not work.
-Galro
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Are you using the latest R3 version of the SDK? That guide was published in May 2015, and RealSense has gone through several new versions of the SDK since then. R3 especially is a significant departure from the 2016 R2 version, as it is modular instead of having all of the features in a single download package. In R3, hand tracking and gestures (which the LED guide uses) is now a separate module. So if you are using the R3 SDK and its Essentials module, then I recommend ensuring that the Full Hand Tracking And Gesture Recognition module is also installed and then try the LED project again.
https://software.intel.com/en-us/intel-realsense-sdk/download Intel® RealSense™ SDK | Intel® Software
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Sadly I have no direct experience with using Arduino with RealSense, so all I can do is find links to articles by other people that might help with your problem.
Forcing a port
http://forum.arduino.cc/index.php?topic=391722.0 Intel Real Sense Camera + Arduino
Using Windows 10 IoT (Internet of Things) Core with Arduino
The operating system Windows 10 IoT Core may also make it easier for the RealSense camera to talk to Arduino than is possible with the ordinary Windows 10.
http://windowsadmins.com/introducing-arduino-wiring-on-windows-10-iot-core/ http://windowsadmins.com/introducing-arduino-wiring-on-windows-10-iot-core/
