mirror of https://bitbucket.org/ausocean/av.git
device/raspistill/imp_testing.go: correct test image path
This commit is contained in:
parent
2905990cc6
commit
d096434e1e
|
@ -43,7 +43,7 @@ const (
|
|||
// TODO(Saxon): find nImages programmatically ?
|
||||
nImages = 6
|
||||
|
||||
imgPath = "../../test/test-data/av/input/jpeg/"
|
||||
imgPath = "../../../test/test-data/av/input/jpeg/"
|
||||
jpgExt = ".jpg"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue