Go to advanced search

by kowetas
Wed Mar 05, 2014 12:11 pm
Forum: Troubleshooting
Topic: Apache2 403 Forbidden Error
Replies: 3
Views: 2537

Re: Apache2 403 Forbidden Error

sudo cat /var/log/apache2/error.log Every error detected by Apache is logged there. Thanks for this. I tried the chmod stuff and that made no difference to the apache page that should say 'it works' - that still says forbidden, but with this I managed to see that I had my index.html file in the wro...
by kowetas
Tue Feb 18, 2014 1:58 pm
Forum: Troubleshooting
Topic: Apache2 403 Forbidden Error
Replies: 3
Views: 2537

Apache2 403 Forbidden Error

I followed these instructions to set up Apache 2 on my Pi. http://www.instructables.com/id/Raspberry-Pi-Web-Server/step7/Install-Apache-with-PHP/ When I navigate to the ip address on my browser however I get: Forbidden You don't have permission to access / on this server. Apache/2.2.22 (Debian) Serv...
by kowetas
Thu Feb 06, 2014 12:27 pm
Forum: Python
Topic: Problem with gpio in Python
Replies: 26
Views: 25367

Re: Problem with gpio in Python

Here is a simple way to make all of the pi user connections available for root, bypassing the xauth command:

Code: Select all

sudo cp ~pi/.Xauthority ~root/
This was the one that worked for me. Was about to give up too!
by kowetas
Sun Feb 02, 2014 12:56 pm
Forum: Python
Topic: Python + EasyDriver + Stepper motor?
Replies: 11
Views: 23083

Re: Python + EasyDriver + Stepper motor?

I don't really know Python that well so I am unsure as to what that script is doing when. With a stepper motor should I be able to just set the pin to 'on' and that operate the motor provided it is all wired up correctly? I am just trying to test to see if it works how I have set it up at the moment.
by kowetas
Fri Dec 06, 2013 1:11 pm
Forum: Camera board
Topic: RTSP Streaming
Replies: 40
Views: 90551

Re: RTSP Streaming

The application simply repackages native h264 stream with RTP headers. What do Quartz Composer or Pure Data expect from the source stream? Native h264, RTP packets, or? Not entirely sure, I thought that Quartz Composer would want h264s, but it doesn't seem to like streams - I read somewhere that it...
by kowetas
Mon Dec 02, 2013 11:56 am
Forum: Camera board
Topic: RTSP Streaming
Replies: 40
Views: 90551

Re: RTSP Streaming

Hi, this looks like it works really well, do you think it is possible to then pull the RTSP stream into something like Quartz Composer or Pure Data on the receiving computer to then manipulate the video doing like chroma keying or something? Currently I use MJpeg streamer to stream video across, but...

Go to advanced search