You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to include the drivers into my system, but the compilation fails at one point: error: 'struct sensor_image_properties' has no member named 'left'
in image = &mode->image_properties; and the following lines, somehow the parameter left is being accessed, but there is no left defined in the struct sensor_image_properties :
(from tegra-v4l2-camera.h):
Hello,
I'm trying to include the drivers into my system, but the compilation fails at one point:
error: 'struct sensor_image_properties' has no member named 'left'
in
image = &mode->image_properties;
and the following lines, somehow the parameterleft
is being accessed, but there is noleft
defined in the structsensor_image_properties
:(from tegra-v4l2-camera.h):
How can this be resolved?
The text was updated successfully, but these errors were encountered: