poetaster | lolek there is: https://forum.sailfishos.org/t/bugs-in-patches-for-patchmanager | 10:26 |
---|---|---|
poetaster | lolek, this year nephros posted: https://forum.sailfishos.org/t/patchmanager-psa-about-a-small-bug-in-incompatible-patch-handling | 10:29 |
poetaster | lolek, I see you already got feedback on forum. sigh. | 10:29 |
poetaster | heh. should've known nephros would be faster. | 10:32 |
dracks[m] | hi, this week I found this article, this is something usable? | 12:54 |
dracks[m] | https://sailfishdev.tumblr.com/post/184867320352/use-svg-image-for-app-icon-instead-of-png-ones | 12:54 |
Mister_Magister | small pa https://twitter.com/Mister1Magister/status/1643634960841023488 | 15:23 |
Mister_Magister | piggz[m]: beware! | 15:23 |
attah | piggz[m]: In case you missed it... https://github.com/sailfishos-chum/sample-sfos-qqc2/pull/2 | 16:07 |
piggz[m] | attah: thx, i did! | 16:08 |
piggz[m] | Mister_Magister: good luck, i look forward to seeing your implementation! | 16:08 |
attah | okidok :) | 16:08 |
Mister_Magister | :P | 16:08 |
piggz[m] | gstreamer not very low level though ... u should talk to v4l :D | 16:08 |
Mister_Magister | piggz[m]: v4l not supported on sfos | 16:09 |
attah | Mister_Magister: You have seen the libcamera version piggz is working on, right? | 16:09 |
Mister_Magister | attah: nope | 16:09 |
Mister_Magister | i only seen app for pinephone | 16:09 |
attah | https://github.com/piggz/harbour-shutter | 16:10 |
piggz[m] | yes, its pinephone/linux desktop app | 16:10 |
piggz[m] | anything suppoerted by libcamera | 16:10 |
Mister_Magister | ye so not hybris | 16:10 |
* attah needs to find a compatible thermal camera | 16:10 | |
Mister_Magister | piggz[m]: or am i wrong | 16:10 |
piggz[m] | erm, i think libcamera has some weird android integration | 16:11 |
Mister_Magister | so not hybris | 16:11 |
Mister_Magister | + camera is one thing, encoding is whole another can of worms | 16:13 |
Mister_Magister | did i mention ACTUALLY NICE LOOKING UI? :))))) | 16:16 |
piggz[m] | like in advanced cam? | 16:18 |
mal | we could always make a hybris backend to libcamera but that would not be very nice :) | 16:19 |
Mister_Magister | piggz[m]: :)))))))) | 16:19 |
Mister_Magister | mal: currently i'm just thinking of more ways of hacking sfos | 16:19 |
Mister_Magister | official apis are nothing to me | 16:19 |
Mister_Magister | xd | 16:19 |
Mister_Magister | Bending sfos is my passion | 16:19 |
mal | I have some nice project I have been trying to get working like OpenXR support | 16:26 |
mal | also oher projects but too little time | 16:27 |
mal | *other | 16:28 |
Mister_Magister | mal: i've been trying to add 3d videos to microtube too but 360° videos are kinda f'd | 16:32 |
Mister_Magister | it's very difficult | 16:32 |
Mister_Magister | you need like half of sphere with weird texture that is video | 16:32 |
Mister_Magister | and the texture is not even standard, it changes even within 360 or 180 types | 16:33 |
Mister_Magister | and i just decided f it | 16:33 |
Mister_Magister | mal: wish jolla had public bugtracker still, i wonder how is fixing camera and h264 videos going | 16:33 |
mal | yes, I also tried 360 videos once, detecting those and then doing the conversion using shaders is painful | 16:36 |
mal | Mister_Magister: h264 video fixing? | 16:37 |
Mister_Magister | or was it avc1 | 16:37 |
Mister_Magister | ye | 16:37 |
Mister_Magister | mal: exactly, was trying to use shaders but they're beyond me | 16:37 |
mal | I couldn't find any simple way to detect which of various video formats the files are, like are they 180 or 360 etc | 16:38 |
Mister_Magister | i have way of detecting formats but not displaying them | 16:39 |
mal | also the 3d variants of those with half for one eye and half for the other | 16:39 |
Mister_Magister | ye | 16:39 |
Mister_Magister | mal: it was avc1 | 16:39 |
Mister_Magister | while streaming, seeking is broken | 16:39 |
Mister_Magister | pipeline has hiccup | 16:39 |
mal | streaming videos are annoying | 16:39 |
Mister_Magister | something is broken in demuxer | 16:39 |
Mister_Magister | so i'm forced to use vp9 | 16:40 |
Mister_Magister | but that blocks older video | 16:40 |
Mister_Magister | i mean older devices | 16:40 |
mal | if you have the way to detect those formats please share it | 16:40 |
Mister_Magister | i alraedy did :) | 16:40 |
Mister_Magister | would have to pull up logs | 16:40 |
mal | ok, maybe I can find it then | 16:41 |
Mister_Magister | imma report it every month then xd | 16:41 |
Mister_Magister | oh ye i reminded 2 months ago | 16:42 |
Mister_Magister | mal: https://paste.opensuse.org/pastes/d1ea9f71fb21 | 16:43 |
Mister_Magister | it's insanely reproducible | 16:44 |
mal | Mister_Magister: ok | 16:46 |
Mister_Magister | please do something about it :) I've been waiting for a year now :) | 16:46 |
mal | Mister_Magister: also about your comment "i have way of detecting formats but not displaying them" is that somewhere? | 16:46 |
Mister_Magister | mal: it's just about that i wanted to play youtube videos and well… youtube tells me the format via api | 16:47 |
Mister_Magister | nothing magic | 16:47 |
mal | hmm, ok | 16:47 |
mal | I was thinking of how to detect the type of video like 360 or 180 using some code | 16:47 |
Mister_Magister | mal: can't do that via gstreamer? isn't it in metadata? | 16:50 |
mal | not sure | 16:51 |
mal | https://gstreamer.freedesktop.org/documentation/additional/design/stereo-multiview-video.html?gi-language=c there is this | 16:51 |
Mister_Magister | mal: droidmedia has way more issues like crashing constantly but i'm just deciding to ignore it, tho the seeking stuff would be super helpful | 16:52 |
Mister_Magister | mal: not in sfos :)))) | 16:52 |
mal | also https://github.com/lubosz/gst-plugins-vr | 16:53 |
mal | yes, we know there is a bug in droidmedia which causes crashes in certain cases, annoying to debug | 16:53 |
Mister_Magister | oh ye that's more difficult to reproduce | 16:54 |
Mister_Magister | unlike seeking :)))))) | 16:54 |
Mister_Magister | mal: thats 5 years outdated | 16:54 |
mal | I know | 16:54 |
Mister_Magister | at some point i'll be freaking droidmedia grandmaster xd | 17:27 |
Mister_Magister | someone said we need rewrite on binder wink wink nudge nudge | 17:28 |
piggz[m] | Mister_Magister: you could implement the camera2 api ;) | 17:38 |
Mister_Magister | :) | 17:38 |
Mister_Magister | for now i'm trying to survive | 17:38 |
Mister_Magister | piggz[m]: personally i would love to implement anything as just vaapi plugin | 17:39 |
Mister_Magister | that would standarize shitton of sfos | 17:39 |
Mister_Magister | every standard video player app/ffmpeg would work | 17:39 |
Mister_Magister | and i wouldn't have to do hacky gstreamer playback | 17:39 |
Mister_Magister | vaapi is not ideal, far from it, its not even good, but so is gstdroid | 17:40 |
mal | piggz[m]: no point in doing the work twice | 18:07 |
piggz[m] | mal: someone else is working on that? | 18:40 |
mal | piggz[m]: me | 19:06 |
piggz[m] | oh, cool | 19:06 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!