Skip to content
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

Jetvariety control #176

Open
cehkop opened this issue May 4, 2023 · 0 comments
Open

Jetvariety control #176

cehkop opened this issue May 4, 2023 · 0 comments

Comments

@cehkop
Copy link

cehkop commented May 4, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant