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 am trying to use libxcam to perform image stitching. While running the test-image-stitching program, I get an error:
XCAM ERROR cl_kernel.cpp:381: kernel(kernel_fisheye_2_gps) set arg_index(3) failed with -51:CL_INVALID_ARG_SIZE
When I look at this argument, it appears to be the FisheyeInfo argument.
In the shader, it looks like typedef struct { IntrinsicParameter intrinsic; ExtrinsicParameter extrinsic; float radius; float distort_coeff[4]; float c_coeff[4]; } FisheyeInfo;
typedef struct { IntrinsicParameter intrinsic; ExtrinsicParameter extrinsic; float radius; float distort_coeff[4]; float c_coeff[4]; } FisheyeInfo;
But in data_types.h it doesn't look the same. Notably, there's an extra camera_id field.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am trying to use libxcam to perform image stitching. While running the test-image-stitching program, I get an error:
XCAM ERROR cl_kernel.cpp:381: kernel(kernel_fisheye_2_gps) set arg_index(3) failed with -51:CL_INVALID_ARG_SIZE
When I look at this argument, it appears to be the FisheyeInfo argument.
In the shader, it looks like
typedef struct { IntrinsicParameter intrinsic; ExtrinsicParameter extrinsic; float radius; float distort_coeff[4]; float c_coeff[4]; } FisheyeInfo;
But in data_types.h it doesn't look the same. Notably, there's an extra camera_id field.
The text was updated successfully, but these errors were encountered: