<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Freescale i.MX27 IP Camera Forum - All Forums]]></title>
		<link>http://ip-cam.org/</link>
		<description><![CDATA[Freescale i.MX27 IP Camera Forum - http://ip-cam.org]]></description>
		<pubDate>Wed, 10 Mar 2010 20:11:25 -0700</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Need audio driver for WM8974]]></title>
			<link>http://ip-cam.org/showthread.php?tid=235</link>
			<pubDate>Mon, 01 Mar 2010 01:22:26 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=235</guid>
			<description><![CDATA[Hi,<br />
<br />
  Is the audio dirver for WM8974 available for MX27 IPCAM in the 2.0 BSP? Or is it just on the to-do list?<br />
<br />
Regards,<br />
Robbie]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
  Is the audio dirver for WM8974 available for MX27 IPCAM in the 2.0 BSP? Or is it just on the to-do list?<br />
<br />
Regards,<br />
Robbie]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Problem creating the filesystem]]></title>
			<link>http://ip-cam.org/showthread.php?tid=234</link>
			<pubDate>Thu, 11 Feb 2010 16:09:06 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=234</guid>
			<description><![CDATA[I have recently down loaded the IMX27IPCAM_BSP.<br />
It installed and built gcc without any problems.<br />
<br />
I had to cahnge my shell from dash to bash to get the rest to build.<br />
<br />
But when I tried to build the File system I get errors telling permission denied. I got around this by changing the group and owner of all the files and directories in /Filesystem to the installing user 'a41112'.<br />
<br />
Now the script runs but I still get an error:<br />
<br />
Code:<br />
make: Leaving directory `/home/a41112/FreescaleiMX27/Applications/video'<br />
Creating staging directory<br />
cp: cannot access `rootfs/var/run/usb': Permission denied<br />
Removing the boot directory and files<br />
Removing man files and directories<br />
Removing info files<br />
Removing /usr/src directory<br />
Removing /usr/include directory<br />
Removing /usr/manual directory<br />
Removing static libraries<br />
Populating filesystem...<br />
Installing video server...<br />
Installing html and cgi files...<br />
Installing hardware tests...<br />
Adding startup scripts...<br />
cp: cannot stat `/home/a41112/FreescaleiMX27/Packages/ffmpeg.zip': No such file or directory<br />
chmod: cannot access `rootfs.tmp/usr/htdocs/ffmpeg.zip': No such file or directory<br />
Removing junk files.<br />
Stripping binaries and libraries<br />
Creating install package<br />
~/FreescaleiMX27/Filesystem/rootfs.tmp ~/FreescaleiMX27/Filesystem<br />
~/FreescaleiMX27/Filesystem<br />
a41112@ld2807:~/FreescaleiMX27/Filesystem&#36;<br />
<br />
<br />
Is this a normal step in the process?]]></description>
			<content:encoded><![CDATA[I have recently down loaded the IMX27IPCAM_BSP.<br />
It installed and built gcc without any problems.<br />
<br />
I had to cahnge my shell from dash to bash to get the rest to build.<br />
<br />
But when I tried to build the File system I get errors telling permission denied. I got around this by changing the group and owner of all the files and directories in /Filesystem to the installing user 'a41112'.<br />
<br />
Now the script runs but I still get an error:<br />
<br />
Code:<br />
make: Leaving directory `/home/a41112/FreescaleiMX27/Applications/video'<br />
Creating staging directory<br />
cp: cannot access `rootfs/var/run/usb': Permission denied<br />
Removing the boot directory and files<br />
Removing man files and directories<br />
Removing info files<br />
Removing /usr/src directory<br />
Removing /usr/include directory<br />
Removing /usr/manual directory<br />
Removing static libraries<br />
Populating filesystem...<br />
Installing video server...<br />
Installing html and cgi files...<br />
Installing hardware tests...<br />
Adding startup scripts...<br />
cp: cannot stat `/home/a41112/FreescaleiMX27/Packages/ffmpeg.zip': No such file or directory<br />
chmod: cannot access `rootfs.tmp/usr/htdocs/ffmpeg.zip': No such file or directory<br />
Removing junk files.<br />
Stripping binaries and libraries<br />
Creating install package<br />
~/FreescaleiMX27/Filesystem/rootfs.tmp ~/FreescaleiMX27/Filesystem<br />
~/FreescaleiMX27/Filesystem<br />
a41112@ld2807:~/FreescaleiMX27/Filesystem&#36;<br />
<br />
<br />
Is this a normal step in the process?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Can't capture sitll image (and video stream)]]></title>
			<link>http://ip-cam.org/showthread.php?tid=232</link>
			<pubDate>Thu, 04 Feb 2010 21:23:02 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=232</guid>
			<description><![CDATA[Hi there,<br />
<br />
Since I can't record video stream via v2ipd, I'd like to test the csi function.<br />
However, when trying to capture still jpeg image on imx27ipcam with Mt9d131 camera:<br />
(The kernel is configured with MICRON131 camera support and the camera IS detected during kernel boot.)<br />
<br />
#/usr/cgi-bin/camif.cgi --write --capture=enable_test_pattern<br />
.......<br />
#/usr/cgi-bin/camif.cgi --read --capture=still_jpeg<br />
<br />
This command waits for some time and prints the following message(no  .jpeg file is saved):<br />
<br />
mxc_v4l_read timeout counter 0<br />
read(ihdl->v4l2_state.cd_fd) returned -1<br />
hadle_jpeg_capture() failed --&gt;aborted.<br />
<br />
Then I add some pr_info() statements into kernel file mx27_v4l2_capture.c, and get additional following outputs:<br />
<br />
mxc_csi_irq_callback() DMA started<br />
mxc_csi_irq_callback() Image is not synchronizing with DMA- SOF before DMA completes<br />
<br />
It seems that  in mx27_v4l2_capture.c->mxc_v4l_read(),  the cam->still_counter is always 0 before time out.  And further, it seems that the variable "cam->still_counter" is not added since it is initialized to 0.<br />
<br />
What's the reason?<br />
Is it related to the system clock?<br />
But all other components(serial, ethernet, USB, MMC/SD) work well with the same clock source.<br />
<br />
<br />
Regards,<br />
Robbie]]></description>
			<content:encoded><![CDATA[Hi there,<br />
<br />
Since I can't record video stream via v2ipd, I'd like to test the csi function.<br />
However, when trying to capture still jpeg image on imx27ipcam with Mt9d131 camera:<br />
(The kernel is configured with MICRON131 camera support and the camera IS detected during kernel boot.)<br />
<br />
#/usr/cgi-bin/camif.cgi --write --capture=enable_test_pattern<br />
.......<br />
#/usr/cgi-bin/camif.cgi --read --capture=still_jpeg<br />
<br />
This command waits for some time and prints the following message(no  .jpeg file is saved):<br />
<br />
mxc_v4l_read timeout counter 0<br />
read(ihdl->v4l2_state.cd_fd) returned -1<br />
hadle_jpeg_capture() failed --&gt;aborted.<br />
<br />
Then I add some pr_info() statements into kernel file mx27_v4l2_capture.c, and get additional following outputs:<br />
<br />
mxc_csi_irq_callback() DMA started<br />
mxc_csi_irq_callback() Image is not synchronizing with DMA- SOF before DMA completes<br />
<br />
It seems that  in mx27_v4l2_capture.c->mxc_v4l_read(),  the cam->still_counter is always 0 before time out.  And further, it seems that the variable "cam->still_counter" is not added since it is initialized to 0.<br />
<br />
What's the reason?<br />
Is it related to the system clock?<br />
But all other components(serial, ethernet, USB, MMC/SD) work well with the same clock source.<br />
<br />
<br />
Regards,<br />
Robbie]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Obsolete Component Replacement]]></title>
			<link>http://ip-cam.org/showthread.php?tid=229</link>
			<pubDate>Thu, 28 Jan 2010 11:05:21 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=229</guid>
			<description><![CDATA[I have been redirected here by Freescale Semiconductor's technical support who claim that they do not have access to this information and are unable to answer these questsions. My apologies if this is not the appropriate channel.<br />
<br />
There are four components on the i.MX27 IPCamera reference design which have become obsolete (U4, U6, U9, and U12 in BOM Rev 1.3 from May 29, 2008). This is not an unusual occurance in electronics, and I have been seeking out replacement parts. In hopes that I can save time and effort, I will rule out if this work has already been done and that this information is already available:<br />
<br />
1) What is the current "released and supported" versions of the hardware? The BOM on BSP 1.1 and BSP 2.0 -- the one that I am using -- is REV 1.3 from May 29, 2008.<br />
<br />
2) If it is more recent than REV 1.3, does this version of the hardware use newer components? <br />
<br />
3) If not, are there plans to replace these and other retired ICs in the reference design?<br />
<br />
4) What are the suggested replacement ICs? Do these require reworks of the design reference? Is there an ECO available for these reworks.<br />
<br />
5) If they exist, to what level of testing have these new components been exposed.<br />
<br />
My apologies if this has been asked and answered in a different thread: I do not remember this ever comming up, and I was unable to find any reference to it this morning, but it is possible that I missed it.]]></description>
			<content:encoded><![CDATA[I have been redirected here by Freescale Semiconductor's technical support who claim that they do not have access to this information and are unable to answer these questsions. My apologies if this is not the appropriate channel.<br />
<br />
There are four components on the i.MX27 IPCamera reference design which have become obsolete (U4, U6, U9, and U12 in BOM Rev 1.3 from May 29, 2008). This is not an unusual occurance in electronics, and I have been seeking out replacement parts. In hopes that I can save time and effort, I will rule out if this work has already been done and that this information is already available:<br />
<br />
1) What is the current "released and supported" versions of the hardware? The BOM on BSP 1.1 and BSP 2.0 -- the one that I am using -- is REV 1.3 from May 29, 2008.<br />
<br />
2) If it is more recent than REV 1.3, does this version of the hardware use newer components? <br />
<br />
3) If not, are there plans to replace these and other retired ICs in the reference design?<br />
<br />
4) What are the suggested replacement ICs? Do these require reworks of the design reference? Is there an ECO available for these reworks.<br />
<br />
5) If they exist, to what level of testing have these new components been exposed.<br />
<br />
My apologies if this has been asked and answered in a different thread: I do not remember this ever comming up, and I was unable to find any reference to it this morning, but it is possible that I missed it.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Can't record video stream]]></title>
			<link>http://ip-cam.org/showthread.php?tid=228</link>
			<pubDate>Thu, 28 Jan 2010 02:17:40 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=228</guid>
			<description><![CDATA[Hi,<br />
<br />
When I tried to record video stream into a file with nc( linux host):<br />
#nc  1234 > video_file<br />
This command exits/returns immediately, and the video_file is created but its size is zero.<br />
<br />
Note that I have configure video server via 60000 udp port.<br />
#echo get_video_state |nc -u  60000<br />
 <br />
is_stopped<br />
#echo set_transport_type=tcp | nc -u  60000<br />
 <br />
<br />
However, get_transport_type returns nothing:<br />
#echo getansport_type | nc -u  60000<br />
 <br />
#echo start_video|nc -u  60000<br />
 <br />
#echo get_video_state |nc -u  60000<br />
 <br />
is_playing<br />
<br />
Note  at this time, there is no web pages or  netcat trying to record video.Why it is PLAYING?<br />
<br />
Another. When the video server is playing, I can't see port 1234 with LISTEN state by "nestat -a -t" command. If the server is running correctly, shouldn't it listen on tcp port 1234? But I can't see it. <br />
<br />
Also, when get_video_state return "is_palying", I issue the following cmd: <br />
#nc  1234 > video_file<br />
<br />
This command exits/returns immediately, and the video_file is created but its size is zero.<br />
Also I got the following kernel msg:<br />
"mxc_v4l_dqueue timeout enc_counter=0"<br />
<br />
Does this mean that there is something wrong with the kernel/driver?<br />
Or it does not matter?<br />
<br />
How to get video stream recorded correctly with netcam?]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
When I tried to record video stream into a file with nc( linux host):<br />
#nc  1234 > video_file<br />
This command exits/returns immediately, and the video_file is created but its size is zero.<br />
<br />
Note that I have configure video server via 60000 udp port.<br />
#echo get_video_state |nc -u  60000<br />
 <br />
is_stopped<br />
#echo set_transport_type=tcp | nc -u  60000<br />
 <br />
<br />
However, get_transport_type returns nothing:<br />
#echo getansport_type | nc -u  60000<br />
 <br />
#echo start_video|nc -u  60000<br />
 <br />
#echo get_video_state |nc -u  60000<br />
 <br />
is_playing<br />
<br />
Note  at this time, there is no web pages or  netcat trying to record video.Why it is PLAYING?<br />
<br />
Another. When the video server is playing, I can't see port 1234 with LISTEN state by "nestat -a -t" command. If the server is running correctly, shouldn't it listen on tcp port 1234? But I can't see it. <br />
<br />
Also, when get_video_state return "is_palying", I issue the following cmd: <br />
#nc  1234 > video_file<br />
<br />
This command exits/returns immediately, and the video_file is created but its size is zero.<br />
Also I got the following kernel msg:<br />
"mxc_v4l_dqueue timeout enc_counter=0"<br />
<br />
Does this mean that there is something wrong with the kernel/driver?<br />
Or it does not matter?<br />
<br />
How to get video stream recorded correctly with netcam?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[cgi extension on IE 7]]></title>
			<link>http://ip-cam.org/showthread.php?tid=227</link>
			<pubDate>Wed, 27 Jan 2010 22:17:53 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=227</guid>
			<description><![CDATA[Hi,<br />
I tried running a camera link with cgi extension on IE 7 and it prompts me to save the file etc. and cannot see any video cam. However using firefox does not have such problems. How do I resolve this problem in IE 7?Any suggestion.]]></description>
			<content:encoded><![CDATA[Hi,<br />
I tried running a camera link with cgi extension on IE 7 and it prompts me to save the file etc. and cannot see any video cam. However using firefox does not have such problems. How do I resolve this problem in IE 7?Any suggestion.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[IP camera and netbook]]></title>
			<link>http://ip-cam.org/showthread.php?tid=226</link>
			<pubDate>Tue, 26 Jan 2010 22:48:07 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=226</guid>
			<description><![CDATA[Hi,<br />
I am using the software Vidblaster to produce and record videos and this software has the option to use IP camera's. I have some (XP) netbooks laying around that I never use and I wanted to try if I can set up one of these netbooks as an IP camera but I have no idea how to go about.Do any of you know if this is possible and how to set this up?]]></description>
			<content:encoded><![CDATA[Hi,<br />
I am using the software Vidblaster to produce and record videos and this software has the option to use IP camera's. I have some (XP) netbooks laying around that I never use and I wanted to try if I can set up one of these netbooks as an IP camera but I have no idea how to go about.Do any of you know if this is possible and how to set this up?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[problem with sound driver]]></title>
			<link>http://ip-cam.org/showthread.php?tid=225</link>
			<pubDate>Sat, 23 Jan 2010 03:16:23 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=225</guid>
			<description><![CDATA[Hi,<br />
My computer is not play DirectSound.The test in dxdiag fails,and in one of my games the music won't play Other sounds like mp3s and such play.I have Realtek ALC880 HD audio, and my driver is the newest version,version 5.10.00.5273 from Realtek's site.I had to get the newest driver recently when I got my new 5.1 speakers, because the other one didn't seem to recognize them at all.That fixed it and they work fine now, but since then DirectSound doesn't work.I have the latest version of DirectX,9.0c and any updates for it, also.I have no idea what to do about this problem,does anyone have any suggestions?<br />
thanks.]]></description>
			<content:encoded><![CDATA[Hi,<br />
My computer is not play DirectSound.The test in dxdiag fails,and in one of my games the music won't play Other sounds like mp3s and such play.I have Realtek ALC880 HD audio, and my driver is the newest version,version 5.10.00.5273 from Realtek's site.I had to get the newest driver recently when I got my new 5.1 speakers, because the other one didn't seem to recognize them at all.That fixed it and they work fine now, but since then DirectSound doesn't work.I have the latest version of DirectX,9.0c and any updates for it, also.I have no idea what to do about this problem,does anyone have any suggestions?<br />
thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[encode the video to a dual stream h264 + mjpeg]]></title>
			<link>http://ip-cam.org/showthread.php?tid=224</link>
			<pubDate>Thu, 21 Jan 2010 03:03:26 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=224</guid>
			<description><![CDATA[Hi,<br />
is it possible to encode the video to a dual stream h264 + mjpeg? Is the processor able to handle this?<br />
Best regards,<br />
<br />
Andrea]]></description>
			<content:encoded><![CDATA[Hi,<br />
is it possible to encode the video to a dual stream h264 + mjpeg? Is the processor able to handle this?<br />
Best regards,<br />
<br />
Andrea]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[VPU documentation]]></title>
			<link>http://ip-cam.org/showthread.php?tid=223</link>
			<pubDate>Thu, 14 Jan 2010 00:49:35 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=223</guid>
			<description><![CDATA[hello, is there any APIs documentation of the VPU ?<br />
<br />
Is there any docs that describe the Application VPU lib code ?<br />
Looking into the c code I'd like to know the meaning of some parameters ...<br />
<br />
<br />
typedef struct {<br />
	int avc_constrainedIntraPredFlag;<br />
	int avc_disableDeblk;<br />
	int avc_deblkFilterOffsetAlpha;<br />
	int avc_deblkFilterOffsetBeta;<br />
	int avc_chromaQpOffset;<br />
	int avc_audEnable;<br />
	int avc_fmoEnable;<br />
	int avc_fmoSliceNum;<br />
	int avc_fmoType;<br />
} EncAvcParam;<br />
<br />
typedef struct {<br />
	PhysicalAddress bitstreamBuffer;<br />
	Uint32 bitstreamBufferSize;<br />
	CodStd bitstreamFormat;<br />
<br />
	int picWidth;<br />
	int picHeight;<br />
	Uint32 frameRateInfo;<br />
	int bitRate;<br />
	int initialDelay;<br />
	int vbvBufferSize;<br />
	int enableAutoSkip;<br />
	int gopSize;<br />
	int sliceMode;<br />
	int sliceSizeMode;<br />
	int sliceSize;<br />
	int intraRefresh;<br />
<br />
	int sliceReport;<br />
	int mbReport;<br />
	int mbQpReport;<br />
<br />
	union {<br />
		EncMp4Param mp4Param;<br />
		EncH263Param h263Param;<br />
		EncAvcParam avcParam;<br />
	} EncStdParam;<br />
<br />
    int rotationEnable;<br />
	int mirrorEnable;<br />
	MirrorDirection mirrorDirection;<br />
	int rotationAngle;<br />
} EncOpenParam;<br />
<br />
<br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[hello, is there any APIs documentation of the VPU ?<br />
<br />
Is there any docs that describe the Application VPU lib code ?<br />
Looking into the c code I'd like to know the meaning of some parameters ...<br />
<br />
<br />
typedef struct {<br />
	int avc_constrainedIntraPredFlag;<br />
	int avc_disableDeblk;<br />
	int avc_deblkFilterOffsetAlpha;<br />
	int avc_deblkFilterOffsetBeta;<br />
	int avc_chromaQpOffset;<br />
	int avc_audEnable;<br />
	int avc_fmoEnable;<br />
	int avc_fmoSliceNum;<br />
	int avc_fmoType;<br />
} EncAvcParam;<br />
<br />
typedef struct {<br />
	PhysicalAddress bitstreamBuffer;<br />
	Uint32 bitstreamBufferSize;<br />
	CodStd bitstreamFormat;<br />
<br />
	int picWidth;<br />
	int picHeight;<br />
	Uint32 frameRateInfo;<br />
	int bitRate;<br />
	int initialDelay;<br />
	int vbvBufferSize;<br />
	int enableAutoSkip;<br />
	int gopSize;<br />
	int sliceMode;<br />
	int sliceSizeMode;<br />
	int sliceSize;<br />
	int intraRefresh;<br />
<br />
	int sliceReport;<br />
	int mbReport;<br />
	int mbQpReport;<br />
<br />
	union {<br />
		EncMp4Param mp4Param;<br />
		EncH263Param h263Param;<br />
		EncAvcParam avcParam;<br />
	} EncStdParam;<br />
<br />
    int rotationEnable;<br />
	int mirrorEnable;<br />
	MirrorDirection mirrorDirection;<br />
	int rotationAngle;<br />
} EncOpenParam;<br />
<br />
<br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Video codec H.264]]></title>
			<link>http://ip-cam.org/showthread.php?tid=222</link>
			<pubDate>Wed, 13 Jan 2010 05:11:41 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=222</guid>
			<description><![CDATA[Hello,<br />
<br />
looking into the imx27 reference manual (chapter 40) I read that the Video Codec supports H2.264/AVC baseline profile encoding/decoding, up to level 3.0.<br />
<br />
The level 3.0 is fixed? Or can be changed, depending on the parameters (framerate, etc...)<br />
<br />
thanks]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
looking into the imx27 reference manual (chapter 40) I read that the Video Codec supports H2.264/AVC baseline profile encoding/decoding, up to level 3.0.<br />
<br />
The level 3.0 is fixed? Or can be changed, depending on the parameters (framerate, etc...)<br />
<br />
thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[USER SETTING]]></title>
			<link>http://ip-cam.org/showthread.php?tid=221</link>
			<pubDate>Mon, 11 Jan 2010 00:42:48 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=221</guid>
			<description><![CDATA[i find that i can't change the user setting in the sensor page.<br />
 some parameters can be saved and some can't in the file system.<br />
 but all can't be send to the camera.<br />
 can you tell me what'wrong it is?<br />
<br />
 i have changed the camera type,now is OV7725.what's files i need to change.the init file has been finished,and we can find the right image.]]></description>
			<content:encoded><![CDATA[i find that i can't change the user setting in the sensor page.<br />
 some parameters can be saved and some can't in the file system.<br />
 but all can't be send to the camera.<br />
 can you tell me what'wrong it is?<br />
<br />
 i have changed the camera type,now is OV7725.what's files i need to change.the init file has been finished,and we can find the right image.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[New person]]></title>
			<link>http://ip-cam.org/showthread.php?tid=220</link>
			<pubDate>Wed, 06 Jan 2010 00:47:45 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=220</guid>
			<description><![CDATA["Failure to prepare is preparing to fail."<br />
I am starting here with this thought which I have taken for as a new year resolution. Hello everybody here. I am new here an my name is Eddy. Good wishes to all the members for the new year. May this year bring glory and peace to all your lives.]]></description>
			<content:encoded><![CDATA["Failure to prepare is preparing to fail."<br />
I am starting here with this thought which I have taken for as a new year resolution. Hello everybody here. I am new here an my name is Eddy. Good wishes to all the members for the new year. May this year bring glory and peace to all your lives.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[For sale Nikon D700 ,D90 ,D3X ,D5000 12MP DSLR Camera]]></title>
			<link>http://ip-cam.org/showthread.php?tid=219</link>
			<pubDate>Wed, 30 Dec 2009 09:17:37 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=219</guid>
			<description><![CDATA[We sell all kinds of mobile phones,Digital cameras,&computer laptops, All our products are brand new and original , the products comes with 1 year international warranty,if you are interested & ready to buy contact us on;-<br />
 <br />
Contact : ahmedphones@gmail.com<br />
MSN CHAT: ahmedphones101@hotmail.com<br />
<br />
Our contact Number   +447024082547 <br />
<br />
Buy 2 get 1 free <br />
Buy 5 get 2 free <br />
<br />
Nikon D700 Digital camera.......................................................<br />
.NIKON D3X...<br />
Nikon D5000 DX Digital Camera...&#36;800<br />
Nikon - 12.9-Megapixel Digital SLR Camera - Black...&#36;700<br />
Nikon D700 Digital camera - SLR - 12.1 Megapixel &#36;600<br />
Nikon D90 12.3MP Digital SLR Camera...&#36;950<br />
Nikon D90 Digital camera &#36; 830<br />
Nikon D700 Digital camera &#36; 800<br />
Nikon D300 Digital camera &#36; 600<br />
Nikon D700 Digital camera - SLR - 12.1 Megapixel - 5 x optical zoom &#36;700<br />
Nikon D700 Digital SLR Camera - 3 inch Active Matrix TFT Color LCD &#36;650<br />
Nikon D700 Digital SLR Camera Body Kit, - Refurbished by Nikon USA &#36;550<br />
Nikon MB-D10 Multi Power Battery Pack for Nikon D300 & D700 &#36;450<br />
Nikon D700 12.1MP Digital SLR Camera with 24-120mm f/3.5-5.6G ED &#36;750<br />
Nikon D700 Digital SLR Camera Body + SanDisk 8GB Extreme IV CF &#36;500<br />
<br />
<br />
Contact : ahmedphones@gmail.com<br />
MSN CHAT: ahmedphones101@hotmail.com<br />
Contact Number:               +447024082547        <br />
Sales Manager Name : Ahmed Mohammed<br />
Webiste: http://ahmedplaza.page.tl/Home.htm ]]></description>
			<content:encoded><![CDATA[We sell all kinds of mobile phones,Digital cameras,&computer laptops, All our products are brand new and original , the products comes with 1 year international warranty,if you are interested & ready to buy contact us on;-<br />
 <br />
Contact : ahmedphones@gmail.com<br />
MSN CHAT: ahmedphones101@hotmail.com<br />
<br />
Our contact Number   +447024082547 <br />
<br />
Buy 2 get 1 free <br />
Buy 5 get 2 free <br />
<br />
Nikon D700 Digital camera.......................................................<br />
.NIKON D3X...<br />
Nikon D5000 DX Digital Camera...&#36;800<br />
Nikon - 12.9-Megapixel Digital SLR Camera - Black...&#36;700<br />
Nikon D700 Digital camera - SLR - 12.1 Megapixel &#36;600<br />
Nikon D90 12.3MP Digital SLR Camera...&#36;950<br />
Nikon D90 Digital camera &#36; 830<br />
Nikon D700 Digital camera &#36; 800<br />
Nikon D300 Digital camera &#36; 600<br />
Nikon D700 Digital camera - SLR - 12.1 Megapixel - 5 x optical zoom &#36;700<br />
Nikon D700 Digital SLR Camera - 3 inch Active Matrix TFT Color LCD &#36;650<br />
Nikon D700 Digital SLR Camera Body Kit, - Refurbished by Nikon USA &#36;550<br />
Nikon MB-D10 Multi Power Battery Pack for Nikon D300 & D700 &#36;450<br />
Nikon D700 12.1MP Digital SLR Camera with 24-120mm f/3.5-5.6G ED &#36;750<br />
Nikon D700 Digital SLR Camera Body + SanDisk 8GB Extreme IV CF &#36;500<br />
<br />
<br />
Contact : ahmedphones@gmail.com<br />
MSN CHAT: ahmedphones101@hotmail.com<br />
Contact Number:               +447024082547        <br />
Sales Manager Name : Ahmed Mohammed<br />
Webiste: http://ahmedplaza.page.tl/Home.htm ]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Redboot Config queston]]></title>
			<link>http://ip-cam.org/showthread.php?tid=217</link>
			<pubDate>Thu, 17 Dec 2009 21:15:36 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=217</guid>
			<description><![CDATA[Hello,<br />
I have a design that is based on the IP-Camera and I can use ATK to down load the Redboot.bin file fine. The problem is that I have more memory than what the original design had (128Mb MT46H32M32). <br />
SO........<br />
-What is the "correct" way of telling the redboot source code of my new memory size? Do I use ecosconfig or a different tool. <br />
<br />
-I also have a NAND flash part "NAND512R3A2C" on board(64M x 8bit nand flash). The vendor stated that they are supporting linux MTD on sourceforge. Is this supported under the ecos/Redboot source?<br />
<br />
-Does anyone know when the new version of the BSP that supports booting of the NAND flash is going to be released?<br />
<br />
<br />
Thanks,<br />
-N]]></description>
			<content:encoded><![CDATA[Hello,<br />
I have a design that is based on the IP-Camera and I can use ATK to down load the Redboot.bin file fine. The problem is that I have more memory than what the original design had (128Mb MT46H32M32). <br />
SO........<br />
-What is the "correct" way of telling the redboot source code of my new memory size? Do I use ecosconfig or a different tool. <br />
<br />
-I also have a NAND flash part "NAND512R3A2C" on board(64M x 8bit nand flash). The vendor stated that they are supporting linux MTD on sourceforge. Is this supported under the ecos/Redboot source?<br />
<br />
-Does anyone know when the new version of the BSP that supports booting of the NAND flash is going to be released?<br />
<br />
<br />
Thanks,<br />
-N]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[The best partner of IP monitoring--VAP11G WIFI-Bridge]]></title>
			<link>http://ip-cam.org/showthread.php?tid=216</link>
			<pubDate>Sun, 29 Nov 2009 23:35:24 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=216</guid>
			<description><![CDATA[VAP11G is developed by HouTian Technology,is 802.11B/G WiFi bridge that is provided network cable specifically for the emerging IP monitoring solution. The main feature is as below:<br />
1.  Input Voltage: DC5V-15V, Consumed power: Less than 1.5W<br />
2． Three parallel DC power interface: DC2.5 power hole,DC2.0 power plug, USB interface(for taking electrical), it is convenient for cutomer to share power adpter with IP devices.<br />
3.  Small and light weight, easy to hang on the wall such as the location that the wire should not be.<br />
4.  Safe external, standard RJ45 ethernet connect, can be used for any IP access no need driver.<br />
5.  High stability, and excellent transmission performance of wireless networks to make sure the IP monitoring solutions to the perfect implementation.<br />
             VAP11G WiFi-Bridge IP monitoring solutions<br />
 <br />
<br />
The main features is below:<br />
1. Support WiFi model. <br />
2. IEEE 802.11B/G WiFi compliant.<br />
3. Support WEP (64 bit), WEP (128 bit), WPA, WPA2 Security access;<br />
4. Support SSID broadcast<br />
5. Frequency:2.4Ghz<br />
6. The barrier-free wifi transmission distance is 100 meters <br />
7. Three parallel DC power supply, take electrical interface<br />
8. Small volume: 1.5cm*4.5cm*9cm]]></description>
			<content:encoded><![CDATA[VAP11G is developed by HouTian Technology,is 802.11B/G WiFi bridge that is provided network cable specifically for the emerging IP monitoring solution. The main feature is as below:<br />
1.  Input Voltage: DC5V-15V, Consumed power: Less than 1.5W<br />
2． Three parallel DC power interface: DC2.5 power hole,DC2.0 power plug, USB interface(for taking electrical), it is convenient for cutomer to share power adpter with IP devices.<br />
3.  Small and light weight, easy to hang on the wall such as the location that the wire should not be.<br />
4.  Safe external, standard RJ45 ethernet connect, can be used for any IP access no need driver.<br />
5.  High stability, and excellent transmission performance of wireless networks to make sure the IP monitoring solutions to the perfect implementation.<br />
             VAP11G WiFi-Bridge IP monitoring solutions<br />
 <br />
<br />
The main features is below:<br />
1. Support WiFi model. <br />
2. IEEE 802.11B/G WiFi compliant.<br />
3. Support WEP (64 bit), WEP (128 bit), WPA, WPA2 Security access;<br />
4. Support SSID broadcast<br />
5. Frequency:2.4Ghz<br />
6. The barrier-free wifi transmission distance is 100 meters <br />
7. Three parallel DC power supply, take electrical interface<br />
8. Small volume: 1.5cm*4.5cm*9cm]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What's the major of the  unifi0?]]></title>
			<link>http://ip-cam.org/showthread.php?tid=215</link>
			<pubDate>Mon, 23 Nov 2009 17:58:45 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=215</guid>
			<description><![CDATA[dear all,<br />
What's the major and the minor of the unifi0?]]></description>
			<content:encoded><![CDATA[dear all,<br />
What's the major and the minor of the unifi0?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Redboot - version IPCAM 20080612]]></title>
			<link>http://ip-cam.org/showthread.php?tid=214</link>
			<pubDate>Wed, 18 Nov 2009 06:53:56 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=214</guid>
			<description><![CDATA[Hello all,<br />
reading threads on this forum, I saw that currently it is used the Redboot version:<br />
<br />
version IPCAM 20080612. <br />
<br />
But downloading the BSP v1.1 from freescale site and updating the Redboot (with redboot.bin from Release folder ) I obtain:<br />
<br />
version IPCAM 20080409.<br />
<br />
And then I have troubles after uncompressing Linux..<br />
<br />
Where can I found the latest Redboot version?<br />
<br />
thanks!<br />
Claudio]]></description>
			<content:encoded><![CDATA[Hello all,<br />
reading threads on this forum, I saw that currently it is used the Redboot version:<br />
<br />
version IPCAM 20080612. <br />
<br />
But downloading the BSP v1.1 from freescale site and updating the Redboot (with redboot.bin from Release folder ) I obtain:<br />
<br />
version IPCAM 20080409.<br />
<br />
And then I have troubles after uncompressing Linux..<br />
<br />
Where can I found the latest Redboot version?<br />
<br />
thanks!<br />
Claudio]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Capturing jpeg images]]></title>
			<link>http://ip-cam.org/showthread.php?tid=213</link>
			<pubDate>Wed, 18 Nov 2009 02:10:44 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=213</guid>
			<description><![CDATA[I am trying to capture still images in jpeg format using<br />
<br />
    camif.cgi  --write --resolution=320*240<br />
    camif.cgi --read --capture=still_jpeg<br />
<br />
This works, but the resulting image is too large (about 600kB) as it will be transmitted via the serial interface at 15200bps.<br />
I haven't found a way to set the jpeg compression, is it possible through camif.cgi.<br />
<br />
The best solution though would be if it is possible to access the sensor CSI driver directly istead of going through the cgi code as I'm not using the web interface.<br />
I haven't found any information on the CSI driver API, is it possible to get access to it?]]></description>
			<content:encoded><![CDATA[I am trying to capture still images in jpeg format using<br />
<br />
    camif.cgi  --write --resolution=320*240<br />
    camif.cgi --read --capture=still_jpeg<br />
<br />
This works, but the resulting image is too large (about 600kB) as it will be transmitted via the serial interface at 15200bps.<br />
I haven't found a way to set the jpeg compression, is it possible through camif.cgi.<br />
<br />
The best solution though would be if it is possible to access the sensor CSI driver directly istead of going through the cgi code as I'm not using the web interface.<br />
I haven't found any information on the CSI driver API, is it possible to get access to it?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Development with the IP cam]]></title>
			<link>http://ip-cam.org/showthread.php?tid=212</link>
			<pubDate>Tue, 17 Nov 2009 03:51:04 -0700</pubDate>
			<guid isPermaLink="false">http://ip-cam.org/showthread.php?tid=212</guid>
			<description><![CDATA[Hi,<br />
I'm trying to select a reference design for an IP camera for a product development. I think this could be a very good starting point, but I need to make up my mind quickly on some points:<br />
<br />
1) Is the SW open source (including codecs) and reusable for commercial products?<br />
<br />
2) Is there an audio driver for interfacing to a microphone?<br />
<br />
3) Is there support for OSD and motion detection in the BSP?<br />
<br />
4) Where can I download the latest BSP and documentation (I've already downloaded the ones available on the freescale website)<br />
<br />
5) Where can I buy the actual cam for starting the SW development?<br />
<br />
Thanks for your help and sorry for all those maybe trivial questions, but I'm really in a hurry: I have to write the specs of the project in 1 week from now!<br />
Best regards,<br />
<br />
Andrea]]></description>
			<content:encoded><![CDATA[Hi,<br />
I'm trying to select a reference design for an IP camera for a product development. I think this could be a very good starting point, but I need to make up my mind quickly on some points:<br />
<br />
1) Is the SW open source (including codecs) and reusable for commercial products?<br />
<br />
2) Is there an audio driver for interfacing to a microphone?<br />
<br />
3) Is there support for OSD and motion detection in the BSP?<br />
<br />
4) Where can I download the latest BSP and documentation (I've already downloaded the ones available on the freescale website)<br />
<br />
5) Where can I buy the actual cam for starting the SW development?<br />
<br />
Thanks for your help and sorry for all those maybe trivial questions, but I'm really in a hurry: I have to write the specs of the project in 1 week from now!<br />
Best regards,<br />
<br />
Andrea]]></content:encoded>
		</item>
	</channel>
</rss>