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

open f-2k ae, open r-2k ae #39

Merged
merged 1 commit into from
May 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package/mediactl_lib/src/v4l2_drm/v4l2_drm.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ static int read_frame(struct camera_info *camera,unsigned int camera_seq)
// process_image(&buffers[buf.index]);
//printf("%s:buf.index(%d)\n",__func__,buf.index);
EnQueue(f2k_queue,buf.index);
//mediactl_set_ae(ISP_F2K_PIPELINE);
mediactl_set_ae(ISP_F2K_PIPELINE);

struct drm_buffer *fbuf;
static struct v4l2_buffer old_buffer;
Expand Down Expand Up @@ -238,7 +238,7 @@ static int read_frame1(struct camera_info *camera,unsigned int camera_seq)
// process_image(&buffers[buf.index]);
//printf("%s:buf.index1(%d)\n",__func__,buf.index);
EnQueue(r2k_queue,buf.index);
//mediactl_set_ae(ISP_R2K_PIPELINE);
mediactl_set_ae(ISP_R2K_PIPELINE);
struct drm_buffer *fbuf;
static struct v4l2_buffer old_buffer;
static int screen_init_flag = 0;
Expand Down Expand Up @@ -1143,4 +1143,4 @@ int main(int argc __attribute__((__unused__)), char *argv[] __attribute__((__unu
mediactl_exit();
fprintf(stderr, "\n");
return 0;
}
}