Skip to content

Commit 939ad69

Browse files
committed
Remove comments.
1 parent e79a86a commit 939ad69

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

demos/video/chapel-webcam/main.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,7 @@ cv::Mat new_frame(cv::Mat &frame) {
2626
cv::Mat new_rgb_frame(height, width, CV_8UC3,new_frame_array.elts);
2727
cv::cvtColor(new_rgb_frame, new_rgb_frame, cv::COLOR_RGB2BGR);
2828

29-
// chpl_free_external_array(new_frame_array);
30-
3129
return new_rgb_frame;
32-
33-
// std::cout << "Width: " << width << ", Height: " << height << ", Channels: " << channels << ", Size: " << size << std::endl;
34-
35-
36-
37-
// chpl_external_array frame_data_ptr = chpl_make_external_array_ptr(rgb_frame.data, );
3830
}
3931

4032

0 commit comments

Comments
 (0)