**** BEGIN LOGGING AT Wed Feb 20 02:59:57 2019 Feb 20 04:06:16 Apparently Windows applications use multiple TLS implementations, including the implementation included with Windows, so I guess it is possible to continue supporting new TLS versions on old versions of Windows. Feb 20 11:11:20 going to try gsm only solution now. Feb 20 11:44:28 gst-launch-0.10 v4l2camsrc device=/dev/video1 ! video/x-raw-yuv,width=320,height=240 ! ffmpegcolorspace ! videobalance brightness=0.3 contrast=2.0 ! gamma gamma=1.5 ! ffmpegcolorspace ! facedetect profile="/home/user/MyDocs/haarcascade_frontalface_default.xml" ! ffmpegcolorspace ! ximagesink Feb 20 11:45:14 Is it any good at face detection? Because for me, it's grey rectangle, where even bright ceiling lamp is barely visible. Feb 20 11:48:57 haarcascades? yeah pretty good Feb 20 11:50:20 maybe check the opencv examples for it Feb 20 11:50:58 I have tried. Grey rectangle. Will try tomorrow, in sunlight. Feb 20 11:52:02 i dont have the source but this was result of a old opencv toy i made https://i.imgur.com/2Nmb6e5.png Feb 20 11:52:09 camera quality pretty shitty there Feb 20 11:58:46 Nice! Feb 20 11:59:04 you might be using the wrong cascade? Feb 20 11:59:45 Even without facedetect, camera image is awful Feb 20 12:00:01 Granted, it's front camera... Feb 20 12:00:26 And, when I say awful, it's much worse than yours Feb 20 12:02:12 hehe well Feb 20 12:02:16 get a better one? :P Feb 20 12:02:33 iirc, this was using the builtin camera on a eee701 netbook Feb 20 12:02:57 Feb 20 12:03:44 35712 lines long Feb 20 12:04:02 opencv comes with a ton of different ones Feb 20 12:04:20 you could also train your own, but i didnt have much success with that Feb 20 12:06:03 Which package contains these helpful xml files? Feb 20 12:07:17 dno on maemo Feb 20 12:07:25 they come with opencv 's examples Feb 20 12:08:21 https://github.com/opencv/opencv/tree/master/data/haarcascades Feb 20 12:13:34 Thank you :-) **** ENDING LOGGING AT Thu Feb 21 02:59:57 2019