Skip to content

Raspberry Pi 5 with Camera Module 3 #1130

Answered by sirknightj
ScottEspo asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the info, I was able to reproduce this on my RPI 4B.

I was able to build the SDK with this (make sure to do a clean build by deleting open-source and dependency folders):

rm -rf build open-source dependency
mkdir build && cd build
cmake .. -DBUILD_GSTREAMER_PLUGIN=TRUE -DBUILD_DEPENDENCIES=OFF -DALIGNED_MEMORY_MODEL=TRUE
make -j10

Afterwards, I was able to use both the kvs_gstreamer_sample and kvssink with the pi camera using the following and did not encounter any timestamp freezing issue:

gst-launch-1.0 libcamerasrc ! video/x-raw,width=640,height=480,framerate=30/1,format=I420 ! v4l2convert ! v4l2h264enc extra-controls="controls,repeat_sequence_header=1" ! video/x-h264,level…

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
3 replies
@ScottEspo
Comment options

@vmalan
Comment options

@ScottEspo
Comment options

Comment options

You must be logged in to vote
8 replies
@sirknightj
Comment options

@Tommykk00
Comment options

@Tommykk00
Comment options

@sirknightj
Comment options

Answer selected by sirknightj
@Tommykk00
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants