Skip to content

Commit

Permalink
Comma
Browse files Browse the repository at this point in the history
  • Loading branch information
hexbabe committed Jan 29, 2025
1 parent a624202 commit 47a749f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/camera/videosource/webcam.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"encoding/json"
"fmt"
"path/filepath"
"strings"
"sync"
"time"

Expand All @@ -18,7 +19,6 @@ import (
"github.com/pion/mediadevices/pkg/io/video"
"github.com/pion/mediadevices/pkg/prop"
"github.com/pkg/errors"
pb "go.viam.com/api/component/camera/v1"
goutils "go.viam.com/utils"

"go.viam.com/rdk/components/camera"
Expand Down Expand Up @@ -47,7 +47,7 @@ func init() {
camera.API,
ModelWebcam,
resource.Registration[camera.Camera, *WebcamConfig]{
Constructor: NewWebcam
Constructor: NewWebcam,
})
if err := json.Unmarshal(intrinsics, &data); err != nil {
logging.Global().Errorw("cannot parse intrinsics json", "error", err)
Expand Down

0 comments on commit 47a749f

Please sign in to comment.