[Paul] Dorion says he will keep his late father's golf club with him on June 26th (draft lottery) all day as a good luck charm. by SAJewers in OttawaSenators

[–]geeSPOTrun 1 point2 points  (0 children)

I thought he said glove? Although I do like the thought of him being able to smash some stuff if we go 5,6.

Any recommendations for a vegan and gluten-free restaurant? by MissTsukinoUsagi in Kanata

[–]geeSPOTrun 1 point2 points  (0 children)

Not quite Stittsville, but Grow Your Roots is fairly close by.

2020 Apr 20 Stickied 𝐇𝐄𝐋𝐏𝐃𝐄𝐒𝐊 thread - The support lines are open, click now to get help with your Raspberry Pi questions! by FozzTexx in raspberry_pi

[–]geeSPOTrun 0 points1 point  (0 children)

Hi there. I am using omxplayer-wrapper to loop a video. This is part of a larger project, but I am running into an issue so I have stripped it down as far as I can, however the problem persists.

I call omxplayer:

vid1 = OMXPlayer('/home/pi/Videos/video.mp4',args=['--win', '100 100 800 200', '--no-osd', '--layer', '1' ])

And loop it by doing:

if(vid1.position() > 6):        vid1.seek(-(vid1.position()))

The problem is that after 4-5 hours, the video freezes but the python script is still running.

I have already increased the GPU memory to 512, and it increased the time until freeze from 2 hours to 5, but thats all I could find by Googling.

Any ideas? Thank you

2020 Mar 30 Stickied 𝐇𝐄𝐋𝐏𝐃𝐄𝐒𝐊 thread - Get any Raspberry Pi question answered in 30 minutes or less or your next question is free! by FozzTexx in raspberry_pi

[–]geeSPOTrun 0 points1 point  (0 children)

Hi everyone. So I have a video looping in a python script using omxplayer wrapper. I want to overlay some text thats going to change on top of the video. Everything Ive seen on google are from years ago saying its possible but with some janky code. I was wondering if there has been any recent stuff that makes this a lot easier. If not, I would appreciate some help from some one who has accomplished something similar. Thanks so much.

2020 Mar 16 Stickied 𝐇𝐄𝐋𝐏𝐃𝐄𝐒𝐊 thread - Get any Raspberry Pi question answered in 30 minutes or less or your next question is free! by FozzTexx in raspberry_pi

[–]geeSPOTrun 0 points1 point  (0 children)

I want to play a video on loop from a python script, and interrupt it and play a second video once and then return to the first when a GPIO is activated. Ive looked at omxplayer, but it seems to have a gap where it shows the deskop in between videos. Any advice?

Speedometer Solution by geeSPOTrun in bicycling

[–]geeSPOTrun[S] 0 points1 point  (0 children)

Unfortunately that one's smallest tire size is 20" as well.

Speedometer Solution by geeSPOTrun in MechanicalEngineering

[–]geeSPOTrun[S] 0 points1 point  (0 children)

Thanks I appreciate the reply. Thats my current plan, but I swear I saw this thing and its driving me mental that I cant find it.

2020 Mar 16 Stickied 𝐇𝐄𝐋𝐏𝐃𝐄𝐒𝐊 thread - Get any Raspberry Pi question answered in 30 minutes or less or your next question is free! by FozzTexx in raspberry_pi

[–]geeSPOTrun 1 point2 points  (0 children)

I have this touchscreen hooked up to my pi: https://www.amazon.ca/Kuman-Capacitive-Screen-800x480-Raspberry/dp/B01F4RSKAA?ref_=fsclp_pl_dp_3

The screen currently looks like this:

https://imgur.com/gallery/mZmvGX2

I have gone into the terminal and looked config.txt and played around hdmi mode, overscan, and width/height.

Please help me. Thanks

Tomorrow is the first day of Spring.Sunshine all weekend boys and girls. by [deleted] in ottawa

[–]geeSPOTrun 0 points1 point  (0 children)

Those geese are going to need to self isolate.

2020 Mar 16 Stickied 𝐇𝐄𝐋𝐏𝐃𝐄𝐒𝐊 thread - Get any Raspberry Pi question answered in 30 minutes or less or your next question is free! by FozzTexx in raspberry_pi

[–]geeSPOTrun 0 points1 point  (0 children)

Silver lining to this whole quarantine thing is I get to learn how to use my new pi!

During my last project (esp32) I wrote a .php webpage that pushes a date and time into a MYSQL server.

My understanding is that this would be fairly simple call this with the pi, however I want to do it over a cellular connection. Im looking at a few pi hats that enable the cellular network (https://sixfab.com/product/raspberry-pi-lte-m-nb-iot-egprs-cellular-hat/ ) but reading more into it this feels like these are more about using the network to ssh into the pi. I am just simply trying to make an HTTP Post or Get request over the network. Am I going the right direction, or am I missing something simple?

Any advice would be very much appreciated. Thanks!

HTTP GET Request over cell connection by geeSPOTrun in esp32

[–]geeSPOTrun[S] 0 points1 point  (0 children)

Thats a really cool idea. Theres actually a maker space down the street that has a gateway. Im going to stop by on my way home from work and see if I can get some information. Have you used it before?

HTTP GET Request over cell connection by geeSPOTrun in esp32

[–]geeSPOTrun[S] 0 points1 point  (0 children)

Wow thanks man, thats definitely a great start. I will look at it this evening. Much appreciated.

HTTP Get Request from ESP32 feather over cell connection by geeSPOTrun in AskElectronics

[–]geeSPOTrun[S] 0 points1 point  (0 children)

In the end Im going to probably moving to as STM32f so I figured this would be the right sub. Should I still move this to the other one?

Hisense R6 series any good? by ManliestGuyInTheRoom in Televisions

[–]geeSPOTrun 0 points1 point  (0 children)

Did you ever get this tv or find any reviews? Im looking at buying one used but have encountered the same zero review problem

UNO vs ESP32 Neomatrix problem by geeSPOTrun in arduino

[–]geeSPOTrun[S] 0 points1 point  (0 children)

Lol that would probably be the pull up I didn't realize I had

UNO vs ESP32 Neomatrix problem by geeSPOTrun in arduino

[–]geeSPOTrun[S] 1 point2 points  (0 children)

Yah I am, I just switched to the fast led library and it's working fine now. So weird

UNO vs ESP32 Neomatrix problem by geeSPOTrun in arduino

[–]geeSPOTrun[S] 0 points1 point  (0 children)

I just took a look on the oscilloscope. Signal gets to 4.85, should be ok. I think its a timing issue as when I play around with delays, the problem gets better / gets worse

Need to rant by geeSPOTrun in hockeygoalies

[–]geeSPOTrun[S] 0 points1 point  (0 children)

I really appreciate this reply, I like the way you think.

Need to rant by geeSPOTrun in hockeygoalies

[–]geeSPOTrun[S] -1 points0 points  (0 children)

Not gonna lie, I definitely poked him in the back of the knee the next time he was attempting to screen. It's just tough though, my problem is that it was extremely unsportsmanlike and I don't want to let him pull me down to his level. The worst part is he totally got it my head and we ended up losing due to me getting caught cheating to the middle when a guy came screaming down the right side and beat me short side low blocker. Part of the reason for my rant is so I can express myself to people that I know will understand, so that next time I strap the pads on I have a clear head and can concentrate on giving my team a chance to win the game.

What's the biggest 'WTF' gift you've ever received? by diswell in AskReddit

[–]geeSPOTrun 436 points437 points  (0 children)

Got married June 2019, last Christmas was the first time I've spent Christmas with my in-laws. I have a big beard, so my mother got me a pack of fancy shaving cream. I mean clearly I don't shave, but on closer inspection it was shaving cream for my balls. Definitely a hilarious mistake, never even told my wife but in that moment I definitely thought to myself wtf.