Skip to content

Commit 67fbfe5

Browse files
committed
uploaded face tracking example
1 parent 13b9abc commit 67fbfe5

File tree

11 files changed

+547
-92
lines changed

11 files changed

+547
-92
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/*
2-
build/*
2+
build/*
3+
npm-debug.log

YarpJS/include/YarpJS_Wrapper.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22

33
#ifndef YARP_JS_WRAPPER_H
44
#define YARP_JS_WRAPPER_H

examples/face_tracker/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
<a name='example-stream-video'></a>
3+
# Stream Video (a yarpview with yarp.js)
4+
5+
<p align='center'>
6+
<img src="https://github.com/robotology/yarp.js/blob/master/images/example_browser_stream_video.png" width="60%">
7+
</p>
8+
9+
This examples shows how to replicate the basic functionalities of a [yarpview](http://www.yarp.it/yarpview.html) to visualize images from the YARP network. The application opens a port `/yarpjs/img:i` and images sent to this port from the YARP network are visualized on the page. (Thanks to [Vtikha](https://github.com/vtikha) for posing in the image above).

0 commit comments

Comments
 (0)