Skip to content

Commit 6a818a4

Browse files
Update README.md
fix image preview for qrcode detection
1 parent 3f7526f commit 6a818a4

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ https://github.com/user-attachments/assets/a4cfbfc2-0306-40dc-a9a3-cdccffa7afea
6868

6969
| 7. 📅 Experimental QRCode detection |
7070
|------------------------------------------------|
71-
| <img src="Media/QrCodeDetection.png" alt="QrCodeDetection" width="50%") |
71+
| <p align="center" width="100%"><img alt="QrCodeDetection" width="33%" src="Media/QrCodeDetection.png"></p> |
7272

7373
# Getting Started with PCA
7474

@@ -341,23 +341,20 @@ You can send commands and receive results in any of these languages:
341341

342342
- Open the `Package Manager`, click on the + sign in the upper left/right corner.
343343
- Select "Add package from git URL".
344-
- Enter URL:
344+
- Enter URL and click on Install:
345345
```
346346
https://github.com/endel/NativeWebSocket.git#upm
347-
```
348-
and click in Install.
347+
```
349348
- After the installation finished, click on the + sign in the upper left/right corner again.
350-
- Enter URL
349+
- Enter URL and click on Install:
351350
```
352351
https://github.com/Unity-Technologies/com.unity.webrtc.git
353352
```
354-
and click on Install
355353
- After the installation finished, click on the + sign in the upper left/right corner again.
356-
- Enter URL
354+
- Enter URL and click on Install:
357355
```
358356
https://github.com/FireDragonGameStudio/SimpleWebRTC.git?path=/Assets/SimpleWebRTC
359357
```
360-
and click on Install
361358
- Open the `WebRTC-Quest` scene.
362359
- Link up your signaling server on the `Client-STUNConnection` component in the `Web Socket Server Address` field.
363360
- Build and deploy the `WebRTC-Quest` scene to your Quest3 device.
@@ -370,22 +367,20 @@ You can send commands and receive results in any of these languages:
370367
- If there are compiler errors, make sure all packages were imported correctly.
371368
- Open the `Package Manager`, click on the + sign in the upper left/right corner.
372369
- Select "Add package from git URL".
373-
- Enter URL:
370+
- Enter URL and click on Install:
374371
```
375372
https://github.com/endel/NativeWebSocket.git#upm
376373
```
377-
and click in Install.
378374
- After the installation finished, click on the + sign in the upper left/right corner again.
379-
- Enter URL
375+
- Enter URL and click on Install:
380376
```
381377
https://github.com/Unity-Technologies/com.unity.webrtc.git
382378
```
383379
- After the installation finished, click on the + sign in the upper left/right corner again.
384-
- Enter URL
380+
- Enter URL and click on Install:
385381
```
386382
https://github.com/FireDragonGameStudio/SimpleWebRTC.git?path=/Assets/SimpleWebRTC
387383
```
388-
and click on Install
389384
- Use the menu `Tools/Update WebRTC Define Symbol` to update the scripting define symbols if needed.
390385
- Make sure your own websocket signaling server is up and running. You can find more information about the necessary steps [here](https://youtu.be/-CwJTgt_Z3M?t=1458).
391386
- If you're going to stream over LAN, make sure the `STUN Server Address` field on `[BuildingBlock] Camera Rig/TrackingSpace/CenterEyeAnchor/Client-STUNConnection` is empty, otherwise leave the default value.

0 commit comments

Comments
 (0)