-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VC IMX568 DeviceTree #132
Comments
The problem I am seeing: Screencast.from.30-01-25.19.43.17.webm |
Hello @nirushka , the v4l2-ctl is recommending the metadataheight value. The PregiusS (IMX568) is needing a metadataheight value of 1 in order to stream correctly, although the datasheet is stating otherwise (#103). We have adjusted this value in the dtsi files for the next revision of the driver. Other streaming tools are a little bit less restrictive. We had the same kind of tear-down-effect for the PregiusS on nvidia platforms, so that we had to set the end of active video bit. On which driver version are you running? Btw: which streaming tool have you used? best regards |
Hi Bazo, Thanks, I'll change to the metadata height to 1. Is it possible to print the patch you did here? - "so that we had to set the end of active video bit." My streaming tool is Gstreamer, here is my streaming pipeline: gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! video/x-raw(memory:NVMM) ! nvvidconv ! video/x-raw, width=1024, height=768, format=I420 ! x264enc bitrate=8000 tune=4 speed-preset=1 ! rtph264pay ! udpsink host=X port=Y sync=false |
when the system is booting, the dmesg is showing a table like this: [ 9.366400] vc_mipi 9-001a: vc_probe(): Probing UNIVERSAL VC MIPI Driver (v0.18.2) ... [ 9.504520] i2c 9-0010: +--- VC MIPI Camera -----------------------------------+ [ 9.504530] i2c 9-0010: | MANUF. | Vision Components MID: 0x0427 | [ 9.504533] i2c 9-0010: | MODULE | ID: 0x0568 REV: 0004 | [ 9.504536] i2c 9-0010: | SENSOR | SONY IMX568 | [ 9.504539] i2c 9-0010: +--------+---------------------------------------------+ With v0.16.0 and upward we have set the EAV bit at adress 0x3942. best regards |
Hi Bazo, Thx, It fixed it. |
From the video you posted, it looks a little bit pale. v4l2-ctl -c black_level=1 v4l2-ctl -c black_level=0 The black_level gives a little offset to the pixels, the ISP thinks it is too bright and tries to regulate down the exposure/gain, but the offset stays. The other way would be to place a so called camera_override.isp file into the /var/nvidia/nvcam/settings/ directory. best regards |
Hi,
I am using IMX568 sensor On a custom Nvidia NX Xavier carrier board with Jetpack 5.0.2.
I would like to know which values should i put in the device tree.
I have an issue that my video seems to be wrong. I can't see a clear image.
VC_MIPI_METADATA_H = 4 // Tried 2 also
NUM_LANES = 2
My current device tree params are:
The text was updated successfully, but these errors were encountered: