Open oberstet opened 6 years ago
actually, not sure about the status of https://github.com/crossbario/iotcookbook/tree/master/device/edge/face-detect @om26er ? I mean, could I connect a PSEye camera to a say intel NUC and get the face detect? IMO, would be also a very cool follow up demo in the style of https://www.katacoda.com/codelectron/scenarios/crossbar-demo ;) or some docker-compose/readme sugar to make it more approachable .. I could show/post it on mindsphere dev days already ..
I mean, could I connect a PSEye camera to a say intel NUC and get the face detect?
The current demo we have only processes images and not video streams. I will work with my PSEye camera tomorrow to get video facial detection on live videos.
From there we can extend the demo as we like.
@oberstet Well, I experimented with that just now.
Do we want to send the whole video stream from the front-end to the back-end, which will then detect faces on it and send it back to the front-end to draw ? Doing that there is going to be plenty of lag between the whats displayed on screen vs face rectangles.
For the IPC setup, a setup more like this would be best:
The parts in this setup are actually pretty complete to production setups I would get - at least that is the idea;) if you have more/other ideas, cool! lets discuss ..
The face-detection demo is already packaged as a snap (https://github.com/crossbario/iotcookbook/pull/25).
The next step is do make it work it on the IPC327E we now have, publish a proper snap and document it (from a user point of view)