Author Topic: Integrating CSB 5. and a webcam  (Read 4088 times)

Offline hidden

  • Auxilary Member
  • *
  • Posts: 11
Integrating CSB 5. and a webcam
« on: March 03, 2007, 08:36:36 PM »
Currently using CSB 5.0. Would like to integrate a camera with still uploads every 5 minutes or so to show projects in the shop. From my limited knowledge I believe I can choose from many programs that will publish a still image on the schedule I desire to a file at our URL. However it's not clear to me how the CSB 5.0 would access the info in that file to display it and what the simplest way is to manage a URL with CSB and whatever webcam software that's chosen. Anyone here have experience in this feat? Thanks

Offline hidden

  • Master Guru!
  • Expert Member
  • Full Member
  • *****
  • Posts: 423
  • keep on learning
    • The Pets Cornner
Re: Integrating CSB 5. and a webcam
« Reply #1 on: March 03, 2007, 10:35:09 PM »
Welcome to the forum  :welsign:

If your web cam software will upload an image to a folder/imageName on your web space
then on the page where you want the image to display
use the insert html feature to add
Code: [Select]
<img src="domain/folder/imageName" width="" height="" alt="web cam" />
-turtle

treasure your pets   :turtleblink:

Offline hidden

  • Auxilary Member
  • *
  • Posts: 11
Re: Integrating CSB 5. and a webcam
« Reply #2 on: March 04, 2007, 08:42:36 AM »
Thanks Turtle that's a start. However, it's still not clear to me how I would create and maintain the destination file with CSB. If the destination file is not contained within CSB, would it not overwrite and delete it each time I publish with CSB?

Offline hidden

  • Sami
  • Administrator
  • Senior Member
  • *****
  • Posts: 5924
  • Not a geek. Just a Nerd.
    • CSB Tutorials
Re: Integrating CSB 5. and a webcam
« Reply #3 on: March 04, 2007, 09:15:18 AM »
You would set up the folder for the images separately, outside of CSB.
Use an FTP software to ADD a new folder to your website.  Or many control panels have a FILE MANAGER or way to access the folder list to add new folder.

For a free FTP tool, check out CoreFTP Lite.  http://www.coreftp.com/

-Samantha
TNG: "Sometimes, you can make no mistakes, do everything right, and still lose" - Capt Picard to Data
(:turtle: In memory of Turtle: May 22, 1944 - Nov 24, 2007  GURU, mentor, and really nice guy! :turtleleft: )

Offline hidden

  • Master Guru!
  • Expert Member
  • Full Member
  • *****
  • Posts: 423
  • keep on learning
    • The Pets Cornner
Re: Integrating CSB 5. and a webcam
« Reply #4 on: March 04, 2007, 03:40:08 PM »
The web cam image would be uploaded automatically by the software you choose.
Be sure to have the image go to a new folder, then link to it in CSB
The visitors browser will load the current image whatever it is.

I upload all my images and link to them this way.
So my tlx file is very small.
Other wise it would be huge with more than 104 meg of images.
I can't imagine how big the tlx file would be and how slow.
-turtle

treasure your pets   :turtleblink:

Offline hidden

  • Sami
  • Administrator
  • Senior Member
  • *****
  • Posts: 5924
  • Not a geek. Just a Nerd.
    • CSB Tutorials
Re: Integrating CSB 5. and a webcam
« Reply #5 on: March 04, 2007, 07:31:38 PM »
One of my clients who builds with CSB4 links to all photos on his site.  More than 1000 graphs and charts updated daily or weekly!  Just uploads new set of images (keeps name the same) and the web page pulls in all images into page.

We split his OUTRAGEOUSLY large tlx file to 9 subs, took out the images and the remaining TLX files still average 8-11MB each.   Works out GREAT.


-Samantha
TNG: "Sometimes, you can make no mistakes, do everything right, and still lose" - Capt Picard to Data
(:turtle: In memory of Turtle: May 22, 1944 - Nov 24, 2007  GURU, mentor, and really nice guy! :turtleleft: )