Hi, I am having problem when i capture raw data mipi by using v4l2-ctl. I don’t know why it still not working. Can you help me solve this problem. Thanks. Here is my log:
log.txt (137.4 KB)
log_kernel.txt (2.1 KB)
Please help to provide more information for your device, JetPack SW info, camera info, command info.
Then we can know how to support.
i am using orin-nx with jetpack 5.1.3 and using cmd “v4l2-ctl -d /dev/video0 --set-fmt-video=width=3840,height=2160,pixelformat=UYVY --set-ctrl bypass_mode=0 --stream-mmap --stream-count=1000” to capture. I am using lt69uxc to capture data. I was captured full hd it works fine. But when i capture 4k it gets the problem.
Boost the clocks to try.
sudo su
echo 1 > /sys/kernel/debug/bpmp/debug/clk/vi/mrq_rate_locked
echo 1 > /sys/kernel/debug/bpmp/debug/clk/isp/mrq_rate_locked
echo 1 > /sys/kernel/debug/bpmp/debug/clk/nvcsi/mrq_rate_locked
echo 1 > /sys/kernel/debug/bpmp/debug/clk/emc/mrq_rate_locked
cat /sys/kernel/debug/bpmp/debug/clk/vi/max_rate |tee /sys/kernel/debug/bpmp/debug/clk/vi/rate
cat /sys/kernel/debug/bpmp/debug/clk/isp/max_rate | tee /sys/kernel/debug/bpmp/debug/clk/isp/rate
cat /sys/kernel/debug/bpmp/debug/clk/nvcsi/max_rate | tee /sys/kernel/debug/bpmp/debug/clk/nvcsi/rate
cat /sys/kernel/debug/bpmp/debug/clk/emc/max_rate | tee /sys/kernel/debug/bpmp/debug/clk/emc/rate
it still has this problem. Thanks
What’s the trace log shows.
Thanks, i was found my problem. My problem is pixel_clock in my device tree
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.