Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Comma Device committed Oct 12, 2024
1 parent c8b977d commit 031f15e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/camerad/cameras/camera_common.cc
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ bool CameraBuf::acquire(int expo_time) {
}

cur_frame_data = frame_metadata[cur_buf_idx];
cur_yuv_buf = vipc_server->get_buffer(stream_type, cur_buf_idx);
cur_camera_buf = &camera_bufs_raw[cur_buf_idx];

if (is_raw) {
cur_yuv_buf = vipc_server->get_buffer(stream_type);

Expand Down

0 comments on commit 031f15e

Please sign in to comment.