Hi,
I’ve got a basic proof of concept running on a computer with a webcam and opencv.
The camera is facing top-down mounted at the top of a frame covered by a cloth surface.
As I ‘poke’ through the surface I’m currently looking at where (horizontally) and how far this happens.
I also had a look through the forums for similar posts and as far as I can tell I can modify the existing source code,
like Sondre’s post(http://www.cmucam.org/boards/9/topics/5308). Is this the recommended route to take at the moment ?
I also saw a mention of a FirmwareSDK. Is there an estimated release date ?
Also, back to the surface tracking basic algorithm, here’s what OpenCV functions I’m using:
- cvtColor
- blur
- minMaxLoc
- threshold(Otsu)
- erode
- dilate
- findContours
- convexHull
- approxPolyDP
I assume some will be easier to port than others, especially approxPolyDP and convexHull.
Is it realistic to attempt and run all these on Pixy’s CPU ?
Thanks,
George