Claude Pageau
Claude Pageau
Thanks. Appreciate it On Thu, Sep 1, 2022 at 3:55 AM davidplowman ***@***.***> wrote: > Hi again, Raspberry Pi doesn't generally give too many details about > future plans but...
Yes I have one camera module like that where the contact on the camera has to be pushed down. I will try dist-upgrade to see if the libcam entry is...
I am thinking of writing a new libcamera-only version based on existing code rather than try to integrate picamera and libcamera in one program.. On Wed, Apr 27, 2022 at...
I took a look at main.cc and added logic to read argv[1] as the output file name to pass an variable output file name. This works and input image file...
Code below works fine since I pass a full output file path name including .jpg extension. I removed the IMGFILE function and replaced with the pano_out variable derived from argv[1]....
Just for your information I have modified the project to make the first parameter the output file path. Also updated the command help to be more helpful. Was a good...
It will run under Bullseye and anything earlier. Not 64bit.. Just enable Legacy picamera setting using sudo raspi-config under interfaces or if on desktop select the menu pick for configuration...
I started working on a test motion tracking program that uses picamera2 threaded streaming. Works OK. My sample code auto detects picamera and picamera2 configs as well as being able...
Thanks for your work on this project. I have reviewed your changes and have a few requests. 1. If possible db_conn line 40 print statements should be changed to appropriate...
It would appear you are not logged in as pi user. Please confirm what login ID you are using per command below whoami