Skip to content

Commit 3f7645e

Browse files
committed
Merge pull request raspberrypi#202 from raspberrypi/XECDesign-patch-1
Fix typo
2 parents 38e8b09 + 49ef43c commit 3f7645e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raspbian/applications/camera.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ Save the image as a png file (lossless compression, but slower than JPEG). Note
535535

536536
Add some EXIF information to the JPEG. This sets the Artist tag name to Boris, and the GPS altitude to 123.5m. Note that if setting GPS tags you should set as a minimum GPSLatitude, GPSLatitudeRef, GPSLongitude, GPSLongitudeRef, GPSAltitude and GPSAltitudeRef.
537537
```
538-
raspistill -t 2000 -o image.jpg -x IFDO.Artist=Boris -x GPS.GPSAltitude=1235/10
538+
raspistill -t 2000 -o image.jpg -x IFD0.Artist=Boris -x GPS.GPSAltitude=1235/10
539539
```
540540

541541
Set an emboss style image effect

0 commit comments

Comments
 (0)