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

Do I need to change dtsi for Camera Triggering #75

Open
musafzenbilci opened this issue Mar 11, 2024 · 2 comments
Open

Do I need to change dtsi for Camera Triggering #75

musafzenbilci opened this issue Mar 11, 2024 · 2 comments

Comments

@musafzenbilci
Copy link

You can also see the discussion in NVIDIA Forum.

I am using the IMX568c camera on Jetson Linux 35.4.1 within Jetson Orin Nano. I installed the driver from the bazo_pre_3541 pre-release branch with this dtsi file
new_orinnano.dtsi.txt
and the camera worked as expected.

Now I needed to use the trigger feature of the camera but could not find a way to work it out. Created a discussion under NVIDIA Forum since the pinouts related to them and at the end, he told me to remove the assignment of CAM0_PWDN in the device tree. Should I really make that kind of change to use the trigger feature of yours?

I am not experienced in using camera triggers so I want to explore both the hardware and software triggers. I read the trigger documentation in this repo and opened the single trigger mode with v4l2-ctl -c trigger_mode=4 and then tried triggering with v4l2-ctl -c single_trigger=1 but I did not notice any additional frame captured from the camera feed.

To test the trigger, I reduced the fps to 1/10 and ran v4l2-ctl -c single_trigger=1 to see any frame captured with it but nothing changed in the camera feed. Here is the pipeline I used for testing:

gst-launch-1.0 nvarguscamerasrc ! 'video/x-raw(memory:NVMM),width=2464, height=2048, format=NV12' ! nvvidconv ! videorate ! "video/x-raw,framerate=1/10" ! nvvidconv ! nvegltransform ! nveglglessink -e
@noob502
Copy link

noob502 commented May 7, 2024

Did you build the Jetson Orin Nano image or use any pre-built image?

@musafzenbilci
Copy link
Author

pre-built image

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

2 participants