Difference between revisions of "PinePhone Pro/IMX258 Camera Debugging"

Jump to navigation Jump to search
m (→‎Megi saves the day: Fix typo in the commands for front camera)
m (→‎Megi saves the day: Remove excess empty line)
Line 186: Line 186:
"v4l2-ctl" "-z" "platform:rkisp1" "-d" "rkisp1_selfpath" "-v" "width=1632,height=1224,pixelformat=422P"
"v4l2-ctl" "-z" "platform:rkisp1" "-d" "rkisp1_selfpath" "-v" "width=1632,height=1224,pixelformat=422P"
"v4l2-ctl" "-z" "platform:rkisp1" "-d" "rkisp1_selfpath" "--stream-mmap" "--stream-count" "1" "--stream-to=frame.raw"
"v4l2-ctl" "-z" "platform:rkisp1" "-d" "rkisp1_selfpath" "--stream-mmap" "--stream-count" "1" "--stream-to=frame.raw"


ffmpeg -y -s:v 1048x780 -pix_fmt yuv422p -i frame.raw frame.jpg
ffmpeg -y -s:v 1048x780 -pix_fmt yuv422p -i frame.raw frame.jpg