@veye_xumm Hi,
I have used your script and got the same result, the Image is wrong for MV-MIPI-SC130M - low framerate, image is concatinated from parts of 2 diffrent frames.
If resolution 720x512 is used, image framerate is good, but rows are sheefted reletive to each other
Latest posts made by Dan
-
RE: MV-MIPI-130M throw V-by-one
-
RE: MV-MIPI-130M throw V-by-one
@veye_xumm
Mothreboard is ROC-RK3588S-PC https://en.t-firefly.com/product/industry/rocrk3588spc
Command for MV-MIPI-132M is gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,width=1280,height=1024,format=GRAY8,framerate=20/1 ! videoconvert ! xvimagesink
Command fot RAW-MIPI-SC132M is gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,width=1024,height=1280,format=GRAY8,framerate=20/1 ! videoconvert ! xvimagesink
Image pixel size is 8 bit, max aviable resolution for sensor is used -
MV-MIPI-130M throw V-by-one
Hi, I am trying MV-MIPI-130M camera throw V-by-one kit and roc-rk3588s-pc. I use release v2.0 for rk3588s from github. If full resolution is used image stream not reacieved , and when roi is used image lines is sheefted to each other.
The same kit with RAW-MIPI-SC132M works fine. I use gst-launch1.0 for tests. Is it any way to configure V-by-one kit for MV-MIPI-130M?