ZM Bluescreen on Connection to Webcam, RPI2 Raspbian!

Forum for questions and support relating to the 1.25.x releases only.
Locked
Terex
Posts: 2
Joined: Tue Aug 25, 2015 11:32 am

ZM Bluescreen on Connection to Webcam, RPI2 Raspbian!

Post by Terex »

Hello
I have on my Raspberry Pi2 Raspbian-Wheezy in run and Zonalminder 1.25 installed. I have configured the following Webcam and the connection to Webcam in Zonaminder is green displayed, but the Log is red. Can Someone help me to fix the Problem and run my Webcam on Zoneminder??


Log-Error:
Unable to capture image, retrying / zm_remote_camera_http.cpp / 1092
Connection dropped by remote end / zm_remote_camera_http.cpp / 603
Select timed out / zm_remote_camera_http.cpp / 143

My Zoneminder install Steps on RPI2 Raspbian-Wheezy:
sudo apt-get install zoneminder (During Install set Yes for all requirements)
sudo ln -s /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf
sudo /etc/init.d/apache2 restart
sudo chmod 4755 /usr/bin/zmfix
sudo zmfix -a
sudo adduser www-data-Video

sudo nano /usr/share/perl5/ZoneMinder/Memory.pm
# line 130 - Change from:
-our $arch = int(3.2*length(~0));
# To:
+our $arch = 32;

Install Cambozola Java Plugin
tar xvf cambozola-latest.tar.gz
sudo cp ./cambozola-*/dist/cambozola.jar /usr/share/zoneminder


My Chinese Webcam/ CCTV-Cam:
Model: IPQ2361X-L36-POE
File Systen Version: T38F006-ONVIF-P2P V2.5.1.8 build 2015-01-12 10:42:48
Kernel: Linux 2.6.18_arm_v5t_le

ZM Monitor Settings:
Name - Monitor-1
Source Type - Remote
Function - Modect or Monitor
Enabled - Yes
Linked Monitors - Monitor-1
Maximum FPS - 30.00
Alarm Maximum FPS - No
Reference Image Blend %ge - 7
Triggers - non available

Remote Protocol - HTTP
Remote Method - Simple
Remote Host Name - 192.168.1.20
Remote Host Port - 554
Remote Host Path - /mpeg4
Remote Image Colors - 24 bit color
Capture Width (pixels) 1280
Capture Height (pixels) 720
Preserve Aspect Ratio - No
Orientation - normal

I have Try to change many Settings but nothing help, i always get a Bluescreen.
marco123
Posts: 25
Joined: Thu Mar 12, 2015 7:38 am

Re: ZM Bluescreen on Connection to Webcam, RPI2 Raspbian!

Post by marco123 »

for my cam:
Remote Host Name : login:password@192.168.1.133
Terex
Posts: 2
Joined: Tue Aug 25, 2015 11:32 am

Re: ZM Bluescreen on Connection to Webcam, RPI2 Raspbian!

Post by Terex »

On my Webcam is Login (Username+Password) deactivated, but i had try it too without effect.
marco123
Posts: 25
Joined: Thu Mar 12, 2015 7:38 am

Re: ZM Bluescreen on Connection to Webcam, RPI2 Raspbian!

Post by marco123 »

error !
Last edited by marco123 on Wed Aug 26, 2015 11:43 am, edited 1 time in total.
arymar
Posts: 13
Joined: Tue Dec 14, 2010 3:53 pm
Location: France

Re: ZM Bluescreen on Connection to Webcam, RPI2 Raspbian!

Post by arymar »

Terex, did you managed to get it working ?

Alain
Locked