-
Notifications
You must be signed in to change notification settings - Fork 30
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
Maximum support camera resolution on Grove Vision AI module V2 (Urgent, Seed technical support sent us to you) #70
Comments
Hi @serhiparad3, The maximum jpeg encoding resolution supported by HX6538 is 640x480, so the original image must be subsampled or binning to 640x480 through the sensor subsample or binning function or using the HX6538 INP subsample or binning function. You can refer to this application example. |
Thank you for the information, |
Hi @serhiparad3, Yes, you are right. We have an allon_jpeg_encode example that demonstrates how to capture a 1280x960 raw image and convert the 1280x960 image into four 640x480 jpeg images. Hope this helps. |
Thank you |
Hello, Another question: The camera streams at 30 frames per second (this cannot be changed as it is not supported In Arducam protocol) with a resolution of 1920×1080 (this could potentially be adjusted). However, we need the output to be 640×480 at 10 frames per second, with the output format in JPEG. Will the Grove Vision 2 handle this? If yes, could you provide information on how we should configure the camera driver? (We are using the IMX219 driver from the SDK as a reference.) |
Any feedback? |
Hello, I would like to understand what values are indicated here: |
Hello,
We are designing a new product based on Grove Vision AI module V2 and want to use the camera resolution 640x518 and 10-15 frames/second(jpeg).
The camera(IMX462) provides RAW10 format, we need to make colors tuning by ISP and convert to YUV422 or similar format.
Which is teh meximum rsolution that we could handle and compress to jpeg?
Do you a have a camera drivers porting guide? How to make porting asap ?
The text was updated successfully, but these errors were encountered: