Skip to content

Commit

Permalink
add the comments of the multi-device synchronization sample to set th…
Browse files Browse the repository at this point in the history
…e kernel buffer
  • Loading branch information
zhonghong322 committed Jul 23, 2024
1 parent 46b3a50 commit 9d7791d
Show file tree
Hide file tree
Showing 2 changed files with 624 additions and 523 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,25 @@ target_link_libraries(${PROJECT_NAME} OrbbecSDK::OrbbecSDK)
* API Reference: [doc/api/English/index.html](https://orbbec.github.io/OrbbecSDK/doc/api/English/index.html)
* OrbbecSDK C++ API user guide:[doc/tutorial/English/OrbbecSDK_C++_API_user_guide-v1.0.pdf](https://orbbec.github.io/OrbbecSDK/doc/tutorial/English/OrbbecSDK_C++_API_user_guide-v1.0.pdf)


## Frequently Asked Questions

### No Data Stream from Multiple Cameras

**Insufficient Power Supply**:
- Ensure that all cameras are not connected to the same hub.
- Use a powered hub to provide sufficient power to each camera.

**High Resolution**:
- Try lowering the resolution to resolve data stream issues.

**Increase usbfs_memory_mb Value**:
- Increase the `usbfs_memory_mb` value to 128MB by running the following command:
```bash
echo 128 | sudo tee /sys/module/usbcore/parameters/usbfs_memory_mb
```
- For making this change permanent, check [this link](https://github.com/OpenKinect/libfreenect2/issues/807).

## Related links

* [Orbbec SDK Repo](https://github.com/orbbec/OrbbecSDK)
Expand Down
Loading

0 comments on commit 9d7791d

Please sign in to comment.