Ask Your Question
0

Motion detection with Raspi and a thermal camera

asked 2020-02-02 19:51:36 -0600

I have used the code below for motion detection using Pi and its standard camera module. Now I need to replace the camera module with a Thermal camera (Seek Thermal) for the same job. However the SDK from Seek is based in C. What is my option in this case? Your suggestion is highly appreciated.

https://www.pyimagesearch.com/2015/06...

edit retag flag offensive close merge delete

Comments

supra56 gravatar imagesupra56 ( 2020-02-03 04:46:20 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-02-03 01:58:43 -0600

mvuori gravatar image

Options are: 1) make a shared library interface to call C functions from Python 2) port your program to C++, which can directly link with C modules

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-02-02 19:51:36 -0600

Seen: 338 times

Last updated: Feb 03 '20