Hi,
I’m completely new to programming and using Python. Eventually I want to record when there is power. Thats why I runned the mjpeg_on_movement example, but I got a problem. When I run the programm the RGB light turns blue, which is positive. After +/- 10 seconds the light turns red and after +/- 1 second it turns blue again.
I inserted a SD-card and that’s where the footage gets saved. I also got a OpenMV wireless TV-shield attached.
I have no clue what could be the problem, is there someone else with the same issues or can someone help me?
Thanks in advance,
Dave
Can you post your code? Using the code tags.
Hi,
It’s the example code of the OpenMV IDE examples. It’s under video recording, because that’s what I eventually want. It’s called: “mjpeg_on_movement”
Dave
The movement detection on that isn’t really sophisticated. What is it doing that you aren’t expecting?
Hi,
I want it to record continuously, but after +/- 10 seconds it stops and just start over without doing anything. I need to record for about 4 hours and in this state, I will end with a ton of files.
Dave
Yeah, the current example just does a 10 second record on any movement.
You need to edit the code to do something different.