PREVIEW: New View(s) in development

DonManfred

Expert
Licensed User
Longtime User
I´m just playing around with something i found long time ago.
Now i´m able to do a wrapper

facepp001.png



facepp002.png


FacePlusPlus_onDetectedFace({"face":[{"attribute":{"age":{"range":8,"value":34},"gender":{"confidence":96.3537,"value":"Male"},"race":{"confidence":99.8125,"value":"White"},"smiling":{"value":0.552705}},"face_id":"f5fb95e53dfddcc24a6e4cc9c6cca46c","position":{"center":{"x":31.083333,"y":42.875},"eye_left":{"x":30.343333,"y":41.34075},"eye_right":{"x":32.009167,"y":41.5555},"height":6.25,"mouth_left":{"x":30.115333,"y":44.28625},"mouth_right":{"x":31.6125,"y":44.564},"nose":{"x":31.064167,"y":43.0045},"width":4.166667},"tag":""},{"attribute":{"age":{"range":10,"value":21},"gender":{"confidence":97.1722,"value":"Male"},"race":{"confidence":99.73379999999999,"value":"White"},"smiling":{"value":19.8973}},"face_id":"8c07f229e8b66780bc4261d75a4ed7e2","position":{"center":{"x":59.416667,"y":46.375},"eye_left":{"x":58.464833,"y":44.74975},"eye_right":{"x":60.254667,"y":44.92075},"height":6.25,"mouth_left":{"x":58.234833,"y":47.782},"mouth_right":{"x":60.043333,"y":47.8795},"nose":{"x":59.344667,"y":46.752},"width":4.166667},"tag":""},{"attribute":{"age":{"range":5,"value":31},"gender":{"confidence":99.261,"value":"Male"},"race":{"confidence":95.0726,"value":"White"},"smiling":{"value":2.32597}},"face_id":"22e280a68b2fd56bd05fa417daedc575","position":{"center":{"x":11.416667,"y":22.375},"eye_left":{"x":10.6366,"y":20.63185},"eye_right":{"x":12.28365,"y":20.8207},"height":6.25,"mouth_left":{"x":10.604117,"y":23.826275},"mouth_right":{"x":11.961933,"y":23.9783},"nose":{"x":11.443083,"y":22.2184},"width":4.166667},"tag":""},{"attribute":{"age":{"range":5,"value":29},"gender":{"confidence":99.108,"value":"Male"},"race":{"confidence":99.9665,"value":"White"},"smiling":{"value":25.0844}},"face_id":"2c46ea40501871fca19fce90e5463053","position":{"center":{"x":21.083333,"y":21.625},"eye_left":{"x":20.166333,"y":20.016925},"eye_right":{"x":21.853333,"y":20.011475},"height":6.25,"mouth_left":{"x":20.214833,"y":22.775275},"mouth_right":{"x":21.754167,"y":22.940975},"nose":{"x":20.954833,"y":21.3257},"width":4.166667},"tag":""},{"attribute":{"age":{"range":5,"value":21},"gender":{"confidence":99.9941,"value":"Male"},"race":{"confidence":99.0983,"value":"White"},"smiling":{"value":0.597475}},"face_id":"afee5c646459983825e5e92337821c3c","position":{"center":{"x":74.416667,"y":43.375},"eye_left":{"x":73.36,"y":41.947},"eye_right":{"x":75.135333,"y":41.71825},"height":6.25,"mouth_left":{"x":73.629833,"y":45.1995},"mouth_right":{"x":75.094833,"y":45.0235},"nose":{"x":74.449667,"y":43.43275},"width":4.166667},"tag":""},{"attribute":{"age":{"range":8,"value":29},"gender":{"confidence":99.9195,"value":"Male"},"race":{"confidence":99.9404,"value":"White"},"smiling":{"value":14.7607}},"face_id":"c0103bcb2a93b84492c4e5284a6d69cc","position":{"center":{"x":45.5,"y":42.75},"eye_left":{"x":44.733333,"y":41.34275},"eye_right":{"x":46.5115,"y":41.408},"height":6,"mouth_left":{"x":44.596833,"y":44.06775},"mouth_right":{"x":46.2665,"y":44.51725},"nose":{"x":45.5465,"y":43.35125},"width":4},"tag":""},{"attribute":{"age":{"range":5,"value":30},"gender":{"confidence":99.9999,"value":"Male"},"race":{"confidence":98.5313,"value":"Black"},"smiling":{"value":10.7173}},"face_id":"378a010adba4267f9549bc25ce41ae86","position":{"center":{"x":17.333333,"y":40.25},"eye_left":{"x":16.586383,"y":38.695},"eye_right":{"x":18.299333,"y":39.1245},"height":6,"mouth_left":{"x":16.1412,"y":41.71575},"mouth_right":{"x":17.9205,"y":42.348},"nose":{"x":17.411,"y":40.49625},"width":4},"tag":""},{"attribute":{"age":{"range":5,"value":19},"gender":{"confidence":99.9795,"value":"Male"},"race":{"confidence":75.28089999999999,"value":"White"},"smiling":{"value":1.1407}},"face_id":"a65edf9777122b541a27d67c9075900a","position":{"center":{"x":88.166667,"y":23},"eye_left":{"x":87.224333,"y":21.549575},"eye_right":{"x":89.052833,"y":21.696325},"height":6,"mouth_left":{"x":87.3425,"y":24.58515},"mouth_right":{"x":88.721,"y":24.60615},"nose":{"x":88.167333,"y":22.85315},"width":4},"tag":""},{"attribute":{"age":{"range":5,"value":13},"gender":{"confidence":99.7964,"value":


- The Source images are randomly (in this example) read from Assets
- The lib needs to communicate with face plus plus website to check your API Key and Secret.
- The Detecting of the faceinfos from a bitmap is DONE ON THE DEVICE using a native .so-Library!
 
Last edited:

imbault

Well-Known Member
Licensed User
Longtime User
Found another one and did a wrapper... It´s not finished as yet.

Note the lightblue background is a Panel and the view (CalendarPager) is a child of this Panel to demonstate it´s layout

CalendarPager001.png


The Months can be Swipe left/right
CalendarPager002.png

Hi @DonManfred , I'm very interested by this value, do you sell the library?

Thx

Patrick
 

Cableguy

Expert
Licensed User
Longtime User
Found another one and did a wrapper... It´s not finished as yet.

Note the lightblue background is a Panel and the view (CalendarPager) is a child of this Panel to demonstate it´s layout

CalendarPager001.png


The Months can be Swipe left/right
CalendarPager002.png
Has this one been released already? how much for a custom one?
 

DonManfred

Expert
Licensed User
Longtime User
Found another one and did a wrapper... It´s not finished as yet.

Note the lightblue background is a Panel and the view (CalendarPager) is a child of this Panel to demonstate it´s layout

CalendarPager001.png

Project DICONTINUED:
The original lib was not really flexible. You cannot change textsize/color and such things. I was not happy with the result.
I now decided to discontinue the library





---------------------------------------------------------------------------------------------------------------


But i searched for a new one and did a new wrapper (the 25th or so :D). This one IS much more flexible. But i still need to do some work on it.

msCalendarView001.png


you can not do a "live swipe" but the months can be changed with a gesture OR the buttons in the top.

Some textcolors you already can change but some not. I´m working on it to extend it. I think this will be the library i want release (hopefully till weekend)
 

susu

Well-Known Member
Licensed User
Longtime User
A lot of beer cans are waiting for you DonManfred!
 

DonManfred

Expert
Licensed User
Longtime User
I think this will be the library i want release (hopefully till weekend)
It is more complicated than i thought as the library also bring a content-provider for Calendar-Events
I need to learn how to work with the provider first.

Advantage with the provider:
i can adapt the weekview-library (see #19 in this thread (still in development)) to work with this provider too.
And there is maybe one more library which can relay on the content-provider.
 
Top