1

Topic: Up and almost running

I seem to be very close, however I am getting this message at losing:

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Thu Nov 26 21:13:29 2015 from 192.168.0.71
Creating MMAL video mode camera resolution=1280x960
Creating callback data...
Creating camera...
Camera Enabled...
Created camera
Target Image Width: 1280
Target Image Height: 960
Initialized camera
Reinitialized.
Running on port 80...
pi@AtlasPi ~/freelss/src $ Disabled the video port

The web server is running, I get the Debian default page.

Any ideas?

Cheers

2

Re: Up and almost running

In the browser address bar have you put "http://atlas3d/" then hit enter

D4S + S3d 18 months and still learning
Filastruder

3

Re: Up and almost running

You probably have Apache installed and it is interfering with FreeLSS.  You will need to either uninstall Apache or change the port that FreeLSS is running on by modifying the freelss.properties file.

Uriah

4

Re: Up and almost running

Uriah,

I installed apache and now I get:

Last login: Fri Nov 27 17:28:24 2015
Creating MMAL video mode camera resolution=1280x960
Creating callback data...
Creating camera...
mmal: mmal_vc_component_enable: failed to enable component: ENOSPC
Creating Mock camera, width=1280, height=960
Reinitialized.
Running on port 80...
Exception: Error starting server on port 80
terminate called after throwing an instance of 'std::string'

5

Re: Up and almost running

You need to uninstall apache or use a different port for FreeLSS.

6

Re: Up and almost running

Duh!   I actually did uninstall, not install.  Then I got the above message.

Cheers

7

Re: Up and almost running

It still looks like something is running on port 80.  What do you get from the following command?

curl localhost

8 (edited by graham 2015-11-29 17:56:19)

Re: Up and almost running

Well I looked in the output and could see freelss commands, so I opened a web browser and behold!

No idea what I did differently.

Appreciate your patience

Cheers