Skip to content

Commit d6e2142

Browse files
authored
Update camera_sensor.md
1 parent 04e251e commit d6e2142

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/examples/camera_sensor.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ curl -iX POST "${BROKER_URL}/v2/entities" \
5252
"id": "urn:ngsi-ld:SpeedCameraSensor:001",
5353
"type": "SpeedCameraSensor",
5454
"image": {
55-
"value": "[https://images.unsplash.com/photo-1567333188258-99e13c119241%3Fw%3D640](https://private-user-images.githubusercontent.com/227762/354205255-bc50ba25-9f69-464d-b899-eb97ab76e0bf.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjI1MTIyMjcsIm5iZiI6MTcyMjUxMTkyNywicGF0aCI6Ii8yMjc3NjIvMzU0MjA1MjU1LWJjNTBiYTI1LTlmNjktNDY0ZC1iODk5LWViOTdhYjc2ZTBiZi5qcGc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwODAxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDgwMVQxMTMyMDdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01M2RlZDUxZWU4NTE2MTlmZjZmMTgxOWQxOWU4MWMyMWMwNzlmZGEzYjgzYmVhZjA5N2YzZjg4ZGVhNDUxNDExJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.GEF-0OQ_Uk3dwibSJZfU4n3EQiTBAuRDS1gB1hEL1h0)",
55+
"value": "https://raw.githubusercontent.com/gtt-project/redmine_gtt_fiware/main/doc/examples/sebastian-pociecha-QS55ASupd6E-unsplash.jpg",
5656
"type": "URL"
5757
},
5858
"speed": {
@@ -73,6 +73,8 @@ curl -iX POST "${BROKER_URL}/v2/entities" \
7373
}'
7474
```
7575

76+
Photo by <a href="https://unsplash.com/@sebastianpoc?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Sebastian Pociecha</a> on <a href="https://unsplash.com/photos/a-yellow-taxi-driving-down-a-street-next-to-a-tall-building-QS55ASupd6E?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a>
77+
7678
## Update Speed
7779

7880
```bash

0 commit comments

Comments
 (0)