6
Answers

Saving captured images from webcam with different default names

Dave Chika

Dave Chika

13y
3.4k
1
Hello, i have an embedded circuit am designing (Home security Burglar alarm),it has webcam connected to it then to my Pc serialport,in event of burglar breaking into my home (by tripping the sensors) the device sends letter like " c "  to the Pc serialport which signals my C# application to activates for  my webcam (30secs to 2minutes) to take capture images of the burglar  and save it on my harddrive with different default names at different intervals this happens once my sensors are tripped on my hardware.
 Any clue or lines of code will be appreciated.
Answers (6)
0
Aarti

Aarti

NA 1.6k 79.6k 13y
Hi Monika,


Pragma automatic_index command is by deafult true in Sqlite.

so when you  used Pragma automatic_index=true, its mean indexing will be continue


to stop default indexing use 

sqlite> Pragma automatic_index=false.