Problem testing USB Camera on DuoS with uvctest

Hi everyone,

i’m following this page as a guide to configure and test my USB camera: Using a usb camera on milk-v Duos | Milk-V
it did work as well, the DuoS recognized the video0 as the guide suggests, but i could’nt test with the uvctest. it seems that the line:

CROSS_COMPILE=/path/to/riscv64-unknown-linux-musl- make /path/to/riscv64-unknown-linux-musl-gcc -static -W -Wall -g -mcpu=c906fdv -march=rv64imafdcv0p7xthead -mcmodel=medany -mabi=lp64d -o uvctest uvctest.c

doesn’t work (yes, i changed the /path/to/ )

Anyone had success with USB camera? i have no idea how to make it work

Edit: i used the Makefile from WiringX, just changed the TARGET. it worked, but badly. the image looks with lots of green dots.

1 Like