Skip to content

Commit 456dd85

Browse files
committed
add info about camera frames
1 parent fcec777 commit 456dd85

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,15 @@ Below is a list of features that are implemented in this library with helper met
2222
- [x] Turn Smart Switch Off
2323
- [x] Send messages to Team Chat
2424
- [x] Get Entity Info (Current state of Smart Switch / Smart Alarm)
25-
- [ ] Get CCTV Camera Frames (Currently disabled by Facepunch)
25+
- [ ] Get CCTV Camera Frames (Currently disabled in the Rust+ app by Facepunch)
26+
27+
The CCTV Camera Frames are currently disabled in the Rust+ app and on the server by default, but you can enable it if you are a server admin by running the following command in the F1 console.
28+
29+
```
30+
cctvrender.enabled true
31+
```
32+
33+
Note: This will not enable CCTV in the Rust+ app, but will send jpeg packets back to you through the websocket.
2634

2735
Here is the full list of requests that you can send. These are from the `AppRequest` message in the [rustplus.proto](./rustplus.proto) protobuf file that I wrote by hand.
2836

0 commit comments

Comments
 (0)