Page 1 of 2

Camera does not work with Ubuntu SDCard image

Posted: 2024-01-21 11:12
by tortuga
Hello, when I flash the Luckfox_Pico_Pro_Max_Ubuntu_SDCard image on my Luckfox Pico Max I connect via SSH and it is Ok but the camera does not work. If I record the image in the SPI Flash with the pico-plus-image, the camera does work but I cannot connect via SSH, any ideas to solve the problem in Ubuntu_SDCard with the camera?

Re: Camera does not work with Ubuntu SDCard image

Posted: 2024-01-21 12:40
by Yurii
why after compiling ubuntu sdk. I don't see the driver's camera and the connection. the camera is connected. I use Luckfox Pico Pro and https://github.com/LuckfoxTECH/luckfox-pico/. Why is there no instruction on how to include examples of camera operation...

Re: Camera does not work with Ubuntu SDCard image

Posted: 2024-01-21 13:34
by Yurii
This tutorial doesn't work --- https://wiki.luckfox.com/Luckfox-Pico/Luckfox-Pico-SDK. Can you make one example working for the camera on Ubuntu?

Re: Camera does not work with Ubuntu SDCard image

Posted: 2024-01-22 1:44
by Eng38
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.

Re: Camera does not work with Ubuntu SDCard image

Posted: 2024-01-22 7:25
by Yurii
Can I work with the camera in Ubuntu on Python? How to get the drivers?

Re: Camera does not work with Ubuntu SDCard image

Posted: 2024-01-22 7:32
by Yurii
Very interesting advertising. Works like AI, but in reality it cannot work at all!

Re: Camera does not work with Ubuntu SDCard image

Posted: 2024-01-22 7:41
by Yurii
Can you provide information on which operating systems I can program the camera with Python? and provide information about it?

Re: Camera does not work with Ubuntu SDCard image

Posted: 2024-01-22 8:16
by Luckfox Taylor
For the camera, there are currently no Python sample programs. Initially, the Rockchip SDK did not support Python programming, and it's even less likely to have Python sample programs for the camera. The current camera support includes:

1. RTSP streaming in the buildroot system.
2. RK sample programs.
4. V4l2-ctrl.

Re: Camera does not work with Ubuntu SDCard image

Posted: 2024-01-22 8:59
by Yurii
Can you provide instructions on how to use the camera in buildroot?
https://wiki.luckfox.com/Luckfox-Pico/CSI-Camera.
Don't just run a ready-made example.
How to program and get a picture.

Re: Camera does not work with Ubuntu SDCard image

Posted: 2024-01-22 9:05
by Luckfox Taylor
Before running the sample program, it is necessary to close RKIPC by using the command killall rkipc.