Pascal Chambon
Pascal Chambon
Thanks for the info, I'll try this too. For the real use I'll need to PIPE the stream, so only mpegts would do the job I guess ?
I've just been doing a bunch of tests this afternoon, precisely :) I've setup: force_turbo=1 over_voltage=6 I've tried AVI recording with "./libcamera-vid -t 120000 --nopreview -o myfile3.avi --codec libav --libav-audio...
I've been using this command line, quite similar to yours, on pi zero (and it gave truncated audio track) : "libcamera-vid -t 120000 --nopreview -o myfile3.avi --codec libav --libav-audio --libav-format=avi"...
Thanks, I'll try that asap! I had tried misc formats a while ago, but time to try again with the recent bugfixes ^^
I've compiled this commit c3a9c97a0a84a1c20018e6ea5ed7027957f50690 (HEAD -> alsa, origin/alsa), and tested first on raspberry3B to check the absence of regressions. I've stumbled upon a comeback of DTS errors, **only for...
Here it is : pi@raspberrypi:~/attempts/libcamera-apps/build $ ./libcamera-vid --version libcamera-apps build: c3a9c97a0a84-intree 30-10-2022 (16:46:41) libcamera build: v0.0.1+21-7c855784
Here are the full tests on an old **raspberry pi zero.** I have about the same issues with each specific format, be it with pulse (no --audio-source) or alsa source....
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 :? For the CPU load I used "top", from...
Thanks, I checked out your branch and built it like noted here : https://www.raspberrypi.com/documentation/accessories/camera.html#building-libcamera-apps But these custom apps don't support any of the libav-related CLI options : ``` pi@raspberrypi:~/licamera_naushir/build $...
Ok so in case it helps anybody, this required installing libavcodec-dev, libavutil-dev, libavformat-dev and libavdevice-dev with apt under Raspberry Pi OS ^^' I've tested the new parameter on newly compiled...