Yu-Chern Peh
- Total activity 217
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 86
Comments
Recent activity by Yu-Chern Peh-
Hi Revathi, Unfortunately, we do not tend to provide support for Jetson developer kit. Regards, Yu Chern Intel Customer Support
-
Hi AK, You can find Receptacle Pin Out in the F450 / F455 Datasheet (Section 2.1.3). Regards, Yu-Chern Intel Customer Support
-
Hi Rahul, You can update with rsid-fw-update which is generated in \build\bin\ directory after building. ./rsid-fw-update --file /<download_dir>/F450_4.2.1.8201_SKU1_SIGNED.bin --port /dev/ttyACM0...
-
Hi Hanesh, We do not recommend serializing the database with the pickle module as it is not secure. We would encourage doing so with the JSON module. You may have a look at this previous discussi...
-
Hello, Try re-installing OpenCV: pip install opencv-python Regards, Peh
-
Hello Revathi, We are really sorry about this. You have to enroll the user again as the old db cannot be retained and reused for the new release version. The release version 0.20.0 is supposed to...
-
Hello Revathi, The cmake fail to build is due to the system is unable to clone 'pybind11'. Install Git first and cmake build again. Regards, Yu-Chern Intel Customer Support
-
Hello Emma Davey, Contact Intel RealSense technical support to help troubleshoot the issue. If it has been less than 30 days from the ship date of the camera, you do not need to contact technical...
-
Hello, Regarding this request, let's wait for the developers in GitHub to comment about this. From my side, I tried exiting the thread by using thread.join() or set daemon=False, but resulting ...
-
Hello Revathi, You can change the default database path from here. For example: private static readonly string DefaultPath = "C:/Users/Desktop/db.db"; After changing, you have to rebuild Intel...