-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will someone carry on the legacy? #82
Comments
I do hope someone can step up, this is a great piece of software, |
Anyone? Please!! |
I updated the install and python scripts, updated jQuery and Bootstrap to latest version thus modernizing parts of the web interface as well. There is a brand new proto-dashboard for sensor logging (temp and humidity). I believe to have made too many substantial changes, and being a rough (and unfinished yet) implementation from my side at the time of writing, I won't spawn a PR to sync with this original repo, but please accept this note as heads up for anyone interested. My repo available here. Any thoughts, advice, comments are welcome. |
+1 upvote you take over
…On Sat, Oct 29, 2022 at 1:48 PM Luca Cipressi ***@***.***> wrote:
I updated the install and python scripts, updated jQuery and Bootstrap to
latest version thus modernizing parts of the web interface as well.
There is a brand new proto-dashboard for sensor logging (temp and
humidity).
I believe to have made too many substantial changes, and being a rough
(and unfinished yet) implementation from my side at the time of writing, I
won't spawn a PR to sync with this original repo, but please accept this
note as heads up for anyone interested.
My repo available here <https://github.com/lucaji/pikrellcam>.
Any thoughts, advice, comments are welcome.
—
Reply to this email directly, view it on GitHub
<#82 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGAJYEVKVEAW4QU7IAHQ6DWFUFJ3ANCNFSM5SA4OINA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I started to use this great piece of software, a couple of years ago and I am really impressed with it. There is so much built in functionality and it is very easy to install and maintain. |
I have used the buster legacy (2022 something) and pikrellcam and that still works. I have been trying to update the installer so it works with bullseye and other debian kernels (tinker board) but I do not have the know-how. Can we make this a sticky? |
My hope would be that pikrellcam could be modified to use libcamera or libcamera2 to enable to use of newer cameras, including Arducam cameras. I have purchased 4 different Arducam cameras, the most useful to me being the low light camera. All of these require Bullseye and libcamera (plus perhaps Arducam libraries). |
I have tried to install pikrellcam on debian 10 (tinkerboard with picam v2) but with no success. I am guessing the libraries attached to the camera are not the same and since I know nothing of how c programing works I dont know how and where the c-program gets the stream and vectors from the camera. Otherwise maybe these could be changed. A guess would be in pikrellcam.h though: |
I looked into libcamera and the interface examples (e.g. simple-cam) are
programmed in C++.
Bill wrote Pikrellcam in C, so to integrate with libcamera Bills code would
need to be reprogrammed using C++.
Thankfully, many C datastructures and functions can be used directly in C++
and C++ is object oriented.
I think we should maintain Bills great code, including the UI and just
change the interface to libcamera.
I know Python and a little C. So ideally we would need help from some C++
programers. Once built we could then test using are various hardware and
camera setups.
…On Wed, 5 Apr 2023, 18:35 Kajan, ***@***.***> wrote:
I have tried to install pikrellcam on debian 10 (tinkerboard with picam
v2) but with no success. I am guessing the libraries attached to the camera
are not the same and since I know nothing of how c programing works I dont
know how and where the c-program gets the stream and vectors from the
camera. Otherwise maybe these could be changed.
A guess would be in pikrellcam.h though:
—
Reply to this email directly, view it on GitHub
<#82 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6WWG7VP67IKCXM6N722QRDW7WUMJANCNFSM5SA4OINA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Is libcamera the equivalent of the mmal lib used in previous releases? |
You may be interested to see that RPi_Web_Cam_Interface, which has the same legacy camera limitation, has a team making a Python 'backend' for the web interface that uses libcamera: They explain the pros and cons in their presentation. (I used RCWI for a while before switching to Pikrellcam and still keep up with the activity.) |
Is there anyone here that is prepared to carry on the legacy of Bill in Pikrellcam?
I would gladly do it myself but this is way over my paygrade.
The text was updated successfully, but these errors were encountered: