-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Optware/Entware Support #542
Comments
You can try to compile and boot a new kernel for the camera. Then you can include all the filesystems you need. |
I have tried to follow the documentation related to hacking the firmware, and documenation related to compiling software and the kernel... but keep running into issues. It seems like the issue is really that the kernel modules are not being included... or the soft link is broken. |
I too am having similar issues related to getting optware working and would greatly appreciate a guide on how to customize and compile the kernel. Honestly if someone could just screen record the full process for this setup I'd be happy with that to start. |
First , you need to download this repository: |
Also test #575 that will make optware easier. |
Entware Install GuideThis guide shoes how to install Entware onto the SD card. Preparations
SD Card Preperation & SetupBe sure to edit: DRIVE-HERE & DRIVE-PARTITION-HERE
Install Entware
Setup AutostartBe sure to edit: DRIVE-PARTITION-HERE
|
Thank you for listing the steps needed to installed Entware. I managed to do it, but already put all the init stuff at the end of run.sh before reading the last section, works just as good. Nice thing about Entware, that I could finally get my hands on ffmpeg to do segmented recording, as most cams do. This is the command line I am currently running. 15 fps, 1000 kbps, about 8MB/min/file. /system/sdcard/bin/v4l2rtspserver-master -W1280 -H720 -E MP3:16000:16000 -r 2 -U root:ismart12 -P 8554 TCP does not work, ffmpeg just waits at the start and does nothing. Played a bit with recording options, while monitoring the CPU usage. The rtsp server is very demanding. Scales up with resolution, from lowest to full hd between 30-60%. Also enabling mp3 adds another 10-15%. There is not much room for ffmpeg to do anything other than writing out as-is, it just crashes itself and the server if I try it avutil style (-c:a aac). I think it is a bad idea, best is to let the server output mp3 and save it into mp4, which is also a valid audio format there. Segmenting needs a bit more work, there is a patch for ffmpeg to auto-create directories according to the date string template, but not compiled into this version. Also, background job to delete old files, move files where motion detection kicked in into a separate folder, sync to a samba share. I think that's all to make it work like the original :) |
Installing from Using |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I am having some issues getting Optware/Entware installed.
The main issue I have right now is that the kernel does not support any of the file systems I need. Mainly I need to be able to mount
ext3
.I have partitioned my SD card to have a ext3 partition (see pic)
You will get the following error message if you try yo mount a file system that the kernel does not support.
The problem is the the file system does not support... and of the common partition types.
I have found a work around to do some testing with Optware/Entware by mounting it into the temp directory.
This is NOT a permanent solution, just allows for testing.
Entware
Entware is a more current version of Optware with more features. Its recommended as a replacement for Optware.
Optware
NOTE: All installed packages will be lost on reboot... because this is mounted to /tmp, and not a persistent storage location... like ext2/ext3/ext4 partition on the SD card.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: