Hi,
Since, I’ve been trying to use Raspberry Pi (RasPi) Camera V2 on RockPi 4 Mode-C as just purchased. In case of RasPi, v2 camera properly working on mjpg-streamer. I’ve tried RockPi in same condition (such as same version, startscript, and so on). However, following message come and could run.
Do you have any idea and advise ? Ofcourse, I’ve changed
Add imx219 camera module support. Need disabled ov5647 camera module.
intfc:dtoverlay=imx219
in /boot/hw_intfc.conf
== Coming error message ==
ooo@ooo-rockpi:~/Documents/code/mjpg-streamer$ sudo sh ./start_server.sh
MJPG Streamer Version: git rev: 85f89a8c321e799fabb1693c5d133f3fb48ee748
i: Using V4L2 device.: /dev/video1
i: Desired Resolution: 800 x 600
i: Frames Per Second.: 15
i: Format…: YUYV
i: JPEG Quality…: 80
i: TV-Norm…: DEFAULT
Using mplane plugin for capture
Unable to query that the FPS change is supported
: Inappropriate ioctl for device
o: www-folder-path…: /home/ooo/Documents/code/mjpg-streamer/mjpg-streamer-experimental/www/
o: HTTP TCP port…: 9000
o: HTTP Listen Address…: (null)
o: username:password…: disabled
o: commands…: enabled
Thanks.
Osamu