Accept to specify a camera device with "-d /dev/v4l/*" in "/boot/octpi.txt"#597
Accept to specify a camera device with "-d /dev/v4l/*" in "/boot/octpi.txt"#597guysoft merged 9 commits intoguysoft:develfrom
Conversation
(delayed a read-link of a device link)
|
I add new feature that Load multiple camera configuration files. If you use multiple camera, store multiple configration files in "/boot/octpi.txt/*.txt". |
|
Looks cool, have you tested this? |
|
Ok noted this will break current usage because you are turning octopi.txt in to a folder. |
I should say no, because I don't set-up a image building environment now.
My modified script checks that a type of '/boot/octopi.txt' is a file or not. OctoPi/src/modules/octopi/filesystem/home/root/bin/webcamd Lines 25 to 29 in 920bd8d
Yes I know. My thought is compatibility on migration. |
|
Ok, once you change it to |
…ve loading of conventional location video config file.
|
I changed to "/boot/octopi.conf.d/" and built boot image on Ubuntu x64. |
|
If you are building against the latest base image, they might have changed driver stuff. Its fairly new and we didn't enough tests yet. |
|
'/dev/video10,11,12 and video0' issue is caused by raspbian (current 'https://downloads.raspberrypi.org/raspbian_lite_latest' is '2019-06-20-raspbian-buster-lite.zip') I download previous raspbian ( 'https://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2019-04-09/2019-04-08-raspbian-stretch-lite.zip' ) and build octopi boot image. ref: https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=232684&p=1466567#p1466567 |
|
camera="auto" for raspi-cam is not working. I will fix it. |
Change webcamd startup mechanism to systemd from init.d.
|
Ok, just ping me when you are ready for me to pull it |
|
I was done fix issue of "auto" and change to sytemd. |
|
Ok, so is this ready to pull?
|
|
Yes please. |
|
Ok merged cc @foosel Note this moves |
You are aware that that will wreak havoc with our userbase? I'm sure that I'm not happy with that. |
|
@foosel Ok, managed to have a look and fix it. @usk-johnny-s if you want to have a look and confirm this works for you it would help. |
Changes for #596