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

Will you implement ohter modes but 4608x2592px/14fps? #5

Open
s-tory opened this issue Sep 26, 2023 · 4 comments
Open

Will you implement ohter modes but 4608x2592px/14fps? #5

s-tory opened this issue Sep 26, 2023 · 4 comments

Comments

@s-tory
Copy link

s-tory commented Sep 26, 2023

Hi, thank you very much for coding good drivers!

Resolutions and framerates
4608x2592 @ 14fps

Will you implement other modes but 4608x2592px/14fps?

Mode examples = My wishings

  1. 4608x2592px/No binned/Full of View/14fps <- Implemented yet.
  2. 3840x2160px/No binned/Center Rectangle of Image/-30fps
  3. 2304x1296px/2x2 binned/FoV/30-60fps
  4. 1920x1080px/2x2 binned/Center RoI/60-fps
  5. 1920x1080px/No binned/Center RoI/60-fps
  6. etc...

Known references

Regards.

@s-tory s-tory changed the title Would you support the ohter modes? Would you support ohter modes but 4608x2592px/14fps? Sep 26, 2023
@s-tory s-tory changed the title Would you support ohter modes but 4608x2592px/14fps? Will you support ohter modes but 4608x2592px/14fps? Sep 26, 2023
@s-tory s-tory changed the title Will you support ohter modes but 4608x2592px/14fps? Will you implement ohter modes but 4608x2592px/14fps? Sep 26, 2023
@alfredpchacon
Copy link
Collaborator

Hi @s-tory ,

You're very welcome, and we appreciate your kind words about our drivers.

To answer your question, we can develop all those resolutions and framerates for you if you want! Please contact us to get support from the sales department. We will be more than glad to create the drivers that fit perfectly with your projects, we hope to hear from you soon!

@s-tory
Copy link
Author

s-tory commented Sep 29, 2023

Thank you for your reply!

Do you need some cost to add a capture mode?
Sorry, we cannot use any proprietary (NOT free) codes.
So, I wish that this repo's driver has been added any other modes.

Thanks.

@alfredpchacon
Copy link
Collaborator

Hi @s-tory,

This code is free to access, the code is given as it is. For any other modes, you must contact us to give you further help to add more characteristics, like modes or controls.

Have a great weekend!

@TobidieTopfpflanze
Copy link
Contributor

TobidieTopfpflanze commented Sep 30, 2023

Thank you for your reply!

Do you need some cost to add a capture mode? Sorry, we cannot use any proprietary (NOT free) codes. So, I wish that this repo's driver has been added any other modes.

Thanks.

One of your resources provides already the driver sources for his IMX708 implementation: https://github.com/uzuna/jetson-imx708

A closer look at the code shows 3 camera mode register maps:
https://github.com/uzuna/jetson-imx708/blob/main/imx708/kernel/nvidia/drivers/media/i2c/imx708_mode_tbls.h#L419-L421

	[IMX708_MODE_4608x2592_14FPS] = imx708_mode_4608x2592_14fps,
	[IMX708_MODE_2304x1296_30FPS] = imx708_mode_2304x1296_30fps,
	[IMX708_MODE_1536x864_120FPS] = imx708_mode_1536x864_120fps,

I haven't tried if it works, because I am using my own implementation for this sensor.

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

3 participants