-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sensor jxf23 not initialized in Xiaofang 1S #11
Comments
The problem seems to be with the driver, I've just got video working on my Xiaofang S1 with this rootfs. I'm going to create a pull request soon |
Sorry, took me a while to continue on this. Could you please try my rootfs fork? |
Thanks, with your rootfs sensor is working.
However, the h264 stream 720p@15fps is freezing after 5~60 seconds with the default memory map Also audio is not available
Typo in detection script |
I tried it as well, same problem. Freezes and reboots. Also tried with lowest resolution 640x360@10fps and CBR. |
Same here, |
Fixed, the rtsp server was spinning to 98% CPU usage because of the audio error,
@fabi280, please add it to the forked rootfs. |
Thank you. I've added it but didn't check the fix yet :) |
I tried it, but didn't solve it for me unfortunately :( I already disabled audio to try if that would make a difference, but that didn't as well. |
Sorry to hear that @dsbaars, if you can open |
I've compared 1280x720 h264rstp vs 1920x1080, |
I actually removed everything from autoboot, including lighttpd and using 640x360. These are the only processes running just before the freeze:
|
I see that you have the Mp3 encoding active, that should take some resources. |
Could this be related? |
The at the moment compiled binary of v4l2rtspserver-master has hardcoded paths in it, which are not present (anymore) on the rootfs image See: #4. For me symlinking the new locations to the old locations (where the current v4l2rtspserver-master expects the files) is fixing a lot a problems:
Works as a temporary solution. |
... and one more for the night mode script:
|
I've tried the original rootfs, but couldn't get the image sensor working so I thought I'd give the forked rootfs a go. I still can't get it working though! I've cloned the forked rootfs into an ext3 formatted card, renamed the 64mb uEnv file, and entered my wifi details in WPA_Supplicant and it doesn't get past the step where it loads v4l2rtspserver-master. I get the page fault error: DafangHacks login: [ 5.857088] do_page_fault() #2: sending SIGSEGV to v4l2rtspserver- for invalid read access from Any ideas? |
Hi,
i have Xiaofang 1S, 64M model. It worked well with cfw. With this rootfs sensor can not be used.
Some debug and my configuration:
I've also found this in dmesg
Is this a problem with memory allocation?
The text was updated successfully, but these errors were encountered: