Hikvison camera and Samsung Smart TV

snice

n3wb
Joined
Aug 28, 2014
Messages
15
Reaction score
1
Hi,

I have a DS-2CD2532 and would like to have the live view on my Samsung TV. Does anyone managed to do it? I know I can use NVR or Android USB stick connected to HDMI but prefer to avoid this

Thanks
 

bp2008

Staff member
Joined
Mar 10, 2014
Messages
12,666
Reaction score
14,005
Location
USA
I don't think you can do this. Smart TVs are good at a very limited number of things. I wouldn't even use an Android (HDMI) stick ... I just plug my main gaming PC into my projector and it is about 1000x more capable than any smart TV.
 

nayr

IPCT Contributor
Joined
Jul 16, 2014
Messages
9,329
Reaction score
5,325
Location
Denver, CO
The cameras require a custom web browser plugin to view them on a normal computer; your TV does not have that plugin, nor would any android stick.

NVR or hack a RasberyPI

Best you could do with what you got is load up the static JPEG image and reload the page on your TV over and over.
http://IP:pORT/Streaming/channels/1/picture I believe is the proper URL for your camera.
 

sprucecams

Getting the hang of it
Joined
Aug 4, 2014
Messages
142
Reaction score
11
Location
Chicagoland
I tried using the browser on my RasPi to access my Blue Iris server, but it was very slow and would time out (or something) after some interval of inactivity, so I would have to keep restarting it and accessing my Blue Iris server all over again. This meant keeping a mini-keyboard (w/touchpad) handy, etc. A real pain. So, quoting from an earlier post of mine, this is what I did:

I have two HDTVs (Sharp & Samsung) on which I wanted to be able to switch quickly to view my camera streams. After considering the suggestions in this and other threads, I decided to try a HDMI-to-Cat5e-to-HDMI converter to display the HDMI output of my NVR display (which is the BI host) on the TVs via Cat5e. I bought a dual stream unit for $93.30 from Monoprice: http://www.monoprice.com/Product?c_i...seq=1&format=2

It works great. Now when I want to view the camera streams, I switch the TV over to the HDMI input where the downstream Cat5e-HDMI converter is connected and there they are. No LAN bandwidth issues and easy for the wife and kids to use. Highly recommended.

In view of the current limitations of so-called "smart" TVs, this seems a good way to go. Plus no LAN bandwidth concerns. FWIW
 

sprucecams

Getting the hang of it
Joined
Aug 4, 2014
Messages
142
Reaction score
11
Location
Chicagoland
Can I do that to view my BI server stream? I want to see all cameras in the display, not just a single camera.
 

nayr

IPCT Contributor
Joined
Jul 16, 2014
Messages
9,329
Reaction score
5,325
Location
Denver, CO
no, just a single stream.. but it could be setup to change streams on a timer, so every 4-5s it could switch to the next camera.
 

sprucecams

Getting the hang of it
Joined
Aug 4, 2014
Messages
142
Reaction score
11
Location
Chicagoland
:-( As much as I like my Ras Pi and look for ways to use it in some dedicated application, I keep hitting roadblocks like this. Oh well, the search continues . . .
 

snice

n3wb
Joined
Aug 28, 2014
Messages
15
Reaction score
1
Ok thanks to all for your reply. I think I'll end up with Hik NVR...
 

networkcameracritic

Getting the hang of it
Joined
Mar 10, 2014
Messages
719
Reaction score
203
Why not run Android on the Raspberry Pi. Then you should be able to run one of the many IP camera apps, even iVMS4500.
 

LittleBrother

Pulling my weight
Joined
Sep 16, 2014
Messages
480
Reaction score
119
You should be sure this is something you'll even use. If somebody is at the door for example and you want to see them on the tv you need to at least switch the TV input, then do whatever else, it could end up taking a while to get onscreen.
 

nayr

IPCT Contributor
Joined
Jul 16, 2014
Messages
9,329
Reaction score
5,325
Location
Denver, CO
its my understanding Android on the PI sucks, is very slow and unstable.. better off with a Droidstick.

I am going to my cameras on my main TV and a display by the door, but it will be wrapped in automation.. the screen by the door will always show the cameras and go to sleep and wakeup based upon a motion sensor in the entry way... the main TV will turn on the display if needed and switch inputs if the doorbell is rang or the alarm is triggered.. without any interaction.
 

sprucecams

Getting the hang of it
Joined
Aug 4, 2014
Messages
142
Reaction score
11
Location
Chicagoland
"the main TV will turn on the display if needed and switch inputs if the doorbell is rang or the alarm is triggered.. without any interaction"

I'd be interested in how you do this. My guess is you would need a sensor to know the on/off state of your TV, and IR emitters with appropriate IR signal data to control the TV to get to the screen you need.
 

nayr

IPCT Contributor
Joined
Jul 16, 2014
Messages
9,329
Reaction score
5,325
Location
Denver, CO
Serial (RS232) ports on my Sharp Aquos television and also on my Pioneer Audio/Video Receiver.. along with a set of programs I wrote to easily interact with both of them anywhere on the network.

here is a simple command I can run from anywhere on the network, 1 = ON, 0 = OFF

Code:
[aquos@dispatch ~]$ echo -e 'POWER\nEXIT' | /usr/bin/nc localhost 46841
1
[aquos@dispatch ~]$ echo -e 'POWER TOGGLE\nEXIT' | /usr/bin/nc localhost 46841
OK
[aquos@dispatch ~]$ echo -e 'POWER\nEXIT' | /usr/bin/nc localhost 46841
0
 
Last edited by a moderator:

sprucecams

Getting the hang of it
Joined
Aug 4, 2014
Messages
142
Reaction score
11
Location
Chicagoland
Fenderman, agreed. Nayr, this is REALLY interesting. I must know more! :) I recall struggling long ago with voltage/current/EMF sensors to sense the state of a TV, plus trying to learn the individual IR codes like the code for "turn on" and the code for "turn off", only to be told over and over that there were no discreet codes, just toggle on/off. Major PIA stuff. But with discreet on/off codes and direct digital control, this has great potential. Sadly my Acquos has no serial port (RS232 or USB). My newer Samsung "Smart TV" (now there's an oxymoron, sorta like government intelligence) has USB ports and, of course, an Ethernet port. So, the big question then is where do I find information like you did (control data/signals and protocols) to hack into the Samsung? Please share any sources, thoughts, suggestions, etc. Many thanks!
 

nayr

IPCT Contributor
Joined
Jul 16, 2014
Messages
9,329
Reaction score
5,325
Location
Denver, CO
basically my entire adult life has been building up to this house and making it smart, its probably a mental complex. my father built our house with his bare hands, I cannot do that because my career needs me to be in a big city where a perpetual construction project like that wont fly.. so instead make this house uniquely mine through other engineering projects, hopefully equally as impressive :).. I remember watching TV in parents basement, ~12yrs old and being annoyed that I had to turn the volume up every time the heater kicked on and then back down again after it shutoff or I'd get yelled at for having TV too loud.. So I built a device that did it for me and then nearly got my ass beat when dad found it tapped into his heater's wiring.

The TV is like 10 years old now; was a huge purchase back then for a tv like this and when I bought it the serial port was a requirement because someday I would need it.. it took about 6-7 years but finally I started using it.. I didnt even own, was still renting a tiny apartment back then.. got to plan ahead! I knew from early automation experiences that one-way control (like IR Remote) is not enough, you need two way interaction.. otherwords things get out of sync with what the program thinks is happening.. like thinking its turning a TV on when its really turning it off.

Before purchasing either the TV or my AVR I located and downloaded the documentation that outlines command codes and reviewed it to ensure the capabilities I was looking for were available.. trying to get this after the fact is almost certainly going to result in a failure unless your really lucky.. System integrators have been using the serial control forever and there available from most brands but it is the higher end models that seem to even have them, and then only on select models.. the docs are public and usually available right from the manufacturer's website.

My AVR is in the racks in the basement and the TV is on a fireplace mantle with a hidden HDMI cable and a long-run USB cable going to a small hub behind it, the hub breaks out to a usb to serial cable, bluetooth module, Z-Wave stick and a cheap webcam (that will be replaced by a IPCam soon).. all that plugs into my lil CuBox ArchLinux-ARM powered automation server locked in an in-wall security panel in my datacenter.
 
Last edited by a moderator:

nayr

IPCT Contributor
Joined
Jul 16, 2014
Messages
9,329
Reaction score
5,325
Location
Denver, CO
ive got a thread in the home automation subforum that it would probably be more appropriate for me to continue this convo if you have further questions on how I set things up.
 

snice

n3wb
Joined
Aug 28, 2014
Messages
15
Reaction score
1
For Samsung TV there is many way to control it:
- IR: combining Rpi and and IR led you can control the TV
- TCP-IP: There is a network application that is able to control your TV
- Bluetooth

There is also an RS232 interface but not sure how to use it

Last but no least, you can also control it using CEC, from Rpi...
 

sprucecams

Getting the hang of it
Joined
Aug 4, 2014
Messages
142
Reaction score
11
Location
Chicagoland
"TCP-IP: There is a network application that is able to control your TV" I would very much appreciate any links, pointers, etc., to find any apps for this. Many thanks!
 
Top