Support for JPEG palette style (ov519 cams)

Anything you want added or changed in future versions of ZoneMinder? Post here and there's a chance it will get in! Search to make sure it hasn't already been requested.
Post Reply
zaphod
Posts: 1
Joined: Sat Jul 03, 2004 10:49 pm

Support for JPEG palette style (ov519 cams)

Post by zaphod »

Hi,

I'm chasing some help to implement the somewhat non standard JPEG palette style provided by the driver for these chips - I've hacked the zmc code to do so based on the BGR_INVERT flag on the RGB24 palette, but I'm at a loss as to where the information gets passed from the PHP scripts to the daemons to do it properly.

Thanks.

Anthony
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

The daemons all tend to be started by functions in zm_funcs.php however as ZM can be started from scripts without any web interface then zmpkg.pl is worth a look as well. You may well find it easy though to add a new configuration option to zmconfig.pl.in, and then it will be in the database, globally available in the code and can be changed from the web (optionally).

Phil,
Post Reply