Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Solution of root launch problem #28

Open
chikuta opened this issue Nov 3, 2021 · 2 comments
Open

Solution of root launch problem #28

chikuta opened this issue Nov 3, 2021 · 2 comments

Comments

@chikuta
Copy link

chikuta commented Nov 3, 2021

Hi @SherifN .

Thank you for your excellent ros node.
It's been very helpful for us.

I found a solution about root problem.

peak_cam/README.md

Lines 45 to 47 in 053a5ae

> Hint: Sometimes the cameras are only accesible as root. Try ` sudo -s` in your terminal and launch the node again.

In our case, we use network camera and PoE.
I checked packet with wireshark. After checking network packet, I found that It was caused by firewall.
Please try to disable firewall at ethernet port that connect cameras as follows.

ufw allow in on ethX to any

Of course, It not secure for network connection. Please configure correctly.

@chikuta
Copy link
Author

chikuta commented Nov 7, 2021

Can I make pull request to README ?

@flynneva
Copy link
Collaborator

flynneva commented Nov 7, 2021

@chikuta of course!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants