-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
which IP address to use to view demo? #658
Comments
please get the ip address with the below command:
|
Which of these would say the IP address?
|
Please try connecting to the wifi first and then try to get the ip address. mendel@arid-pig:~$ ip addr | grep wlan In the above output 192.168.7.160 is the ip address of the board, |
yes, the device and and the computer has to be on the same network..Please try 172.20.10.9:4664 |
Got it! Thank you so much :) If I want to run a standard python program and have my computer be the monitor, is all I need to do just append "--stream" to whichever bash script or python file that I run? |
Unfortunately, I don't understand the ask here. Please try what you are trying to do and let us know if you are facing any issues with it. |
No worries! The idea is to be able to run a script (for example https://github.com/google-coral/project-posenet/blob/master/pose_camera.py) and view what is normally on the monitor without the monitor, as a link I could put into chrome. Right now I have an HDMI cable connecting the coral to a separate monitor. Would it be possible to do something like in the edgetpu_demo and view the visual output on an IP address in the browser? I haven't been able to figure out a way to send what is sent to the monitor to an IP address instead. |
Please check the source code of edgetpuvision at :https://coral.googlesource.com/edgetpuvision/ and make the necessary changes to your script to send the video to an IP address.. Thanks! |
I'm a little new to gstreamer, so would I just have to change the address of where the video is being sent? So for example if I wanted to modify this demo (https://github.com/google-coral/project-posenet/blob/master/pose_camera.py) to be able to view it on a streaming server, would I have to add a different argument into gstreamer.run_pipeline in line 122? Or would this change have to be executed elsewhere? |
or alternatively, should I write a bash script that calls pose_camera.py followed by a line that sets up a web server stream? e.g. something like
at least as far as I understand this is how the edgetpu_detect demo (https://coral.googlesource.com/edgetpudemo/) does it. |
closing the issue here. As we have another issue opened for the same at: google-coral/project-posenet#88 |
Description
I am connecting to the google coral from my Mac computer via a micro usb and connecting the coral itself to a power source (note: NOT using mdt).
I'm trying to run the demo app as in step 7 of https://coral.ai/docs/dev-board/get-started/, and when I run
edgetpu_demo --stream
, I see:The instructions on the google coral website I linked above say "Then on your desktop (that's connected to the Dev Board)—if you're connected to the board using MDT over USB—open 192.168.100.2:4664 in a browser. If you're instead connected to the board by other means (such as SSH over LAN or with an Ethernet cable), type the appropriate IP address into your browser with port 4664."
Is there somewhere I can find which IP address to use to connect to see the demo? Or do I need to connect the board to a monitor to see anything?
Click to expand!
Issue Type
Build/Install, Support, Documentation Bug
Operating System
Mendel Linux, Mac OS
Coral Device
Dev Board
Other Devices
No response
Programming Language
No response
Relevant Log Output
The text was updated successfully, but these errors were encountered: