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 Ualtboum, I apologize for the previously proposed solution which is importing the db file from the host to the device. There is a robust way without importing the db file manually. In Host mode...
-
Hello Timhodgson, First, try to rebuild the librealsense repo without these options: -DFORCE_LIBUVC=ON -DFORCE_RSUSB_BACKEND=ON If the issue still persists, try connecting the camera to a Windo...
-
Hello Candidoneto, Are these flexible interposer cables that you're looking for? Flex Interposer 1-pack, 8-pack, 10-pack The product page says it's for the D400 series but it also works for the...
-
Hi Ualtboum,There are device mode and host mode in the RealSense ID Viewer.Device Mode is a set of APIs enable the user to enroll and authenticate on the device itself, including database managemen...
-
Hi Ualtboum, 1. Can you describe your use case for using multiple F455 cameras? 2. The Instruction for Linux is also working fine for Raspberry Pi 3. I've tested it on my side with a powered US...
-
Hi Ualtboum, The error sounds like it could be a power issue. Have a try with another USB powered cable. Someone has shared his finding regarding similar issue. Regards,Yu-Chern Intel Custome...
-
Hello, You have to do so because this command will only affect the current session. Have a look at this discussion in Stack Overflow. Identify your device by running: sudo dmesg | grep 'Inte...
-
Hello,Try to recompile with preview enabled: cmake -DRSID_PREVIEW=1 -DRSID_SAMPLES=1 .. Regards,Yu-Chern Intel Customer Support
-
Hello, In order to run samples, you have to build with the command: cmake -DRSID_SAMPLES=1 .. After building, you will find the samples in bin directory. Regards,Yu-Chern Intel Customer Support
-
Hello, The exact frames used during enrolling and authentication cannot be captured. Only Preview images can be extracted. RealSenseID allows Dumping of bitmaps from the Preview in png and RAW form...