Skip to content

Commit

Permalink
Update capture_RPi.cpp: remove "--no-raw 1"
Browse files Browse the repository at this point in the history
It's only supported on newest libcamera--still
  • Loading branch information
EricClaeys authored Jun 8, 2024
1 parent 2d8bd97 commit 7ca5c23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/capture_RPi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ int RPicapture(config cg, cv::Mat *image)

if (cg.isLibcamera)
{
command += " --no-raw 1";

// libcamera tuning file
if (cg.currentTuningFile != NULL && *cg.currentTuningFile != '\0') {
ss.str("");
Expand Down

0 comments on commit 7ca5c23

Please sign in to comment.