Ilona Demler

Results 12 comments of Ilona Demler

Running the command gives: ``` Interval: Discrete 0.033s (30.000 fps) Interval: Discrete 0.040s (25.000 fps) Size: Discrete 1440x1080 Interval: Discrete 0.033s (30.000 fps) Interval: Discrete 0.040s (25.000 fps) Size: Discrete...

Using a frame rate of 30 and resolution of 640 x 480

Which of these would say the IP address? ``` mendel@arid-quill:~/coral/project-posenet$ ip addr | grep wlan 3: wlan0: mtu 1500 qdisc mq state DOWN group default qlen 3000 ```

Having my device connected to wifi I get: ``` 3: wlan0: mtu 1500 qdisc mq state UP group default qlen 3000 inet 172.20.10.9/28 brd 172.20.10.15 scope global dynamic noprefixroute wlan0...

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...

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...

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...

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 ``` SERVER_INDEX_HTML="${TEST_DATA}/index.html" edgetpu_detect_server \ --source...

Hi, actually an update on this: I'm trying to run the demos (https://coral.ai/docs/dev-board/camera/#view-on-a-monitor) that connect to a USB camera (since this is what I need), but running ``` edgetpu_classify \...

Also, when I run the demo in https://coral.ai/docs/dev-board/get-started/#update-mendel step 7, as per the linked issue, I'm now getting this error: ``` mendel@arid-quill:~$ edgetpu_demo --stream Press 'q' to quit. Press 'n'...