@veye_xumm
Thank you, I take a some time for tests
Posts made by Dan
-
RE: MV-MIPI-SC130M autoexposure problem
-
RE: MV-MIPI-SC130M autoexposure problem
@veye_xumm
version is C 01.35 and L 02.01 -
RE: MV-MIPI-SC130M autoexposure problem
@veye_xumm
We use regular external trigger, target framerate is 20 fps. Ambient lighting not stable, so we have to use autoexposure mode. -
MV-MIPI-SC130M autoexposure problem
Hi,
I am using MV-MIPI-SC130M camera with RK3588S basic image from VEYE.
Camera is configured used to hardware trigger mode on rising edge, aemaxexposure time is 5000 mks.
Sometimes after restarts autoexposure mode does not work, current exposure time is near 4600 - 4800 ms and does not changes, even if I change aemaxexposure value.
After restart autoexposure works normally. -
MV cameras and RK3576
Hi!
Do you have any plane to suppot MV drivers for RK3576? -
RE: MV-MIPI-130M throw V-by-one
@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 -
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?