Page 1 of 1

Support for JPEG palette style (ov519 cams)

Posted: Sat Jul 03, 2004 11:04 pm
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

Posted: Sun Jul 04, 2004 9:16 am
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,