pedefe

Results 7 comments of pedefe

Hello, you are absolutely right, it is a path through GPS coordinates. But your JavaScript module is so useful, with normal, closed point on curve, and normal vector: I will...

Thank you very much. Is there a medium-cost GPS device, interfaced with USB/TTL (under 50€), working with raspberry, which has a correct precision ? Best regards.

Hello, If you switch to u-blox, you change for a professional provider ( I met them on a trade show in Paris). In my job, I use UNEX PCB-201 for...

Found a solution... ¤ find where is opencv libraries listed in debug-log: ... find / -name "libopencv_core.so.3.4*" ... /root/nodejs/AutoMove/node_modules/opencv-build/opencv/build/lib/libopencv_core.so.3.4 ¤ In /etc/ld.so.conf.d folder, create text file "opencv.conf" ... write found-path...

I have tried too: ``` imap.addFlags( seqno, '\\Seen', function(err1) { imap.addFlags( seqno, '\\Deleted', function(err1) { ``` but no change.

Hello, I have trie with 'uid' extract by : ``` msg.once( "attributes", function( attrs) { let uid = attrs.uid; ... imap.addFlags( uid, '\\Seen', function(err1) { without success. ```