dennis-ard

Results 56 comments of dennis-ard

Now we do not maintain this python library, please install picamera2 to run the program. Best Regard

Now our program has migrated to picamera2, you can install picamera2 to run our program Best Regard

Thank you for sharing your experiment and code snippet. I tried your code and reproduced the results. However, I added code to measure the frame rate and found that the...

Hello, can you provide the installed version of TOF SDK?you can use the following command to query: ```shell dpkg -l | grep arducam-tof-sdk-dev ii arducam-tof-sdk-dev 0.1.2 armhf Driver development kit...

Hi~, Judging from this picture, the TOF camera seems to have no external power supply. You can check whether the external power supply of the TOF camera is connected correctly,...

> Hi, 你好 Same problem is happening to me, **My power pins are connected correctly**. I am using a Jetson Orin Nano Developer kit.同样的问题发生在我身上,我的电源引脚连接正确。我正在使用 Jetson Orin Nano 开发套件。 What are...

hi,We have nearly finished discussing the TOF drive adapter, but there are still some issues that need to be addressed. Please be patient.

Hi, Pawan The driver for Arducam Pivariety is not integrated into the Ubuntu kernel. Therefore, we currently do not support running the camera on Ubuntu.

hi, This seems to be a case of improperly connected hardware. You can check if the wiring is properly connected or try unplugging and reconnecting the MIPI cable on both...

Can you use this command to test if the camera has been initialized successfully? ```shell v4l2-ctl -d0 --set-fmt-video=width=240,height=180,pixelformat='Y12 ' --stream-mmap --stream-count=-1 ```