php with CCTV Camera and Barcode

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
pickey
Forum Newbie
Posts: 9
Joined: Mon Feb 18, 2008 10:52 pm

php with CCTV Camera and Barcode

Post by pickey »

Hello All,

Is it possibel to use CCTV camera integration and genrate Bar Code through PHP?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: php with CCTV Camera and Barcode

Post by Chris Corbyn »

Yes to both. Barcodes is 100% yes. CCTV is possible, but just not very feasible. You want Java or flash/actionscript.
pickey
Forum Newbie
Posts: 9
Joined: Mon Feb 18, 2008 10:52 pm

Re: php with CCTV Camera and Barcode

Post by pickey »

Chris Corbyn wrote:Yes to both. Barcodes is 100% yes. CCTV is possible, but just not very feasible. You want Java or flash/actionscript.

Thanks Chris . . .

why CCTV wud not be feasible?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: php with CCTV Camera and Barcode

Post by Chris Corbyn »

pickey wrote:
Chris Corbyn wrote:Yes to both. Barcodes is 100% yes. CCTV is possible, but just not very feasible. You want Java or flash/actionscript.

Thanks Chris . . .

why CCTV wud not be feasible?
PHP is only really good at single page requests. CCTV would require some sort of service to be running constantly. PHP also does not support multithreading, and for video stuff multithreading would likely help performance.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: php with CCTV Camera and Barcode

Post by onion2k »

I've created a very snazzy barcode interface to a warehouse system using Javascript and PHP glued together with AJAX. It's great fun.
pickey
Forum Newbie
Posts: 9
Joined: Mon Feb 18, 2008 10:52 pm

Re: php with CCTV Camera and Barcode

Post by pickey »

onion2k wrote:I've created a very snazzy barcode interface to a warehouse system using Javascript and PHP glued together with AJAX. It's great fun.
Hey! Can u provide that code to me.



Thanks
pickey
Forum Newbie
Posts: 9
Joined: Mon Feb 18, 2008 10:52 pm

Re: php with CCTV Camera and Barcode

Post by pickey »

Chris Corbyn wrote:
pickey wrote:
Chris Corbyn wrote:Yes to both. Barcodes is 100% yes. CCTV is possible, but just not very feasible. You want Java or flash/actionscript.

Thanks Chris . . .

why CCTV wud not be feasible?
PHP is only really good at single page requests. CCTV would require some sort of service to be running constantly. PHP also does not support multithreading, and for video stuff multithreading would likely help performance.


Hey ! there are many CCTV Camera s/w available in market, but I dont know whether it can be glued with php or not. Do u know somthing about it ?
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: php with CCTV Camera and Barcode

Post by onion2k »

pickey wrote:Hey! Can u provide that code to me.
Err... no.
pickey
Forum Newbie
Posts: 9
Joined: Mon Feb 18, 2008 10:52 pm

Re: php with CCTV Camera and Barcode

Post by pickey »

onion2k wrote:
pickey wrote:Hey! Can u provide that code to me.
Err... no.

But why?
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: php with CCTV Camera and Barcode

Post by onion2k »

pickey wrote:But why?
3 reasons:

1. The client who I wrote it for paid a great deal of money for it. I don't think they'd want me giving it away.
2. How are you going to learn anything if you don't write your own code?
3. You didn't say "please".
pickey
Forum Newbie
Posts: 9
Joined: Mon Feb 18, 2008 10:52 pm

Re: php with CCTV Camera and Barcode

Post by pickey »

onion2k wrote:
pickey wrote:But why?
3 reasons:

1. The client who I wrote it for paid a great deal of money for it. I don't think they'd want me giving it away.
2. How are you going to learn anything if you don't write your own code?
3. You didn't say "please".

1. The client who I wrote it for paid a great deal of money for it. I don't think they'd want me giving it away.
Ans: I woud say u r right . . . I respect ur thought

2. How are you going to learn anything if you don't write your own code?

Ans: I think it can be negotiable, u can think again over this thought PLzzzzz. . .

3. You didn't say "please".

ANS: If saying "Please" wud remove above two reasons then I wud be the happiest person to say u PLEASE... PLZ...n Plez..


Thanks
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: php with CCTV Camera and Barcode

Post by Chris Corbyn »

~pickey, take your cocky attitude elsewhere please.
pickey
Forum Newbie
Posts: 9
Joined: Mon Feb 18, 2008 10:52 pm

Re: php with CCTV Camera and Barcode

Post by pickey »

Chris Corbyn wrote:~pickey, take your cocky attitude elsewhere please.

May God bless u friend . . .
Post Reply