Skip to content

Commit 49ef43c

Browse files
committed
Update camera.md
Fix IFD0 typo.
1 parent 38e8b09 commit 49ef43c

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)