roguedarkjedi / dogcam-ai

The AI based camera focus controller for dogcam
MIT License
1 stars 0 forks source link

Make sure movement is done properly #19

Closed roguedarkjedi closed 4 years ago

roguedarkjedi commented 4 years ago

Need a new testing pass on the movement code to make sure that the dog stays in frame properly.

Think the problem is that it does detect but might be too slow.

Might be time to consider an Pi4?

roguedarkjedi commented 4 years ago

Problem is the streaming capture processing couldn't handle the video decoding at the size and frame rate we were doing. Lowering this significantly improved the problem. More testing is necessary however.

roguedarkjedi commented 4 years ago

This is fixed now. Can confirm it process the video feed much better.