Go to advanced search

by FinlayDaG33k
Wed Aug 03, 2016 5:39 pm
Forum: General discussion
Topic: Can't connect to internet?
Replies: 6
Views: 1186

Re: Can't connect to internet?

does the wireless interface show up under `ifconfig`? (eg. wlan0)
by FinlayDaG33k
Wed Aug 03, 2016 3:13 pm
Forum: Troubleshooting
Topic: ffmpeg recording with low FPS
Replies: 2
Views: 831

Re: ffmpeg recording with low FPS

jamesh wrote:That's probably using software encoding rather than the HW encoder which is good for 1080p30.

What are you trying to record, from where with what desired results?
I am trying to record my webcam, and I expect it to well... record decent quality videos with fully working audio without all the lag.
by FinlayDaG33k
Wed Aug 03, 2016 3:05 pm
Forum: Troubleshooting
Topic: ffmpeg recording with low FPS
Replies: 2
Views: 831

ffmpeg recording with low FPS

Hii there, so I'm trying to get my pi to be a portable recording box... but unfortunately I can only get unworkable results so far. I get very low FPS (about 7FPS) and very bad audio (just a bunch of noise with the actual thing it should record, which cuts off all the time) using ffmpeg. here is the...
by FinlayDaG33k
Wed Aug 03, 2016 1:48 pm
Forum: Graphics, sound and multimedia
Topic: Raspberry Pi record until button is pressed again
Replies: 9
Views: 3544

Re: Raspberry Pi record until button is pressed again

right now I'm waiting for my pi to compile ffmpeg... let's hope I can get to work once it's done...
by FinlayDaG33k
Wed Aug 03, 2016 11:27 am
Forum: Graphics, sound and multimedia
Topic: Raspberry Pi record until button is pressed again
Replies: 9
Views: 3544

Re: Raspberry Pi record until button is pressed again

Figured out these infos about my webcam:
Video part is found on: /dev/video0
audio part is found on hw:1,0

now how can I record both of them at the same time with 1080p30fps or 720p30fps...
by FinlayDaG33k
Wed Aug 03, 2016 10:08 am
Forum: Graphics, sound and multimedia
Topic: Raspberry Pi record until button is pressed again
Replies: 9
Views: 3544

Re: Raspberry Pi record until button is pressed again

Thanks, I'll try to look into the code you gave me.
Also, as far as I can see, it's only for startting the recording, but how about stopping the recording? (which is the main problem)
by FinlayDaG33k
Wed Aug 03, 2016 8:53 am
Forum: Graphics, sound and multimedia
Topic: Raspberry Pi record until button is pressed again
Replies: 9
Views: 3544

Re: Raspberry Pi record until button is pressed again

Hii there, thanks for your responses. basically what I want is this: button press (will be on raspberry GPIO) --> start recording --> press button again --> stop recording I want it to keep running until I say so with a button press (or if the SD is full of course). I've also tried to look around, b...
by FinlayDaG33k
Mon Aug 01, 2016 4:18 pm
Forum: Graphics, sound and multimedia
Topic: Raspberry Pi record until button is pressed again
Replies: 9
Views: 3544

Raspberry Pi record until button is pressed again

Hii there, I want to use my Pi for vlogging and other field work (sound like a dumb idea for some, but I think it can be quite neat as I don't have to buy a expensive camcorder for it) but now I came to the problem: how do start recording without having to grab my phone, SSH into the pi, and start m...
by FinlayDaG33k
Wed Feb 24, 2016 4:48 pm
Forum: Python
Topic: Python Script not working
Replies: 2
Views: 518

Re: Python Script not working

Thanks, I managed to solve it :D
by FinlayDaG33k
Wed Feb 24, 2016 4:01 pm
Forum: Python
Topic: Python Script not working
Replies: 2
Views: 518

Python Script not working

hii there guys, I build this python script, but it is not working properly. http://pastebin.com/SzrKHUen it says that google.com on port 80 is down, whilist ofcourse, it isn't. I know it should be a bug somewhere in the code, but I can't find it as I started python like half an hour ago. can someone...
by FinlayDaG33k
Tue Feb 23, 2016 11:06 am
Forum: Windows 10 for IoT
Topic: Windows 10 IoT Python not deploying
Replies: 3
Views: 1172

Re: Windows 10 IoT Python not deploying

Managed to solve it.
for those who are curious: don't hit on the `start Visual Studio Remote Debugger` button in the control panel.
by FinlayDaG33k
Tue Feb 23, 2016 10:03 am
Forum: Windows 10 for IoT
Topic: Windows 10 IoT Python not deploying
Replies: 3
Views: 1172

Re: Windows 10 IoT Python not deploying

I have followed that tutorial, but I get `Failed to launch remote debugger with following error: 'Command failed: 0x800705b4'.`
when I do `tlist` on the Pi trough PowerShell, I see 2 times `msvsmon.exe` (which is how it is supposed to be as far as I know)
by FinlayDaG33k
Tue Feb 23, 2016 7:54 am
Forum: Windows 10 for IoT
Topic: Windows 10 IoT Python not deploying
Replies: 3
Views: 1172

Windows 10 IoT Python not deploying

Hii there, I downloaded the `PythonBlinkyServer` sample from the MS github, but when I try to deploy it I get an error message. now trough some googling I managed to figure out that I should enable the `Universal (Unencrypted Protocol)`-Authentication in Visual Studio.. but the problem is: there is ...
by FinlayDaG33k
Mon Feb 22, 2016 6:05 pm
Forum: Windows 10 for IoT
Topic: Ping a server, return true or false
Replies: 2
Views: 804

Ping a server, return true or false

How can I make it that my Pi pings a server + port, , sees if it's online and returns true or false accordingly???
Please provide me with code rather than just saying what I should do as I am just starting out

Go to advanced search