Skip to content

Commit d199704

Browse files
authored
DOCS-3871: Add camera streaming info (#4233)
1 parent 9f0220c commit d199704

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/dev/tools/common-errors.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,21 @@ This can happen when there is a slow internet connection, when the module is try
206206
207207
See [Module Configuration Details](/operate/reference/module-configuration/#environment-variables) for more information on these environment variables.
208208
209+
## Common warnings
210+
211+
### Unable to create PeerConnection with module
212+
213+
**Full Warning:** `Unable to create PeerConnection with module. Ignoring.`
214+
215+
**Description:** Indicates that while the gRPC connection to the module is working as expected, the connection to the module does not support efficient video streaming over WebRTC.
216+
Only some Go-based camera modules support optimized video streaming over WebRTC.
217+
218+
{{% hiddencontent %}}
219+
You can use any Viam SDK to implement a camera module, but only Go-based modules can access optimized video streaming over WebRTC.
220+
{{% /hiddencontent %}}
221+
222+
**Solution:** This warning can be safely ignored.
223+
209224
## Known application and plugin conflicts
210225
211226
### macOS applications

0 commit comments

Comments
 (0)