Page 2 of 2

Re: Camera does not work with Ubuntu SDCard image

Posted: 2024-01-22 9:25
by Yurii
I don't understand Chinese.
There are instructions on how to develop programs in English.
Need instructions on how to start developing and debugging a simple "Hello World" program on this board. You advertise this board as very advanced AI work! Can provide a detailed description like this example https://wiki.luckfox.com/Luckfox-Pico/CSI-Camera

Re: Camera does not work with Ubuntu SDCard image

Posted: 2024-01-22 9:39
by Yurii
Can you provide an example of instructions how to configure Visual studio code with the operation of the board.

Re: Camera does not work with Ubuntu SDCard image

Posted: 2024-01-22 10:06
by Luckfox Taylor
There is no introduction in this regard. Additionally, please post the same question in one thread; we will respond promptly when we see it.

Re: Camera does not work with Ubuntu SDCard image

Posted: 2024-01-22 12:18
by tortuga
Eng38 wrote: 2024-01-22 1:44 Hello, RK does not currently have plans to support glibc on the RV1106, which means that the webcam functionality will remain unavailable in Ubuntu systems for the time being.
After reading your answers, can you answer the following questions for me?
1) the camera only works with a distribution built with Builroot, is this correct? Does it not work with Alpine Linux either?
2) Does the example https://wiki.luckfox.com/Luckfox-Pico/L ... -RKNN-Test work with Ubuntu?
3) Why isn't SSH installed in the image in which the camera works (I think Builroot)? Is there a problem installing it so you don't have to use the serial console?

Thank you

Re: Camera does not work with Ubuntu SDCard image

Posted: 2024-01-23 1:27
by Luckfox Taylor
The factory testing system does not have SSH. After burning the buildroot system from the network drive, SSH will be available.

Re: Camera does not work with Ubuntu SDCard image

Posted: 2024-01-23 6:55
by Eng38
tortuga wrote: 2024-01-22 12:18 1) the camera only works with a distribution built with Builroot, is this correct? Does it not work with Alpine Linux either?
2) Does the example https://wiki.luckfox.com/Luckfox-Pico/L ... -RKNN-Test work with Ubuntu?
1) Currently, that is the case.For using a camera on Alpine Linux, you will need to perform the necessary adaptations yourself.
2) The programs in the RKNN inference testing tutorial require cross-compilation and are intended to run on a system built with Buildroot; they do not have direct support for use alongside Ubuntu.

Re: Camera does not work with Ubuntu SDCard image

Posted: 2024-01-23 7:37
by tortuga
Thank you very much for your answers, offering technical help on the board is a very important point in your favor.
Have a good day!