Lillifee

Results 11 comments of Lillifee

Hey i'm also interested to the node implementation and what you used to find the corresponding commands for forward, backward, left and right. I would be interested to start, stop...

hmm... would be nice to have a little bit more control over libcamera... Hope i find a little bit time in the next week to test ffmpeg... That's fascinating! :)...

Hey, Do you already have a motor wired to the raspberry, or do you set it up all from scratch? May I ask what your use case is? I assume...

Hey, that sounds nice. Is one axis enough, or do you plan for multiple axes to rotate the camera? Maybe you also want to check some camera slider projects to...

Hey @ETE-Design, I created a separate branch to try around with a stepper motor. https://github.com/Lillifee/raspiCam/tree/stepper I added a joystick with 2 axes to the web interface. ![image](https://user-images.githubusercontent.com/23337626/209846049-c7dfb0c1-b45a-46b4-bc66-a69dd7b8e8f0.png) With a separate...

Hey, I'm not sure if this project is the right approach to handle that use case. It's just a web UI written in js with the node using the libcamera...

Hey @gns-jdaniel , Unfortunately, it seems that there is no "--flicker" setting available in the libcamera apps, and I couldn't find a replacement for it when using libcamera-still to capture...

In the previous thread, you mentioned that flicker can be reduced by not using the timelapse function. I was wondering if you could test this with the new version and...

I'm using the libcamea-still command line tool. Maybe this settings are only internal used? Can you try to call libcamera-still with the flicker setting on the command line? In the...

Hi @gns-jdaniel, When capturing timelapses using libcamera, the index starts from 0 and is automatically created. You can find more information on this at https://www.raspberrypi.com/documentation/computers/camera_software.html#output-file-options Currently, I'm using the naming...