Skip to content

Commit 4c7cc26

Browse files
committed
Fix app readme bold issues
1 parent 3475322 commit 4c7cc26

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

APP.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ For example, after applying zoom 3 for all panoramas being downloaded, this is t
123123
<img src="app_images/batch_after_settings.PNG">
124124
- It is also possible to edit/delete existing inputs. Simply click into the appropriate row to edit or delete and the following window appears:
125125
<img src="app_images/batch_edit.PNG">
126-
Make any changes to the inputs and press 'Edit', or press 'Delete' to delete the row entirely.
126+
127+
Make any changes to the inputs and press 'Edit', or press 'Delete' to delete the row entirely.
127128
- It is possible to export the inputs to a **CSV** file for convenience. This will result in two relevant heading names as seen in the table followed by the rows of inputs.
128129
- Likewise, it is also possible to import inputs for both panorama IDs and URLs from a CSV file. The first column is expected to be panorama IDs or URLs, and the second is expected to be the file save paths. Only the first two columns are considered, and all inputs must be valid. The first row is ignored to account for **headings**, otherwise is included if valid, and the rest of the rows must be valid or else the import will fail. The import will overwrite any existing rows in the input table upon confirmaton.
129130
- The **Stop Upon Error** option can be selected to terminate batch downloading upon any error, whether it is network related, IO related, due to a missing panorama, or any other reason, otherwise errors are just logged and the download continues if possible.
@@ -135,13 +136,15 @@ Note, despite this example focusing on panorama ID only, this information can be
135136

136137
Now, upon successful downloading, the following screen is expected:
137138
<img src="app_images/batch_finish.PNG">
139+
138140
- The download progress has been displayed and upon success, has reached 100%.
139141
- Relevant logging has been included.
140142
- During the download, cancelling the download will stop the processing and close the top level. By closing the top level window, downloading will also automatically be cancelled.
141143

142144
## Panorama Rendering
143145
Another feature of the app is built-in rendering, allowing panoramas to be rendered onto a square projection with the ability to control the camera view. Upon entering the panorama rendering section, this is shown:
144146
<img src="app_images/panorama_rendering_blank.PNG">
147+
145148
- There are two methods of inputting the panorama, either by providing the **panorama ID** directly or providing a valid **Street View URL** and allowing the program to extract the panorama ID from it. Select the one you are more comfortable using.
146149
- The panorama zoom must be set to either 4 or 5. In summary, zoom 4 rendering is faster and less memory intensive than zoom 5, but zoom 5 has the better quality than zoom 4. Ensure you make the appropriate choice based on your requirements.
147150

@@ -150,8 +153,10 @@ Here is a sample complete input, inputting a panorama ID directly and using zoom
150153

151154
Upon starting, firstly, the panorama tiles must be downloaded, and then the cubemap for rendering purposes must be generated, taking a few seconds. Once done, the projection screen is then available:
152155
<img src="app_images/panorama_rendering_screen.PNG">
156+
153157
- The **projected image** is clearly shown. Use your **mouse** to drag around to move, and scroll to zoom in and out just like on Google Street View. After some movement, this is the result:
154158
<img src="app_images/panorama_rendering_movement.PNG">
159+
155160
- You can set the square length (width/height) of the projected image between 64 and 625 pixels.
156161
- For advanced users, there is the option to manually adjust the yaw, pitch and FOV angles too, simply by modifying the corresponding inputs. All angles are in degrees.
157162
- Yaw range: [0, 360)
@@ -211,6 +216,7 @@ Once you are done, to stop the live tracking, simply press the 'Stop' button or
211216

212217
The output log after a successful session may look like this:
213218
<img src="app_images/live_log.PNG">
219+
214220
You can export this log to plain text using the 'Export Log' button.
215221

216222
The Live Downloading feature is an interesting one, feel free to experiment with it to understand it better if the tutorial is insufficient.

0 commit comments

Comments
 (0)