naushir

Results 110 comments of naushir

Is there anything more we need to look at for this issue? If not, I'll close this down shortly.

The avi framerate error has already been fixed by b89cc36c3872a8ae711b6ff6fae0bb77b6dfe927. If you pull the latest code tree, that should be fixed. I'll try to reproduce the audio stopping after a...

Trying to record a 2 min clip with the following command *on a PI4* seems to produce a correct output, i.e. audio stream present till the end: ``` libcamera-vid --nopreview...

@pakal I wonder if you could try out some experimental changes to see if they help your use case. I've created a PR at https://github.com/raspberrypi/libcamera-apps/pull/398 to use the alsa audio...

Hmm, that does seem a bit strange. Can you run ``libcamera-vid --version`` and report back the version/sha number generated?

Thanks, that looks all correct to me. Do you still get the errors if you switch back to pulseaudio?

@pakal, can you confirm that you are building the Release target of libcamera-apps? It does make a difference when you run with a debug vs release build. Additionally, how are...

> I've just followed these instructions - https://www.raspberrypi.com/documentation/computers/camera_software.html#building-libcamera-apps I don't know which flag would allow to switch between debug and release build :? That sounds correct, by default it would...

This was always in the plan - just ran out of time to implement it. I'll look to pick it up again when I get the time.

Turns out I had already written pretty much all of the code, expect exposing a command line argument. https://github.com/raspberrypi/libcamera-apps/pull/390 seems like a plausible change to get this working. Would you...