5 MegaGixel 1/1.8" low light destroyer for $90-AVOID LONGSE JUNK

Since the IR leds are awesome, Im going to use it strictly as an illuminator since the HIK only illuminates the center of the field.
 
Last edited by a moderator:
Anyone else has AWB issue? When the sun is really bright have image all "bright green", if I set to Manual White balance and use default values then it's fine
 
Hey there,

finally I installed the camera this week. I set up a ftp on the raspi as well, where it uploads its motion alerts.
Now im trying to get the rtsp stream with the omxplayer run, but it fails since hours.

The stream doesn't open at all.
my command is:
omxplayer -g --live rtsp:///192.168.2.3:554

which leads to this terminal output:
Invalid framerate 90000, using forced 25fps and just trust timestamps
have a nice day ;)

That's the omxplayer.log logfile:
17:16:46 T:2126494360 DEBUG: DllBcm: Using omx system library
17:16:46 T:2126496458 DEBUG: DllOMX: Using omx system library
17:16:46 T:2126497607 DEBUG: DllAvFormat: Using libavformat system library
17:16:46 T:2126502138 DEBUG: DBus connection succeeded
17:16:46 T:2126504543 DEBUG: Keyboard: DBus connection succeeded
17:16:46 T:2126504920 DEBUG: OMXThread::Create - Thread with id 1901065264 started
17:16:46 T:2126505188 DEBUG: DllAvUtilBase: Using libavutil system library
17:16:46 T:2126505297 DEBUG: DllAvCodec: Using libavcodec system library
17:16:46 T:2126505355 DEBUG: DllAvFormat: Using libavformat system library
17:16:46 T:2126518271 DEBUG: COMXPlayer::OpenFile - avformat_open_input rtsp://192.168.2.3:554
17:16:46 T:2126729409 DEBUG: COMXPlayer::OpenFile - avformat_open_input enabled SEEKING
17:16:56 T:2136760515 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.clock input port 80 output port 81 m_handle 0x1190a10
17:16:56 T:2136761441 DEBUG: OMXClock::OMXStop
17:16:56 T:2136761785 DEBUG: OMXClock::OMXSetSpeed(0.00) pause_resume:1
17:16:56 T:2136762334 DEBUG: DllAvUtilBase: Using libavutil system library
17:16:56 T:2136762446 DEBUG: DllAvCodec: Using libavcodec system library
17:16:56 T:2136762562 DEBUG: DllAvFormat: Using libavformat system library
17:16:56 T:2136764226 DEBUG: OMXClock::OMXStop
17:16:56 T:2136777643 DEBUG: OMXThread::Run - Exited thread with id 1901065264
17:16:56 T:2136778502 DEBUG: OMXThread::StopThread - Thread stopped
17:16:56 T:2136781317 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.clock handle 0x1190a10


Does someone got the rtsp stream running on a raspberry pi?


I tried Kodi as well, but the rtsp doesn't work there as well.

Any ideas?

Best,
Patrick.
 
Last edited by a moderator:
Did you try these?

Main stream : rtsp://192.168.1.168:80/0

Sub stream : rtsp://192.168.1.168:80/1
 
  • Like
Reactions: Genius and GuiBou
Yes just tried it.
In VLC in Windows everything is fine, but I can't open them on the raspberry. The recorded avis work as well in omxplayer, but this rtsp stream is really a pain.

Another question, rtsp doesn't work on android phones as well. Maybe this hangs together?
 
try --aidx -1 on omxplayer to prevent it from looking for an audio stream..
 
  • Like
Reactions: Genius
--lavfdopts probesize:25000
 
  • Like
Reactions: Genius
Still the same log and terminal output :(
This is so weird, the log even doesn't give a error or something.

I finally got it. Dunno how much hours I spend - looks so easy now.

omxplayer -n -1 --avdict 'rtsp_transport:tcp' rtsp:///192.168.2.3:554

Thanks for the help :-)

:cheerful:
 
  • Like
Reactions: GuiBou and Q™
Are there any recommendations for a simple android video player app, that supports this tcp rtsp stream?

The only one thats working for me is "onvifer" but the stream crashes sometimes and it's packed with way to much stuff to make settings on the camera.

Best,
Patrick
 
Tiny cam otherwise ivms4500 which is free from Hikvision
 
  • Like
Reactions: Genius
Actually im streaming from the camera with the pi to the tv in the living room (FHD stream), whenever i start another stream via tablet (FHD stream) the camera restarts pretty often.
Do you experience those problems as well?
 
Last edited by a moderator:
The camera runs stable, as long as I don't open to much streams while playing in config. It seems to be a bit sensitive.

Another question, is it somehow possible to increase the recording time?
It's now set to 10 seconds, which is pretty few.
The problem is, when there is like 30 seconds motion outside, it happens pretty often, that the camera detects the first motion, stores a 10 sec file on the ftp and then detects motion again lets say 10-15 after the first detected motion ended. So there is pretty often a gap between the first file and the second detection.
Btw. I expericence lots of false alarms. If I set sensitivity lower, things that are like 10meter away wont get recognized reliable anymore.

Furthermore, I have the feeling, that the camera's h.264 encoder is not as good as it should be. All files, that are encoded in VBR are pretty much around 10mb. Even when there is not much movement or even no movement. I-Frame intervall is set to 3 seconds, bit rate to 8000kbps. When I set the encoder to CBR the files are just 1 mb bigger.
Any ideas?

Best,
Patrick
 
Last edited by a moderator: