We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i have ov2311 and Jetson Xavier NX with jetpack 5.02. I try to read video from camera and processing it in opencv-python.
First, i tried to use nvarguscamerasrc, but there was a lot of errors. So i met this: #68 (comment)
Does nvarguscamerasrc support jetvariety now, it’s been 3 years..? And if doesn’t, how can i manage camera settings, like exposure and pixelformat?
I use now:
cap = cv2.VideoCapture(0, cv2.CAP_V4L2) cap.set(cv2.CAP_PROP_AUTO_EXPOSURE, 0.75) cap.set(cv2.CAP_PROP_EXPOSURE, 1/100),
I can see image, but exposure doesn’t change. How can i control settings?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, i have ov2311 and Jetson Xavier NX with jetpack 5.02.
I try to read video from camera and processing it in opencv-python.
First, i tried to use nvarguscamerasrc, but there was a lot of errors. So i met this:
#68 (comment)
Does nvarguscamerasrc support jetvariety now, it’s been 3 years..?
And if doesn’t, how can i manage camera settings, like exposure and pixelformat?
I use now:
I can see image, but exposure doesn’t change. How can i control settings?
The text was updated successfully, but these errors were encountered: