pikrellcam icon indicating copy to clipboard operation
pikrellcam copied to clipboard

Good news a new camera module, will it work with our favorite pikrellcam software?

Open Yves911 opened this issue 4 years ago • 2 comments

Hey guys,

Have you seen it already ? https://www.raspberrypi.org/products/raspberry-pi-high-quality-camera/ image

Looks interesting isn't it? Cheers Yves

Yves911 avatar Apr 30 '20 18:04 Yves911

I'm using it with my Pi4 setup. Works fine. Only issue is that Pikrellcam struggles with the higher resolution and drops fps on the stream so I can't really go full resolution. Perhaps this is always going to be the case with any Pi software. Doesn't look to be using much of the cpu so not sure where the bottleneck is.

Greg-Whitehead avatar May 31 '20 20:05 Greg-Whitehead

On Sun, 31 May 2020 13:25:17 -0700 Biggregw [email protected] wrote:

I'm using it with my Pi4 setup. Works fine. Only issue is that Pikrellcam struggles with the higher resolution and drops fps on the stream so I can't really go full resolution. Perhaps this is always going to be the case with any Pi software. Doesn't look to be using much of the cpu so not sure where the bottleneck is.

The GPU seems to have trouble keeping up with the two pipelines: the web page jpeg stream and the video h264 recording. What I have resorted to is reducing the video_fps to 20 and the jpeg stream then keeps up.

The jpeg callback for the stream is stalling and I will try some things there, but at the least I'll put in some diagnostics to make it clear that is what is happening.

billw2 avatar May 31 '20 20:05 billw2