You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-20Lines changed: 1 addition & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,6 @@ Below is a list of convenience methods that are implemented for common requests
41
41
-`getTime` Get the current in game time
42
42
-`getMapMarkers` Get map markers, such as vending machines and cargo/heli
43
43
-`getTeamInfo` Get list of team members and positions on map
44
-
-`getCameraFrame` Get a jpeg image from a CCTV Camera
45
44
46
45
More requests are available and can be found in the `AppRequest` message section of the [rustplus.proto](./rustplus.proto) protobuf file that I wrote by hand.
47
46
@@ -215,24 +214,7 @@ Here's a list of the emitted events:
215
214
216
215
## CCTV Camera Frames
217
216
218
-
The Rust+ websocket protocol allows you to fetch CCTV Camera frames through the `getCameraFrame` request. However, these aren't available in the official Rust+ app yet and are also disabled server side.
219
-
220
-
It is possible to enable CCTV Camera frames if you are the server admin by running the following command in the F1 console.
221
-
222
-
```
223
-
cctvrender.enabled true
224
-
```
225
-
226
-
> Note: This will not enable CCTV Cameras in the Rust+ app, but it will allow you to request jpeg packets through the websocket with the `getCameraFrame` request.
0 commit comments